Do not decorate opentk.exe with version numbers (this will be handled through the msbuild script).
This commit is contained in:
parent
8c3e19388b
commit
2c3dca8b05
1 changed files with 4 additions and 4 deletions
|
@ -13,9 +13,9 @@ SetCompressor lzma
|
||||||
|
|
||||||
; HM NIS Edit Wizard helper defines
|
; HM NIS Edit Wizard helper defines
|
||||||
!define PRODUCT_NAME "OpenTK"
|
!define PRODUCT_NAME "OpenTK"
|
||||||
!define PRODUCT_VERSION "{{version}}" ; To be replaced by Build.exe
|
!define PRODUCT_VERSION "1.0" ; To be replaced by Build.exe
|
||||||
!define PRODUCT_VERSION_REVISION "{{revision}}" ; To be replaced by Build.exe
|
;!define PRODUCT_VERSION_REVISION "{{revision}}" ; To be replaced by Build.exe
|
||||||
!define PRODUCT_VERSION_EXTRA "{{extra}}" ; To be replaced by Build.exe
|
;!define PRODUCT_VERSION_EXTRA "{{extra}}" ; To be replaced by Build.exe
|
||||||
!define PRODUCT_PUBLISHER "The Open Toolkit team"
|
!define PRODUCT_PUBLISHER "The Open Toolkit team"
|
||||||
!define PRODUCT_WEB_SITE "http://www.opentk.com"
|
!define PRODUCT_WEB_SITE "http://www.opentk.com"
|
||||||
!define PRODUCT_UNINST_KEY "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
!define PRODUCT_UNINST_KEY "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
||||||
|
@ -123,7 +123,7 @@ SetCompressor lzma
|
||||||
; MUI END ------
|
; MUI END ------
|
||||||
|
|
||||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||||
OutFile "opentk-${PRODUCT_VERSION}.${PRODUCT_VERSION_REVISION}-${PRODUCT_VERSION_EXTRA}.exe"
|
OutFile "opentk.exe"
|
||||||
InstallDir "${MULTIUSER_INSTALLMODE_INSTDIR}"
|
InstallDir "${MULTIUSER_INSTALLMODE_INSTDIR}"
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
ShowUnInstDetails show
|
ShowUnInstDetails show
|
||||||
|
|
Loading…
Reference in a new issue