OnNextDisk

InstallShield 2018 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

Because the Windows Installer handles disk prompts, this event is not supported for InstallScript MSI projects.

The OnNextDisk event handler responds to the NextDisk event that occurs in a multi-disk setup when the next disk in the sequence is required to continue the setup.

Return Values

OnNextDisk Return Values

Return Value

Description

ERR_RETRY

Returned to the setup by the OnNextDisk event handler to request that the setup search again for the file specified in OnNextDisk's first argument.

ERR_ABORT

Returned to the setup by the OnNextDisk event handler to request that the setup be aborted.