InstallShield 2018 » InstallScript Language Reference
Project • This information applies to the following project types:
• | InstallScript |
• | InstallScript MSI |
In InstallScript projects, the OnUnInstalling feature event handler runs in response to the UnInstalling event that is generated just before the feature is removed from the target system.
In InstallScript MSI projects, the OnUnInstalling feature event handler runs just before Windows Installer removes the files from the target system.
The OnUnInstalling feature event handler is listed in the InstallScript code in the following format:
MyFeatureName_UnInstalling()
Project • Because Windows Installer controls the installation of features in InstallScript MSI installations, the order in which feature event-handler functions are called cannot be specified. In addition, feature events are not launched until all features are copied to the target system.
Also note that feature-uninstallation event handlers (OnUnInstalling and OnUnInstalled) are not called during rollback.
InstallShield 2018 Help LibrarySeptember 2018 |
Copyright Information | Flexera |