Skip to content
GitLab
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
27931a01
Commit
27931a01
authored
Nov 12, 2015
by
dogmaphobic
Browse files
Hard coding path in Windows installer script.
parent
8554f61f
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/qgroundcontrol_installer.nsi
View file @
27931a01
...
@@ -13,7 +13,7 @@ LicenseData license.txt
...
@@ -13,7 +13,7 @@ LicenseData license.txt
Section
Section
SetOutPath $INSTDIR
SetOutPath $INSTDIR
File /r release\*.*
File /r
build_windows_install\
release\*.*
File deploy\px4driver.msi
File deploy\px4driver.msi
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
WriteUninstaller $INSTDIR\QGroundControl_uninstall.exe
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\QGroundControl" "DisplayName" "QGroundControl"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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