Reference/VIProductVersion: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=VIProductVersion= [version_string_X.X.X.X] Adds the Product Version on top of the Version Tab in the Properties of the file. <highlight-nsis>VIProductVersion "1.2.3.4"</high...") |
mNo edit summary |
||
| Line 6: | Line 6: | ||
<highlight-nsis>VIProductVersion "1.2.3.4"</highlight-nsis> | <highlight-nsis>VIProductVersion "1.2.3.4"</highlight-nsis> | ||
''Command introduced with NSIS v2.0'' | |||
Latest revision as of 11:27, 3 June 2013
VIProductVersion
[version_string_X.X.X.X]
Adds the Product Version on top of the Version Tab in the Properties of the file.
VIProductVersion "1.2.3.4"
Command introduced with NSIS v2.0