James Fagan wrote:
Then, I would use this property in my wix ServiceInstall task as an
argument to the Start option.

The MSI ServiceInstall table doesn't support using properties.

Could I change the condition of the StopService,
DeleteService,CreateService, and StartService actions to not run if it's
one of my upgade installs?

Yes. The action names you want are:

StopServices <stopservices_action.htm>

DeleteServices <deleteservices_action.htm>

InstallServices

StartServices <startservices_action.htm>


--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to