Version Information now rely on languages, some more updates on named uservars, maybe last one before official release :) (preview UserVars.nsi - doesn't compile yet)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2633 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7adbddc567
commit
1ea2160310
14 changed files with 539 additions and 283 deletions
|
@ -12,19 +12,17 @@ OutFile "VersionInfo.exe"
|
|||
;--------------------------------
|
||||
;Version Information
|
||||
|
||||
VISetVersionLanguage 2057 1200 ; English UK
|
||||
VIAddTranslation 2057 1200 ; English UK
|
||||
VIProductVersion "1.2.3.4"
|
||||
VIAddVersionKey "ProductName" "Test Application"
|
||||
VIAddVersionKey "Comments" "A test comment"
|
||||
VIAddVersionKey "CompanyName" "Fake company"
|
||||
VIAddVersionKey "LegalTrademarks" "Test Application is a trademark of Fake company"
|
||||
VIAddVersionKey "LegalCopyright" "© Fake company"
|
||||
VIAddVersionKey "FileDescription" "Test Application"
|
||||
VIAddVersionKey "FileVersion" "1.2.3"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "ProductName" "Test Application"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "Comments" "A test comment"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "CompanyName" "Fake company"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "LegalTrademarks" "Test Application is a trademark of Fake company"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "LegalCopyright" "© Fake company"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "FileDescription" "Test Application"
|
||||
VIAddVersionKey ${LANG_ENGLISH} "FileVersion" "1.2.3"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
Section ""
|
||||
|
||||
SectionEnd
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue