VerProductNumToStr
InstallShield 2024 » InstallScript Language Reference
Project:
The VerProductNumToStr function returns in svVersion the version string corresponding to the packed DWORD specified in nVersion.
Syntax
VerProductNumToStr ( svVersion, nVersion );
Parameters
Parameter |
Description |
svVersion |
Returns the string equivalent, in packed DWORD format, of nVersion. |
nVersion |
Specifies version information as a four-byte value, that is, a number in the range 0 to 4294967295. |
Return Values
Return Value |
Description |
>= ISERR_SUCCESS |
The function succeeded. |
< ISERR_SUCCESS |
The function failed. |