OnCheckMediaPassword

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

The OnCheckMediaPassword event handler function is called directly by the setup engine. The handler's default code queries the end user for the setup's password if the password is not already in the setup log file (as it is if the setup is running as a maintenance setup or uninstallation) and you checked the "Show Password dialog box during setup initialization" check box in the Release Wizard's Password panel or set Show Password Dialog to Yes in the Release property sheet.

This event handler is called (when appropriate) in any setup, including a setup that uses a procedural script (a script with a program…endprogram block).

Syntax

OnCheckMediaPassword ( );

Parameters

None.

Return Values

None.