Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
955d9865
Commit
955d9865
authored
Mar 26, 2015
by
Don Gagne
Browse files
Install USB drivers
parent
dfc735ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
deploy/px4driver.msi
0 → 100644
View file @
955d9865
File added
deploy/qgroundcontrol_installer.nsi
View file @
955d9865
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment