Re: [WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Michael Sperber
Kalle Olavi Niemitalo <[EMAIL PROTECTED]> writes: > Then you should replace Property="INSTALLDIR" with > Directory="INSTALLDIR", resulting in custom action type 34. > Ah, great, that works. Thanks! I was poring over the docs trying to un

Re: [WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Kalle Olavi Niemitalo
Michael Sperber <[EMAIL PROTECTED]> writes: >Property="INSTALLDIR" > ExeCommand='[SystemFolder]cmd.exe /v:off /c > build\build-usual-image.bat "[INSTALLDIR]" "[INSTALLDIR]scheme" > "[INSTALLDIR]scheme48.image" "[INSTALLDIR]scheme48vm.exe" > "[INSTALLDIR

Re: [WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Rob MacFadyen
:[EMAIL PROTECTED] On Behalf Of Michael Sperber Sent: Sunday, December 17, 2006 1:48 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Running cmd.exe from a CustomAction "Rob MacFadyen" <[EMAIL PROTECTED]> writes: > As a guess... the /c switch argument "/c bui

Re: [WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Michael Sperber
"Rob MacFadyen" <[EMAIL PROTECTED]> writes: > As a guess... the /c switch argument "/c build\build-usual-image.bat" > doesn't specify a fully qualified path and cmd.exe is probably having > problems locating it. But doesn't Property="INSTALLDIR" specify that the working directory is INSTALLDIR?

Re: [WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Rob MacFadyen
el Sperber Sent: Sunday, December 17, 2006 1:08 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Running cmd.exe from a CustomAction I'm a casual WiX user, so please forgive me if this is really trivial. I did try searching the documentation and the mailing list for help, but cou

[WiX-users] Running cmd.exe from a CustomAction

2006-12-17 Thread Michael Sperber
I'm a casual WiX user, so please forgive me if this is really trivial. I did try searching the documentation and the mailing list for help, but couldn't find any: I'm shipping a batch file with my .msi that I need to run with the /v:off flag to cmd.exe. This is what I have: The idea is t