Re: [WiX-users] Running an exe with a working directory

2007-01-05 Thread Patrick Steele
@lists.sourceforge.net Subject: Re: [WiX-users] Running an exe with a working directory Date: Thu, 04 Jan 2007 21:13:25 -0300 You need a Custom Action Type 34 to run an exe with a working directory. Try this: CustomAction Id='LaunchMyExe' Directory='[INSTALLDIR]' ExeCommand='My.exe blah' Return='asyncNoWait' / K

Re: [WiX-users] Running an exe with a working directory

2007-01-05 Thread Patrick Steele
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

[WiX-users] Running an exe with a working directory

2007-01-04 Thread Patrick Steele
After the end of my install, I wish to run my newly created exe with command line parameters. The exe is dependent upon dlls that have been added during the install, so I'm figuring maybe I have to set the working directory somehow prior to running the exe so that it will correctly pick up the

Re: [WiX-users] Running an exe with a working directory

2007-01-04 Thread Agustín K-ballo Bergé
You need a Custom Action Type 34 to run an exe with a working directory. Try this: CustomAction Id='LaunchMyExe' Directory='[INSTALLDIR]' ExeCommand='My.exe blah' Return='asyncNoWait' / K-ballo.- Patrick Steele escribió: After the end of my install, I wish to run my newly created exe with

Re: [WiX-users] Running an exe with a working directory

2007-01-04 Thread Rob Mensching
What version of the WiX toolset are you using? That syntax below shouldn't link. The FileKey attribute is supposed to refer to a File/@Id somewhere.unkunk-Original Message-unkFrom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick SteeleunkSent: Thursday, January 04,