Version.XXXX
Previous  Top  Next

Version.XXXX - Used to override EXE version strings or add new version strings

Version resources are normally copied from the original .exe. You can override the version resource strings (and add new ones) using a "Version.<string_name>=string_value" setting.


Example

Sets the VersionInfo field "ProductName" to the value "My New Product Name" 
[Application.exe]  
Version.ProductName=My New Product Name
Version.Description=This Product is great!

This option requires Thinstall 3.133 or higher