From b607b906892f5a775314a68f9f919c78ca34b73d Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 23 Sep 2004 19:29:52 +0000 Subject: [PATCH] Tiny update Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1994 --- scripts/dosbox-installer.nsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/dosbox-installer.nsi b/scripts/dosbox-installer.nsi index ef214926..cb2e54b9 100644 --- a/scripts/dosbox-installer.nsi +++ b/scripts/dosbox-installer.nsi @@ -1,5 +1,5 @@ !define VER_MAYOR 0 -!define VER_MINOR 61 +!define VER_MINOR 62 ; The name of the installer Name "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer" @@ -15,7 +15,7 @@ DirText "This will install DOSBox v${VER_MAYOR}.${VER_MINOR} on your computer. C SetCompressor bzip2 LicenseData COPYING -LicenseText "DOSBox v${VER_MAYOR}.${VER_MINOR} License" "Next->" +LicenseText "DOSBox v${VER_MAYOR}.${VER_MINOR} License" "Next >" ; The stuff to install Section "ThisNameIsIgnoredSoWhyBother?" @@ -62,6 +62,9 @@ Section "Uninstall" Delete $INSTDIR\SDL.dll Delete $INSTDIR\SDL_net.dll Delete $INSTDIR\libpng12.dll + ;Files left by sdl taking over the console + Delete $INSTDIR\stdout.txt + Delete $INSTDIR\stderr.txt ; MUST REMOVE UNINSTALLER, too Delete $INSTDIR\uninstall.exe