X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi;h=ed2f317158ce5a9737616cb8732dc6e94545c252;hp=c674be794480d767a1029697b1b47829ce2f1f06;hb=d64796ed321a9c755e7426be47359aeca1d1173c;hpb=1f763c17a87c0be8c52ac9ba99e3391b91ab6bdc diff --git a/contrib/pulseview_cross.nsi b/contrib/pulseview_cross.nsi index c674be79..ed2f3171 100644 --- a/contrib/pulseview_cross.nsi +++ b/contrib/pulseview_cross.nsi @@ -38,7 +38,7 @@ Name "PulseView" # Filename of the installer executable. -OutFile "pulseview-0.1.0-installer.exe" +OutFile "pulseview-0.2.0-installer.exe" # Where to install the application. InstallDir "$PROGRAMFILES\sigrok\PulseView" @@ -128,10 +128,7 @@ Section "PulseView (required)" Section1 # PulseView (statically linked, includes all libs). File "${CROSS}/bin/pulseview.exe" - # libusb0.dll (needed for libusb-0.1). - File "${CROSS}/libusb0.dll" - - # Zadig (used for installing libusb-win32 and WinUSB drivers). + # Zadig (used for installing WinUSB drivers). File "${CROSS}/zadig.exe" File "${CROSS}/zadig_xp.exe" @@ -183,7 +180,7 @@ Section "PulseView (required)" Section1 WriteRegStr HKLM "${REGSTR}" "URLUpdateInfo" \ "http://sigrok.org/wiki/Downloads" WriteRegStr HKLM "${REGSTR}" "URLInfoAbout" "http://sigrok.org" - WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.1.0" + WriteRegStr HKLM "${REGSTR}" "DisplayVersion" "0.2.0" WriteRegStr HKLM "${REGSTR}" "Contact" \ "sigrok-devel@lists.sourceforge.org" WriteRegStr HKLM "${REGSTR}" "Comments" \ @@ -206,7 +203,6 @@ Section "Uninstall" # Delete the application, the application data, and related libs. Delete "$INSTDIR\COPYING" Delete "$INSTDIR\pulseview.exe" - Delete "$INSTDIR\libusb0.dll" Delete "$INSTDIR\zadig.exe" Delete "$INSTDIR\zadig_xp.exe" Delete "$INSTDIR\python32.dll"