Version-Checking Functions
InstallShield 2024 » InstallScript Language Reference
The following functions enable you to access version information that is present on Windows-based systems. In order to use the functions, you need to know background information about version resources. Review Microsoft Windows documentation to gain a better understanding of the version resource.
Function |
Description |
Compares two strings containing version information. |
|
Searches for the specified file and retrieves its version and location. |
|
Retrieves the list of languages that a specified file supports. |
|
Retrieves the version of a specified file. |
|
Compares product versions. |
|
Returns the string equivalent of the data in the Version value of the application uninstallation registry key if that data is a packed DWORD. |
|
Checks whether a version string is a supported version. |
|
Returns a string for a specified packed DWORD version. |
|
Returns a packed DWORD version for a specified string. |
|
Retrieves the packed DWORD that corresponds to the version parts that are specified by nVersionMajor, nVersionMinor, and nVersionBuild. |
|
Retrieves as separate numeric values the version parts of a specified packed DWORD. |
|
Replaces an existing file with a more recent version. If the specified file does not exist, the more recent version is installed. |
|
Replaces an existing file with a more recent version. If the specified file does not exist, the more recent version is installed. |