Commit 27931a01 authored by dogmaphobic's avatar dogmaphobic

Hard coding path in Windows installer script.

parent 8554f61f
...@@ -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"
......
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