SdGeneralInit
InstallShield 2024 » InstallScript Language Reference
The SdGeneralInit function provides standard dialog initialization, including setting the enable or disable state of the Next, Back, and Cancel buttons. This function also replaces all %P, %VS, and %VI instances with IFX_PRODUCT_DISPLAY_NAME, IFX_PRODUCT_DISPLAY_VERSION, and IFX_INSTALLED_DISPLAY_VERSION on static controls with control IDs 700 through 724, and 202.
Syntax
SdGeneralInit (szDialog, hwndDialg, nUnused, szUnused);
Parameters
Parameter |
Description |
szDialog |
Name of the dialog created with EzDefineDialog or DefineDialog. |
hwndDialog |
Handle to the current dialog. This is obtained by calling CmdGetHwndDlg. |
nUnused |
Unused parameter; pass 0. |
szUnused |
Unused parameter; pass an empty string (""). |
Return Values
None.
See Also