OnResumeUIAfter

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript MSI projects.

The OnResumeUIAfter event handler responds to the Resume UI After event. It performs tasks that must take place after an application's reinstallation or minor upgrade.

The OnResumeUIAfter and OnResumeUIBefore event handlers are called only when all of the following conditions apply:

The application is already installed on the target machine.
A patch is not being run.
One of the following properties is set at the command line or in the CmdLine property of Setup.ini:
ADDDEFAULT
ADDLOCAL
ADDSOURCE
ADVERTISE
COMPADDLOCAL
COMPADDSOURCE
FILEADDDEFAULT
FILEADDLOCAL
FILEADDSOURCE
REINSTALL
REMOVE