InstallShield 2016 » InstallScript Language Reference
Project • This information applies to the following project types:
• | InstallScript |
• | InstallScript MSI |
The SdConfirmRegistration function creates a message box that displays the User Name, Company Name, and Serial Number. If a null string (“”) is entered in any field in the dialog, the displayed field will be empty.
Syntax
SdConfirmRegistration ( szTitle, szName, szCompany, szSerial, nReserved );
Parameters
Parameter |
Description |
szTitle |
Specifies the title of the dialog. To display the default title (“Registration Confirmation”), pass a null string (“”) in this parameter. |
szName |
Specifies the end user's name. |
szCompany |
Specifies the company name. |
szSerial |
Specifies the serial number. If this parameter contains a null string (“”), the serial number field is not displayed in the dialog. |
nReserved |
Pass zero in this parameter. No other value is allowed. |
Return Values
Return Value |
Description |
YES (1) |
Indicates that the Yes button was clicked. |
NO (0) |
Indicates that the No button was clicked. |
Additional Information
• | To view an example of this or other dialogs for your installation, use the Dialog Sampler. In InstallShield, on the Tools menu, point to InstallScript, then click Standard Dialog Sampler or Skinned Dialog Sampler. |
• | The dialog that is displayed by this function cannot be displayed with a skin; it appears the same regardless of whether you have specified a skin. |
• | To obtain the serial number and end user’s name and company, call SdRegisterUserEx. To obtain only the end user’s name and company, call SdRegisterUser. |
See Also
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |