Fixed Uninstaller to remove the "Manual.html" file.
This commit is contained in:
parent
265019b952
commit
392a22a03d
@ -417,7 +417,9 @@ Section "!Install Files"
|
||||
Delete "$INSTDIR\LameEnc.sys"
|
||||
Delete "$INSTDIR\LameXP.exe"
|
||||
Delete "$INSTDIR\LameXP.exe.sig"
|
||||
Delete "$INSTDIR\LameXP-Portable.exe"
|
||||
Delete "$INSTDIR\License.txt"
|
||||
Delete "$INSTDIR\Manual.html"
|
||||
Delete "$INSTDIR\Readme.htm"
|
||||
Delete "$INSTDIR\ReadMe.txt"
|
||||
Delete "$INSTDIR\PRE_RELEASE_INFO.txt"
|
||||
@ -521,6 +523,7 @@ Section "Uninstall"
|
||||
Delete /REBOOTOK "$INSTDIR\Howto.html"
|
||||
Delete /REBOOTOK "$INSTDIR\LameEnc.sys"
|
||||
Delete /REBOOTOK "$INSTDIR\License.txt"
|
||||
Delete /REBOOTOK "$INSTDIR\Manual.html"
|
||||
Delete /REBOOTOK "$INSTDIR\Readme.htm"
|
||||
Delete /REBOOTOK "$INSTDIR\ReadMe.txt"
|
||||
Delete /REBOOTOK "$INSTDIR\PRE_RELEASE_INFO.txt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user