|
Previous Top Next |
Prototype: | None |
Returns | The method does not return a value |
This method retrieves the version information from the SetupBuiler executable stored in the SBExecutable property. It then splits up the first 3 components into SBMajorVersion, SBMinorVersion and SBBuildNumber properties. The method uses the GetVersionInfo method of the Version Class to retrieve the version information.
Example:
ITS.GetSBVersionInformation
Message('SetupBuilder version: ' & ITS.SBMajorVersion & '.' & ITS.SBMinorVersion & '.' & ITS.SBBuildNumber)
See also: