[WiX-users] Is it possible to set Service Start from command line?

2012-12-03 Thread Kevin White
Is there a way to set the Start property of a Service defined in ServiceInstall via a command line argument to msiexec? You can do this for a lot of properties, but Start is an enumeration and the compiler seems to want to ensure it is one of the allowed values at compile time. Are there any ways

Re: [WiX-users] Is it possible to set Service Start from command line?

2012-12-03 Thread Nick Ramirez
StartType on the ServiceInstall table is not listed as a Formatted type. Only formatted types can accept Windows Installer properties. I don't think it's possible to do what you want with WiX markup. Possibly a custom action could be made to handle it. -- View this message in context: