You are completely right Scott, thank you! :D
Answer:

<CustomAction Id='LaunchMyExe' Directory='INSTALLDIR' 
ExeCommand='[INSTALLDIR]My.exe' Return='asyncNoWait' />

<InstallExecuteSequence>
<Custom Action='LaunchMatadorExe' After='InstallFinalize'>NOT 
Installed</Custom>
</InstallExecuteSequence>



----Original Message Follows----
From: "Scott Palmer" <[EMAIL PROTECTED]>
To: "Patrick Steele" <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] Running an exe with a working directory
Date: Fri, 5 Jan 2007 09:11:24 -0500

I think that in your example "My.exe" must be the full path to the exe.

Scott

On 1/5/07, Patrick Steele <[EMAIL PROTECTED]> wrote:
>
>Thanks for that K-ballo. Ok, so here's my new version:
>
><CustomAction Id='LaunchMyExe' Directory='INSTALLDIR' ExeCommand='My.exe'
>Return='asyncNoWait' />
>
><InstallExecuteSequence>
><Custom Action='LaunchMyExe' Before='InstallFinalize'>NOT
>Installed</Custom>
></InstallExecuteSequence>
>
>But this doesn't seem to do anything at all!

_________________________________________________________________
Find accommodation FAST with MSN Search! http://search.msn.ie/


-------------------------------------------------------------------------
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