::InstallAPI::WizardAPI
This API is used to manipulate the main (un)install wizard.
Supported Platforms
All
Returns
See options
Options
-checkconditions (default 0)
If this property is true, the wizard will check any conditions on the current pane before moving forward or backward. The conditions could stop the wizard from moving if the conditions are not met. If this property is false, the wizard will skip any conditions and move without checking them.
-do
Specifies the action the API should take. Possible values are:
|
back |
Move the wizard back one pane. |
|
next |
Move the wizard forward one pane. If there is no pane left to move forward to, the wizard will either do nothing or exit depending on the -exit option. |
-exit
If this property is true and there is no next pane when moving forward, the installer will simply exit.