SdFinishUpdate

InstallShield 2014 » InstallScript Language Reference

Project: This information applies to the following project types:

InstallScript
InstallScript MSI

The SdFinishUpdateEx function supersedes the SdFinishUpdate function. SdFinishUpdate calls the following:

SdFinishUpdateEx( szTitle, szMsg1, szMsg2, "", "", bDefOption );

The SdFinishUpdate function at the end of your installation displays a dialog that indicates that the installation is complete. The dialog includes the option to check for application updates.

Note: SdFinishUpdate does not check for updates; to check for updates, add FlexNet Connect API calls in your InstallScript code. For more information, see the FlexNet Connect SDK documentation.

Syntax

SdFinishUpdate ( szTitle, szMsg1, szMsg2, bDefOption );

See Also