Re: [WiX-users] Passing InstallDir to exe via a custom action

2009-05-22 Thread Pally Sandher
9 22:10 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Passing InstallDir to exe via a custom action I'm not sure you can pass information directly to an exe like that. I do something similar, but store the install path in the registry and my deferred cus

Re: [WiX-users] Passing InstallDir to exe via a custom action

2009-05-21 Thread Glenn Sandoval
I'm not sure you can pass information directly to an exe like that. I do something similar, but store the install path in the registry and my deferred custom actions read it from there. R. Glenn Sandoval GeoBase Developer – Telogis Research www.telogis.com  www.telogis.co.nz On Fri, May 22, 200

Re: [WiX-users] Passing InstallDir to exe via a custom action

2009-05-21 Thread Vuchuru, Surekha (SBT US EXT)
Hi Jeremie, Try single quotes outside of double quotes while passing the InstallDir parameter. This has worked for me Example: Thanks and Regards, Surekha Vuchuru -Original Message- From: Jeremie Galarneau [mailto:jeremie.galarn...@polymtl.ca] Sent: Thursday, May 21, 2009 3:51 PM To