What is the best way to register existing Windows service in .NET? -


I have to register an existing third-party executable (database engine) Windows service with a .NET application. What is the better way to write the registry?

How to use the exe from an installer (MSI) or your .net code.


Comments