Is there a way to install multiple instances of the same service (copies
running from different directories) using the InstallUtil?
I want to do this without rebuilding the project with different names so I'm
assuming that this may need setting the service name...possibly by reading
it from th...
more >>
Hello All -
I'm attempting to move an exe over to a windows service. I can bot seem
to get ODBC to create a connection.
The following code -
string connectionString = "DSN=SW Users";
OdbcConnection newConnection = new OdbcConnection(connectionString);
newConnection.Open();
throws the ...
more >>
Hi,
I used installUtil manually install and uninstall my windows service.
Uninstall (installUtil /u Mywinservice.exe) was successful, however, I got
an error "The specified service has been marked for deletion." when I tried
to resinstall.
Please help me.
Hope.
...
more >>