Browse Source

commit

QGC4.4
Don Gagne 10 years ago
parent
commit
cc6ee4f6e7
  1. 6
      deploy/qgroundcontrol_installer.nsi

6
deploy/qgroundcontrol_installer.nsi

@ -20,10 +20,8 @@ SectionEnd @@ -20,10 +20,8 @@ SectionEnd
Section "Uninstall"
Delete $INSTDIR\QGroundControl_uninstall.exe
Delete $INSTDIR\*.*
RMDir $INSTDIR
Delete "$SMPROGRAMS\QGroundControl\*.*"
RMDir "$SMPROGRAMS\QGroundControl\"
RMDir /r /REBOOTOK $INSTDIR
RMDir /r /REBOOTOK "$SMPROGRAMS\QGroundControl\"
SectionEnd
Section "create Start Menu Shortcuts"

Loading…
Cancel
Save