We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fb9f3 commit 769edfbCopy full SHA for 769edfb
1 file changed
cmake/templates/NSIS.template.in
@@ -1539,6 +1539,11 @@ Section "Uninstall"
1539
Delete "$SMSTARTUP\@CONSOLE_HF_SHORTCUT_NAME@.lnk"
1540
Delete "$SMSTARTUP\@SANDBOX_HF_SHORTCUT_NAME@.lnk"
1541
SetShellVarContext all
1542
+
1543
+ ; Remove all Interface caches of the current user when uninstalling.
1544
+ SetShellVarContext current
1545
+ RMDir /r "$LOCALAPPDATA\@BUILD_ORGANIZATION@\Interface"
1546
+ SetShellVarContext all
1547
1548
@CPACK_NSIS_DELETE_ICONS@
1549
@CPACK_NSIS_DELETE_ICONS_EXTRA@
0 commit comments