From 0bfe23a70c6e713d06e16c53600e93d35346c955 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 20 Dec 2002 19:55:15 +0000 Subject: [PATCH] update --- stepmania/stepmania.nsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 57e7d05955..15d78d8d68 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -48,6 +48,7 @@ Exec "$INSTDIR\uninst.exe" old_nsis_not_installed: ; Check for DirextX 8.1 (to be moved to the right section later) +; XXX: we seem to run fine on 8.0 (4.08.00.0400) ReadRegStr $0 HKEY_LOCAL_MACHINE "Software\Microsoft\DirectX" "Version" StrCpy $1 $0 2 2 ; 8.1 is "4.08.01.0810" IntCmpU $1 8 check_subversion old_dx ok @@ -142,7 +143,19 @@ SetOutPath "$INSTDIR\Visualizations" File "Visualizations\instructions.txt" SetOutPath "$INSTDIR" +; File "msvcr70.dll" +; File "msvcp70.dll" File "bass.dll" +File "jpeg.dll" +File "libpng13a.dll" +File "ogg.dll" +File "vorbis.dll" +File "vorbisfile.dll" +File "zliba.dll" +File "SDL.dll" +File "SDL_image.dll" +File "SDL_net.dll" + File "COPYING.txt" File "README-FIRST.TXT" File "NEWS" @@ -150,6 +163,11 @@ File "stepmania.exe" ; What to do here? Better to just delete an existing INI than to ; drop the local one in ... -glenn ; Agreed. - Chris +; But we shouldn't delete, either, since that'll wipe peoples' prefs. +; Better to address upgrade problems than to make people nuke INI's. +; Maybe we should remove this for snapshot releases; that way we can +; track down problems with INI upgrades (and then possibly restore it +; for the release if we're not confident we've fixed most problems) -glenn Delete "$INSTDIR\stepmania.ini" File "stepmania.vdi" File "smpackage.exe"