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

Version 0.2

This commit is contained in:
gstellenberg
2010-02-25 16:43:15 -06:00
parent 00009be170
commit d140153f97

View File

@@ -2,7 +2,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "libpinproc"
!define PRODUCT_VERSION "0.1"
!define PRODUCT_VERSION "0.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"
@@ -77,7 +77,7 @@ Section "MainSection" SEC01
File "C:\P-ROC\libpinproc\bin\ftd2xx.dll"
SetOutPath "$INSTDIR\ext\python"
SetOverwrite ifnewer
File "C:\P-ROC\libpinproc\ext\python\dist\pinproc-0.1.win32-py2.6.exe"
File "C:\P-ROC\libpinproc\ext\python\dist\pinproc-0.2.win32-py2.6.exe"
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "C:\P-ROC\libpinproc\installers\Win\README.txt"
@@ -142,4 +142,4 @@ Section Uninstall
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SetAutoClose true
SectionEnd
SectionEnd