I am using MSI Factory to install a Windows Service. By default, I want the service to install Disabled - which I have now and it is working fine. However, after the user installs my program, the service Startup Type may change to either Manual or Automatic based on the user's needs.
So the problem is, when the user installs a new version of my software, it reinstalls the service and resets it back to Disabled. If the service is already installed, I'd like the Startup Type to remain unchanged.
Any ideas how to make this happen?
Thanks,
James

Reply With Quote
