Re: [WiX-users] Running executables in Wix 3

2007-01-12 Thread Patrick Steele
EMAIL PROTECTED] On Behalf Of Patrick Steele Sent: 12 January 2007 11:21 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Running executables in Wix 3 I have two separate executables that I wish to run. The first is during the install: NOT Installed The second executable I wi

Re: [WiX-users] Running executables in Wix 3

2007-01-12 Thread Rob Hamflett
You probably need to change A to be deferred, instead of immediate, which is what it defaults to. Rob Patrick Steele wrote: > I have two separate executables that I wish to run. The first is during > the install: > > ExeCommand='[INSTALLDIR]A.exe -blah="blah"' Return='ignore' /> > > > > NO

[WiX-users] Running executables in Wix 3

2007-01-12 Thread Patrick Steele
I have two separate executables that I wish to run. The first is during the install: NOT Installed The second executable I wish to optionally launch upon clicking the finish button at the end of the installation, dependent upon whether a tickbox was selected: NOT Installed AND IS_LAUNCH