Skip to content

Commit a688bd9

Browse files
committed
Remove Interface caches upon uninstall.
1 parent 8efba72 commit a688bd9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cmake/templates/NSIS.template.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,11 @@ Section "Uninstall"
15401540
Delete "$SMSTARTUP\@SANDBOX_HF_SHORTCUT_NAME@.lnk"
15411541
SetShellVarContext all
15421542

1543+
; Remove all Interface caches when uninstalling.
1544+
${If} @CLIENT_COMPONENT_CONDITIONAL@
1545+
RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
1546+
${EndIf}
1547+
15431548
@CPACK_NSIS_DELETE_ICONS@
15441549
@CPACK_NSIS_DELETE_ICONS_EXTRA@
15451550

0 commit comments

Comments
 (0)