Commit f5e787ec28b5eed89c1bdda6b8223fbdb58977b3

Authored by ghollingworth
1 parent bc1fe9e8

Change default name for winUSB driver to be "Raspberry Pi USB boot"

win32/install_script.nsi
@@ -97,11 +97,11 @@ Section "Raspberry Pi USB Boot" Sec_rpiboot @@ -97,11 +97,11 @@ Section "Raspberry Pi USB Boot" Sec_rpiboot
97 File /r ..\msd 97 File /r ..\msd
98 98
99 DetailPrint "Installing BCM2708 driver..." 99 DetailPrint "Installing BCM2708 driver..."
100 - ExecWait '"$INSTDIR\redist\wdi-simple.exe" -v 0x0a5c -p 0x2763 -t 0' $0 100 + ExecWait '"$INSTDIR\redist\wdi-simple.exe" -n "Raspberry Pi USB boot" -v 0x0a5c -p 0x2763 -t 0' $0
101 DetailPrint "Driver install returned $0" 101 DetailPrint "Driver install returned $0"
102 102
103 DetailPrint "Installing BCM2710 driver..." 103 DetailPrint "Installing BCM2710 driver..."
104 - ExecWait '"$INSTDIR\redist\wdi-simple.exe" -v 0x0a5c -p 0x2764 -t 0' $0 104 + ExecWait '"$INSTDIR\redist\wdi-simple.exe" -n "Raspberry Pi USB boot" -v 0x0a5c -p 0x2764 -t 0' $0
105 DetailPrint "Driver install returned $0" 105 DetailPrint "Driver install returned $0"
106 106
107 File cyggcc_s-1.dll 107 File cyggcc_s-1.dll
win32/rpiboot_setup.exe
No preview for this file type