I need to register an existing third-party executable (database engine) Windows service from a .NET application. Is there a better way than writing to the registry?
|
|
This CodeProject item might be of interest, it gives some nice code and explains how to use installutil.exe from an installer (MSI) or from within your .net code. http://www.codeproject.com/KB/cs/DynWinServiceInstallUtil.aspx |
||
|
|
|
|
You could also wrap the sc.exe command line tool. |
||
|
|
|
|
|
||
|
|
