dotnet-win32-service icon indicating copy to clipboard operation
dotnet-win32-service copied to clipboard

Support for service dependencies

Open mossbeard opened this issue 6 years ago • 2 comments

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

mossbeard avatar Apr 17 '18 08:04 mossbeard

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.

dasMulli avatar Apr 17 '18 12:04 dasMulli

This is a feature I would also like to see added. Thanks!

WantStuff avatar Jul 23 '19 22:07 WantStuff