mirror of
https://github.com/preble/libpinproc
synced 2026-02-22 18:15:25 +01:00
Merge branch 'dev' of https://github.com/Compy/libpinproc into dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "libpinproc"
|
||||
!define PRODUCT_VERSION "1.1"
|
||||
!define PRODUCT_VERSION "1.2"
|
||||
!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"
|
||||
@@ -36,9 +36,8 @@
|
||||
; MUI end ------
|
||||
|
||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||
OutFile "libpinproc_1.1_install.exe"
|
||||
OutFile "libpinproc_1.2_install.exe"
|
||||
InstallDir "$PROGRAMFILES\P-ROC\libpinproc"
|
||||
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
|
||||
ShowInstDetails show
|
||||
ShowUnInstDetails show
|
||||
|
||||
@@ -78,7 +77,7 @@ Section "MainSection" SEC01
|
||||
File "C:\MinGW\bin\libstdc++-6.dll"
|
||||
SetOutPath "$INSTDIR\ext\python"
|
||||
SetOverwrite ifnewer
|
||||
File "C:\P-ROC\pypinproc\dist\pinproc-1.1.win32-py2.6.exe"
|
||||
File "C:\P-ROC\pypinproc\dist\pinproc-1.2.win32-py2.6.exe"
|
||||
SetOutPath "$INSTDIR"
|
||||
SetOverwrite ifnewer
|
||||
File "C:\P-ROC\libpinproc\installers\Win\README.txt"
|
||||
@@ -143,4 +142,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