Michael Sperber <[EMAIL PROTECTED]> writes:

>     <CustomAction Id="build_usual_image"
>                   Property="INSTALLDIR"
>                   ExeCommand='[SystemFolder]cmd.exe /v:off /c 
> build\build-usual-image.bat "[INSTALLDIR]" "[INSTALLDIR]scheme" 
> "[INSTALLDIR]scheme48.image" "[INSTALLDIR]scheme48vm.exe" 
> "[INSTALLDIR]build\initial.image"'
>                   Return="check" />

Combining Property and ExeCommand in CustomAction gives you
custom action type 50, where the Property specifies the
executable file and the ExeCommand is arguments to it.
<http://msdn2.microsoft.com/en-us/library/aa368230.aspx>

> The idea is to have the pwd be INSTALLDIR and then run cmd.exe as in
> the command line.

Then you should replace Property="INSTALLDIR" with
Directory="INSTALLDIR", resulting in custom action type 34.
<http://msdn2.microsoft.com/en-us/library/aa368092.aspx>

Attachment: pgpykGb692TQB.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to