Archive: Launch not export file


Launch not export file
Hi All

Consider this: -
A file called myApp.exe is wrapped in the installer.

Is it possible to have the installer exe launch myApp.exe without actually exporting the file to a location to run it.

I.e.
SetOutPath $EXEDIR (or wherever) will export the file to the EXEDIR where it can be launched.

I wish to launch the wrapped myApp.exe without actually exporting it to EXEDIR or anywhere.

A). Can this be done?
B). If so, I'm not looking for anybody to actually write the script for me, some pointers or doc links will suffice.

Thanks & Kind Regards
John


I don't think theres any way of doing this without extracting the file.

-Stu