www.icetips.com  Icetips Utilities Documentation 5/15/2016    

Global Extension Template: Write Version info to INI File

Previous  Top  Next  


This template requires the "Version Resource" template from Softvelocity and before you try to add this template you need to select the "Version Resource" template.  This template writes all the version information from the "Version Resource" template to an ini file that you pick.  This can come in handy with any kind of automation for example if you are using Build Automator but you can't let it handle the version information for whatever reason.  Then you can export the version information and use the "Get From INI" action in Build Automator to retrieve the build information.

 

Template_WriteVersionInfoToINIFile

Write Version info...If checked, the template will write the version information to the file specified below

 

Select INI fileSelect the INI file that you want to write to.  Please note that the path to it MUST exist and the template will not attempt to validate or create the path to the INI file.

 

When the application is generated, it will write an INI file that will look like this:

 

[VersionInfo]

Application=TestPageOfPages.app

Application Path=C:\Dev\Prod\Utilities\Apps\C8\DemoApp\

Product Name=Page of Pages Demo app

File Description=

ProductVersion=1.2.1234.3

FileVersion=1.2.1234.3

ProductMajorVersion=1

ProductMinorVersion=2

ProductSubVersion=1234

ProductBuildNumber=3

FileMajorVersion=1

FileMinorVersion=2

FileSubVersion=1234

FileBuildNumber=3

 

 



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