|
|
Top Previous Next |
|
This action performs the launch of executable files (for example, third-party installers) during setup process. The AWinstall setup module launches the executable with specified parameters (if any) and waits for its termination. To add Run action, right-click on task where you want to create action and select "Add Run..." menu item. The "Select file from project" dialog will appear.
If the EXE file is placed in other installer task, uncheck the "From current task only " option. If it does not belong to AWinstall project (for example, if it is placed into known directory by third-party application), enter the path to this file. You can use installer variables in file path. After adding the Run Action, you can adjust other action settings. Select Run Action in the project tree to bring the "Run settings" pane.
You can specify the program parameters (Parameters field). If you will set "Run after installation" option, this action will be performed only after succesfull installation of your product. |