Re: [WiX-users] Start Service conditionaly

2008-09-08 Thread Wilson, Phil
This is one of those cases where I'd forget the ordering restriction you're attempting. Assuming you own the service, just install it and start it, and make it smart enough to just finish if the right driver isn't there. Put a message in the event log if you like. This seems to satisfy your re

Re: [WiX-users] Start Service conditionaly

2008-09-03 Thread Bob Arnson
postingbox wrote: > When should I execute the CA or is there another way to handle this > Per the MSI SDK doc: Any standard or custom actions that affect costing should be sequenced before the CostInitialize action. Check out a verbose install log to see the actions MSI is planning to take

Re: [WiX-users] Start Service conditionaly

2008-09-03 Thread Bernd Adler
Does it work without the condition? If not try to use the same Name entries (Name="ARCSERV" instead of Name="Arcserv.exe" in ) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von postingbox Gesendet: Mittwoch, 3. September 2008 15:01 An: wix-users@li