mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Changed ver to 2.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user