Browse Source

Merge pull request #1389 from DonLakeFlyer/WindowsUSBInstall

Install USB drivers
QGC4.4
Don Gagne 10 years ago
parent
commit
04a122842d
  1. BIN
      deploy/px4driver.msi
  2. 2
      deploy/qgroundcontrol_installer.nsi

BIN
deploy/px4driver.msi

Binary file not shown.

2
deploy/qgroundcontrol_installer.nsi

@ -14,9 +14,11 @@ LicenseData license.txt @@ -14,9 +14,11 @@ LicenseData license.txt
Section
SetOutPath $INSTDIR
File /r release\*.*
File deploy\px4driver.msi
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "UninstallString" "$\"$INSTDIR\QGroundControl_uninstall.exe$\""
ExecWait '"msiexec" /i "px4driver.msi"'
SectionEnd
Section "Uninstall"

Loading…
Cancel
Save