I have custom action in Wix to install one of the services for my application. <Custom Action=\'ManagedInstall\' After=\"InstallFinalize\"/>
I wrote an installer a bit back that installs a service that I wanted to start when the installer finished.I put the code to start 开发者_运维知识库the service in the OnCommitted method of the Service
I have a ServiceInstall component in a WiX installer where I have a requirement to either start auto or demand depending on parameters passed into the MSI.
I am trying to create a WIX installer to install my windows service to run under the NetworkService account and getting an Insufficient Priviledges er开发者_如何学Pythonror during the installation.