mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Updated windows installer NSIS script for 1.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
; HM NIS Edit Wizard helper defines
|
; HM NIS Edit Wizard helper defines
|
||||||
!define PRODUCT_NAME "libpinproc"
|
!define PRODUCT_NAME "libpinproc"
|
||||||
!define PRODUCT_VERSION "1.1"
|
!define PRODUCT_VERSION "1.2"
|
||||||
!define PRODUCT_PUBLISHER "Gerry Stellenberg"
|
!define PRODUCT_PUBLISHER "Gerry Stellenberg"
|
||||||
!define PRODUCT_WEB_SITE "http://www.pinballcontrollers.com"
|
!define PRODUCT_WEB_SITE "http://www.pinballcontrollers.com"
|
||||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\DPInst.exe"
|
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\DPInst.exe"
|
||||||
@@ -36,9 +36,8 @@
|
|||||||
; MUI end ------
|
; MUI end ------
|
||||||
|
|
||||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||||
OutFile "libpinproc_1.1_install.exe"
|
OutFile "libpinproc_1.2_install.exe"
|
||||||
InstallDir "$PROGRAMFILES\P-ROC\libpinproc"
|
InstallDir "$PROGRAMFILES\P-ROC\libpinproc"
|
||||||
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
|
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
ShowUnInstDetails show
|
ShowUnInstDetails show
|
||||||
|
|
||||||
@@ -78,7 +77,7 @@ Section "MainSection" SEC01
|
|||||||
File "C:\MinGW\bin\libstdc++-6.dll"
|
File "C:\MinGW\bin\libstdc++-6.dll"
|
||||||
SetOutPath "$INSTDIR\ext\python"
|
SetOutPath "$INSTDIR\ext\python"
|
||||||
SetOverwrite ifnewer
|
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"
|
SetOutPath "$INSTDIR"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File "C:\P-ROC\libpinproc\installers\Win\README.txt"
|
File "C:\P-ROC\libpinproc\installers\Win\README.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user