Hi,
 
1) I'm adding my newly installed dir to the system path
<Environment Id='env_entry' Name='PATH' Action='' System='yes' Part='last' Permanent='no'  Value='[INSTALLDIR]share\bin' />
 
2)  scheduled CA runs a .bat file that uses an executable from the share\bin dir added to path.
 
<CustomAction Id='LaunchFile' FileKey='test.bat' ExeCommand='-d "[INSTALLDIR]" ' Return='asyncNoWait' />
 
 <InstallExecuteSequence>
  <Custom Action='' After='InstallFinalize'>NOT Installed</Custom>
 </InstallExecuteSequence>
 
3) In the up-popping console window I can see that the executable was not found. But after opening a new cmd-session, it is available. Why is that not in the console wix opens for me? How do I achieve this?
 
Thank you very much,
Thomas
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to