![]()
|
InstallShield 2008 ยป InstallScript Language Reference
The Do function executes the currently defined EXIT and HELP handlers, giving you greater control over these handlers, which are normally executed only when the user presses the F1 key (HELP) or the Cancel button (EXIT). Using the Do function, you can execute EXIT or HELP handlers in response to custom dialog events or to any user input from built-in dialogs. You can also use the Do function during script development to test your EXIT and HELP handlers.
The Do function can also register queued self-registering files. Files are queued for registration using the batch method for installing self-registering files. When you call Do(SELFREGISTRATIONPROCESS), InstallShield carries out self-registration of all queued files, even if one of them fails. (Note that when you call FeatureTransferData, Do(SELFREGISTRATIONPROCESS) is called automatically after the files are installed but before the FeatureTransferData call returns. If you use an event-based script, the FeatureTransferData function is called by the default code for the OnMoveData event handler function.)
Do (nOperation);
| Return Value |
Description |
|---|---|
| 0 |
The Do function successfully initiated the specified operation. |
| < 0 |
The Do function was unable to initiate the specified operation. |
See Also
|
|
Copyright Information | Contact Macrovision |