diff --git a/distribute/Output/setup.exe b/distribute/Output/setup.exe index 08b9799..75b4d18 100644 Binary files a/distribute/Output/setup.exe and b/distribute/Output/setup.exe differ diff --git a/distribute/MCInt.cat b/distribute/USBPDI.cat similarity index 100% rename from distribute/MCInt.cat rename to distribute/USBPDI.cat diff --git a/distribute/MCInt.inf b/distribute/USBPDI.inf similarity index 100% rename from distribute/MCInt.inf rename to distribute/USBPDI.inf diff --git a/distribute/driver_installer_template.iss b/distribute/driver_installer_template.iss index c9decab..88e2166 100644 --- a/distribute/driver_installer_template.iss +++ b/distribute/driver_installer_template.iss @@ -13,18 +13,20 @@ ; - compile and run [Setup] -AppName=NTB MC-Interface -AppVerName=NTB MC-Interface 0.0.1 +AppName=USB Programming and Debugging Interface +AppVerName=USB Programming and Debugging Interface 0.0.2 AppPublisher=NTB AppPublisherURL=http://inf.ntb.ch/ -AppVersion=0.0.1 -DefaultDirName={pf}\MC-Interface -DefaultGroupName=MC-Interface +AppVersion=0.0.2 +DefaultDirName={pf}\USB PD-Interface +DefaultGroupName=USB PD-Interface Compression=lzma SolidCompression=yes ; WinMe or higher MinVersion=4.9,5 PrivilegesRequired=admin +WizardImageFile=setupUSBPDI_2.bmp +WizardSmallImageFile=setupUSBPDI_2small.bmp [Files] ; copy the file to the App folder @@ -37,10 +39,10 @@ Source: "*.inf"; DestDir: "{app}\driver" Source: "*.dll"; DestDir: "{win}\system32"; FLags: replacesameversion restartreplace uninsneveruninstall [Icons] -Name: "{group}\Uninstall MC-Interface"; Filename: "{uninstallexe}" +Name: "{group}\Uninstall USB PD-Interface"; Filename: "{uninstallexe}" [Run] ; invoke libusb's DLL to install the .inf file -Filename: "rundll32"; Parameters: "libusb0.dll,usb_install_driver_np_rundll {app}\driver\MCInt.inf"; StatusMsg: "Installing NTB MC-Interface driver (this may take a few seconds) ..." +Filename: "rundll32"; Parameters: "libusb0.dll,usb_install_driver_np_rundll {app}\driver\USBPDI.inf"; StatusMsg: "Installing Programming and Debugging Interface driver (this may take a few seconds) ..." diff --git a/distribute/setupUSBPDI_2.bmp b/distribute/setupUSBPDI_2.bmp new file mode 100644 index 0000000..9dd5683 Binary files /dev/null and b/distribute/setupUSBPDI_2.bmp differ diff --git a/distribute/setupUSBPDI_2small.bmp b/distribute/setupUSBPDI_2small.bmp new file mode 100644 index 0000000..6dc51c0 Binary files /dev/null and b/distribute/setupUSBPDI_2small.bmp differ