Re: [WiX-users] Serviceinstall - can I set it in a sequence

2009-01-04 Thread Alexander Shevchuk
-Original Message- From: Joe Osman [mailto:joe.os...@tait.co.nz] Sent: Sunday, January 04, 2009 7:10 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Serviceinstall - can I set it in a sequence I want to install a service using the ServiceInstall element but I

[WiX-users] Serviceinstall - can I set it in a sequence

2009-01-04 Thread Joe Osman
I want to install a service using the ServiceInstall element but I would like to control the timing of the installation. It is very important to me to install it after a certain custom action. Is there a way to do it ? Thank you ===