Minor installer fix.

This commit is contained in:
LoRd_MuldeR 2011-10-08 23:53:54 +02:00
parent 7c5ef4ca58
commit 68fd91c6f8
2 changed files with 2 additions and 1 deletions

View File

@ -490,6 +490,7 @@ Section "Uninstall"
Delete /REBOOTOK "$INSTDIR\LameXP.exe" Delete /REBOOTOK "$INSTDIR\LameXP.exe"
Delete /REBOOTOK "$INSTDIR\LameXP-Portable.exe" Delete /REBOOTOK "$INSTDIR\LameXP-Portable.exe"
Delete /REBOOTOK "$INSTDIR\LameXP.exe.sig" Delete /REBOOTOK "$INSTDIR\LameXP.exe.sig"
Delete /REBOOTOK "$INSTDIR\LameXP*"
Delete /REBOOTOK "$INSTDIR\Uninstall.exe" Delete /REBOOTOK "$INSTDIR\Uninstall.exe"
Delete /REBOOTOK "$INSTDIR\Changelog.htm" Delete /REBOOTOK "$INSTDIR\Changelog.htm"
Delete /REBOOTOK "$INSTDIR\Changelog.html" Delete /REBOOTOK "$INSTDIR\Changelog.html"

View File

@ -171,7 +171,7 @@ Section "-LaunchTheInstaller"
RunFailed: RunFailed:
MessageBox MB_RETRYCANCEL|MB_DEFBUTTON2|MB_ICONSTOP|MB_TOPMOST "Failed to launch the installer. Please try again!" IDRETRY RunTryAgain MessageBox MB_RETRYCANCEL|MB_ICONSTOP|MB_TOPMOST "Failed to launch the installer. Please try again!" IDRETRY RunTryAgain
; -------- ; --------