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

Updated NSIS installer to version 1.2

This commit is contained in:
Compy
2012-11-07 21:23:32 -05:00
parent 699a503ab9
commit 7cb484c9c0

View File

@@ -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