Re: [WiX-users] Starting a service conditionally after InstallInitialize

2010-06-04 Thread gapearce
Thanks! That worked! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Starting-a-service-conditionally-after-InstallInitialize-tp5135712p5139702.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Starting a service conditionally after InstallInitialize

2010-06-03 Thread Blair
ubject: Re: [WiX-users] Starting a service conditionally after InstallInitialize The service doesn't exist until StartServices. BTW, the StartServices action will start all services that show up in the ServiceControl table. I recommend you read the following blog: http://www.joyofsetup.com/2007/07

Re: [WiX-users] Starting a service conditionally after InstallInitialize

2010-06-03 Thread Blair
The service doesn't exist until StartServices. BTW, the StartServices action will start all services that show up in the ServiceControl table. I recommend you read the following blog: http://www.joyofsetup.com/2007/07/01/semi-custom-actions/ -Original Message- From: gapearce [mailto:mr_ga