diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 5cc23570..c048016c 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -520,9 +520,11 @@ FunctionEnd Delete ${options} "$INSTDIR\LameXP*.exe.sig" Delete ${options} "$INSTDIR\LameXP*.rcc" Delete ${options} "$INSTDIR\LameXP*.VisualElementsManifest.xml" + Delete ${options} "$INSTDIR\LameXP*.tag" Delete ${options} "$INSTDIR\License.txt" Delete ${options} "$INSTDIR\Manual.html" Delete ${options} "$INSTDIR\Readme.htm" + Delete ${options} "$INSTDIR\Readme.html" Delete ${options} "$INSTDIR\ReadMe.txt" Delete ${options} "$INSTDIR\PRE_RELEASE_INFO.txt" Delete ${options} "$INSTDIR\Settings.cfg"