mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-11 19:24:10 +01:00
OP-179: Windows uninstaller: remove OpenPilot user profile subdirectory if empty
This commit is contained in:
parent
a3e59429d8
commit
60db758637
@ -257,6 +257,11 @@ Section /o "un.Configuration" UnSecConfig
|
|||||||
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini"
|
Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "-un.Profile" UnSecProfile
|
||||||
|
; Remove OpenPilot user profile subdirectory if empty
|
||||||
|
RMDir "$APPDATA\OpenPilot"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
; Uninstall section descriptions
|
; Uninstall section descriptions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user