Re: [WiX-users] Start Service conditionaly

2008-09-08 Thread Wilson, Phil
Monday, September 08, 2008 9:38 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Start Service conditionaly Hello, I tried to execute the CA before the CostInitialize action but it wont be executed (logfile / verbose). If I put the CA after CostInitialize it will be executed and the prope

[WiX-users] Start Service conditionaly

2008-09-08 Thread postingbox
Hello, I tried to execute the CA before the CostInitialize action but it wont be executed (logfile / verbose). If I put the CA after CostInitialize it will be executed and the property is set to 1, but the file wont be installed and the service wont be started. Is there anz other way? Can I divide

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
15:01 An: wix-users@lists.sourceforge.net Betreff: [WiX-users] Start Service conditionaly Hello, I have following situation - I want to install an .exe and start it as a service The default value of the Property HASARCNET is 0. With the help of a Custom Act

[WiX-users] Start Service conditionaly

2008-09-03 Thread postingbox
Hello, I have following situation - I want to install an .exe and start it as a service The default value of the Property HASARCNET is 0. With the help of a Custom Action I set it to 1 if the arcnet driver is installed. The Property is set to 1 as I see it