Fix tabContextMenu_example.xml not being deleted while uninstallation
Correctly delete tabContextMenu_example.xml in the users profile. Fix #13670, close #13654
This commit is contained in:
parent
af8b339296
commit
8250a81d6e
|
@ -243,7 +243,6 @@ Section Uninstall
|
|||
Delete "$INSTDIR\langs.model.xml"
|
||||
Delete "$INSTDIR\stylers.model.xml"
|
||||
Delete "$INSTDIR\tabContextMenu_example.xml"
|
||||
Delete "$APPDATA\${APPNAME}\tabContextMenu_example.xml"
|
||||
Delete "$INSTDIR\stylers_remove.xml"
|
||||
Delete "$INSTDIR\localization\english.xml"
|
||||
Delete "$INSTDIR\LINEDRAW.TTF"
|
||||
|
@ -277,6 +276,7 @@ Section Uninstall
|
|||
Delete "$APPDATA\${APPNAME}\userDefineLang.xml"
|
||||
Delete "$APPDATA\${APPNAME}\insertExt.ini"
|
||||
Delete "$APPDATA\${APPNAME}\nppLogNulContentCorruptionIssue.log"
|
||||
Delete "$APPDATA\${APPNAME}\tabContextMenu_example.xml"
|
||||
Delete "$APPDATA\${APPNAME}\toolbarIcons.xml"
|
||||
Delete "$APPDATA\${APPNAME}\userDefineLangs\userDefinedLang-markdown.default.modern.xml"
|
||||
Delete "$APPDATA\${APPNAME}\userDefineLangs\markdown._preinstalled.udl.xml"
|
||||
|
|
Loading…
Reference in New Issue