VerProductStrToNum
InstallShield 2024 » InstallScript Language Reference
Project:
The VerProductStrToNum function returns in nvVersionResult the packed DWORD version information corresponding to the string specified in svVersion.
Syntax
VerProductStrToNum ( nvVersionResult, szVersion );
Parameters
Parameter |
Description |
|||||||||
nvVersionResult |
Returns the packed DWORD version information. |
|||||||||
szVersion |
Specifies version information in string form. The function fails unless szVersion meets all of the following conditions:
|
Return Values
Return Value |
Description |
>= ISERR_SUCCESS |
The function succeeded. |
< ISERR_SUCCESS |
The function failed. |