mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-17 16:45:11 -04:00
Bundle drivers to windows installer #156
This commit is contained in:
parent
88ca0815ed
commit
c0bf247666
4 changed files with 35 additions and 10 deletions
|
@ -92,6 +92,7 @@ Section "NS-USBloader" Install
|
|||
|
||||
SetOutPath "$INSTDIR"
|
||||
file /r jdk
|
||||
file Drivers_set.exe
|
||||
file NS-USBloader.exe
|
||||
file logo.ico
|
||||
|
||||
|
@ -143,6 +144,7 @@ Section "Uninstall"
|
|||
|
||||
;Delete installed files
|
||||
RMDir /r "$INSTDIR\jdk\*"
|
||||
Delete "$INSTDIR\Drivers_set.exe"
|
||||
Delete "$INSTDIR\NS-USBloader.exe"
|
||||
Delete "$INSTDIR\logo.ico"
|
||||
Delete "$SMPROGRAMS\Uninstall.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue