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

2007-01-05 Thread Patrick Steele
You are completely right Scott, thank you! :D Answer: NOT Installed 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: F

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

2007-01-05 Thread Patrick Steele
v3 which I am using? Thanks, Patrick Original Message Follows From: Agustín K-ballo Bergé <[EMAIL PROTECTED]> To: wix-users@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 Ty

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.mailto:[EMAIL PROTECTED] On Behalf Of Patrick SteeleAfter='InstallFinalize'>NOTupon running the msi, as the final dialog shows up the exebut fails

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: K-ballo.- Patrick Steele escribió: > 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

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