Set 'Start Parameters' on Service Installation with .Net ServiceInstaller?

后端 未结 6 926
旧巷少年郎
旧巷少年郎 2020-12-16 02:47

I am currently writing a little windows service application and I can successfully in/uninstall it etc via something like this:

        serviceProcessInstall         


        
6条回答
  •  轮回少年
    2020-12-16 03:33

    I have found a way to add start parameters on service installation:

    Am I Running as a Service

提交回复
热议问题