Re: [WiX-users] environment variable available in executed program

2006-07-04 Thread Hecker, Thomas
, and so doesn't have the updated path. Rob Hecker, Thomas wrote: Hi, 1) I'm adding my newly installed dir to the system path Environment Id='env_entry' Name='PATH' Action='set' System='yes' Part='last' Permanent='no' Value='[INSTALLDIR]share\bin' / 2) scheduled CA runs a .bat file

[WiX-users] Running .bat file during uninstall

2006-07-07 Thread Hecker, Thomas
Hi, I need to run a .bat file that is installed with my product to undo some changes before the files are removed. I tried the following code: CustomAction Id="UninstallScript" Execute="commit" Directory='fw_bin' ExeCommand='services.bat uninstall' Return="check" /