Wizard Pages - Actions
Actions
Sometimes, you may want to run a command line before or after the wrapped executable is run. With these settings you can specify such command line actions. The action can point to an executable or a batch file, which you include in the setup. You can write a full command line including parameters if needed.
You can pass information from the setup environment to the command line using macro values. These macros can be used.
- <EXITCODE> - The exit code of the executing wrapped installer.
- <UILEVEL> - The UI level of the MSI when running. More information about UI levels are available here: https://msdn.microsoft.com/en-us/library/windows/desktop/aa372096(v=vs.85).aspx
When the commands are run the current directory points to the temporary folder where the files were unpacked to. This is the folder where the wrapped executable is found. Please note that this folder is removed when the installation is finished.