1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Merged in filnet/librepilot/LP-290_slow_gcs_uninstaller (pull request #280)

LP-290 nsis: silence uninstaller when deleting cache directories
This commit is contained in:
Alessio Morale 2016-07-16 16:29:12 +02:00
commit ab13d630fa

View File

@ -329,7 +329,10 @@ SectionEnd
Section "un.Maps cache" UnSecCache
; Remove local app data (maps cache, ...)
SetShellVarContext current
; disable status updates as there is potentially a lot of cached files...
SetDetailsPrint none
RMDir /r /rebootok "$LOCALAPPDATA\${ORG_BIG_NAME}\${GCS_BIG_NAME}"
SetDetailsPrint both
; Only remove if no other versions have data here
RMDir /rebootok "$LOCALAPPDATA\${ORG_BIG_NAME}"
SectionEnd