www.icetips.com  Icetips Utilities Documentation 4/8/2014    

SetupBuilder Class: GetSBVersionInformation

Previous  Top  Next  


Prototype: None

 

ReturnsThe 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:

SBBuildNumber

SBExecutable

SBMajorVersion

SBMinorVersion

Version Class

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getsbversioninformation_setupb.htm