OnResumeUIBefore

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript MSI projects.

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

The OnResumeUIBefore and OnResumeUIAfter 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