OSDN Git Service

Minor installer fix.
authorlordmulder <mulder2@gmx.de>
Sat, 8 Oct 2011 21:53:54 +0000 (23:53 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 8 Oct 2011 21:53:54 +0000 (23:53 +0200)
etc/NSIS/setup.nsi
etc/NSIS/wrapper.nsi

index 944550f..31d06fd 100644 (file)
@@ -490,6 +490,7 @@ Section "Uninstall"
        Delete /REBOOTOK "$INSTDIR\LameXP.exe"
        Delete /REBOOTOK "$INSTDIR\LameXP-Portable.exe"
        Delete /REBOOTOK "$INSTDIR\LameXP.exe.sig"
+       Delete /REBOOTOK "$INSTDIR\LameXP*"
        Delete /REBOOTOK "$INSTDIR\Uninstall.exe"
        Delete /REBOOTOK "$INSTDIR\Changelog.htm"
        Delete /REBOOTOK "$INSTDIR\Changelog.html"
index 8008dca..1e5f4a8 100644 (file)
@@ -171,7 +171,7 @@ Section "-LaunchTheInstaller"
 
        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
 
        ; --------