1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

Changed ver to 2.0

This commit is contained in:
Gerry Stellenberg
2013-07-18 15:10:36 -05:00
parent 7d7c1b8d04
commit 2277042664
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "libpinproc"
!define PRODUCT_VERSION "1.2"
!define PRODUCT_VERSION "2.0"
!define PRODUCT_PUBLISHER "Gerry Stellenberg"
!define PRODUCT_WEB_SITE "http://www.pinballcontrollers.com"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\DPInst.exe"
@@ -35,7 +35,7 @@
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "libpinproc_1.2_install.exe"
OutFile "libpinproc_2.0_install.exe"
InstallDir "$PROGRAMFILES\P-ROC\libpinproc"
ShowInstDetails show
ShowUnInstDetails show
@@ -160,4 +160,4 @@ Section Uninstall
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SetAutoClose true
SectionEnd
SectionEnd