dotnet-win32-service
dotnet-win32-service copied to clipboard
Support for service dependencies
You use the function "CreateService". This function has a parameter "lpDependencies". Can you expand your code to support service dependencies. For more infomation: https://msdn.microsoft.com/en-us/library/windows/desktop/ms682450(v=vs.85).aspx
Should be possible. It doesn’t exist yet because the need for it wasn’t there but since there is a cleaner API now using the definition object it should be possible without breaking changes.
This is a feature I would also like to see added. Thanks!