1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-179: Windows uninstaller: update mapscache location to be removed

This commit is contained in:
Oleg Semyonov 2011-05-08 15:31:57 +03:00
parent 0e60e24db7
commit a3e59429d8

View File

@ -248,12 +248,13 @@ SectionEnd
Section "un.Maps cache" UnSecCache
; Remove maps cache
RMDir /r /rebootok "$PROFILE\OpenPilot"
RMDir /r /rebootok "$APPDATA\OpenPilot\mapscache"
SectionEnd
Section /o "un.Configuration" UnSecConfig
; Remove configuration
RMDir /r /rebootok "$APPDATA\OpenPilot"
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.db"
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini"
SectionEnd
;--------------------------------