Commit 955d9865 authored by Don Gagne's avatar Don Gagne

Install USB drivers

parent dfc735ec
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment