Added NSIS menu PE version info
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7120 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
28f43ca941
commit
a104daf046
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@ InstallButtonText " "
|
|||
CompletedText " "
|
||||
LangString ^ClickInstall 0 " "
|
||||
Caption "$(^Name)"
|
||||
!ifdef VER_MAJOR & VER_MINOR & VER_REVISION & VER_BUILD
|
||||
!searchreplace VERSTR "${NSIS_VERSION}" "v" ""
|
||||
VIProductVersion ${VER_MAJOR}.${VER_MINOR}.${VER_REVISION}.${VER_BUILD}
|
||||
VIAddVersionKey "ProductName" "NSIS"
|
||||
VIAddVersionKey "ProductVersion" "${VERSTR}"
|
||||
VIAddVersionKey "FileVersion" "${VERSTR}"
|
||||
VIAddVersionKey "FileDescription" "NSIS Menu"
|
||||
!endif
|
||||
|
||||
!include nsDialogs.nsh
|
||||
!include WinMessages.nsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue