My first action before the exe runs is to check for a registry entry. If no entry are there then my first screen runs a create directory and then installs one file from the exe and tries to launch it. It's not working for me. I just want to have the exe install 1 file (rather than the whole application) and then launch it and close the screen. Then the user can go back and re-run the application.
Create Directory %APPDIR%\test
Install file %APPDIR%\test\first.exe
Execute %APPDIR%\test\first.exe
Close Program Installer Setup
The error occurs at Install File. Am I using the wrong command to instruct the installer to install that file ?
Thanks
Create Directory %APPDIR%\test
Install file %APPDIR%\test\first.exe
Execute %APPDIR%\test\first.exe
Close Program Installer Setup
The error occurs at Install File. Am I using the wrong command to instruct the installer to install that file ?
Thanks
Comment