Added VIFileVersion instruction and fixed version info resource default language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6160 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
737a5c8468
commit
3cd6ebbf39
7 changed files with 96 additions and 29 deletions
|
@ -151,6 +151,15 @@ The name of these fields are translated on the target system, whereas user defin
|
|||
|
||||
\c [version_string_X.X.X.X]
|
||||
|
||||
Adds the Product Version on top of the Version Tab in the Properties of the file.
|
||||
Sets the Product Version in the VS_FIXEDFILEINFO version information block.
|
||||
|
||||
\c VIProductVersion "1.2.3.4"
|
||||
|
||||
\S2{vifileversion} VIFileVersion
|
||||
|
||||
\c [version_string_X.X.X.X]
|
||||
|
||||
Sets the File Version in the VS_FIXEDFILEINFO version information block (You should also set the FileVersion string with VIAddVersionKey so the information is displayed at the top of the Version Tab in the Properties of the file). If you don't provide a File Version the Product Version is used in the VS_FIXEDFILEINFO block.
|
||||
|
||||
\c VIFileVersion "1.2.3.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue