From 70b89f08241fb7deb8a1187e42345121fed88d41 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 20 Oct 2005 13:50:49 +0000 Subject: [PATCH] fix bad file references remove msvcp71.dll for now --- stepmania/stepmania.nsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 059cf12905..d64d127f0d 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -223,11 +223,10 @@ File "Data\splash.png" SetOutPath "$INSTDIR\Program" File "Program\${PRODUCT_NAME}.exe" -File "Program\stepmania.vdi" +File "Program\${PRODUCT_NAME}.vdi" File "Program\smpackage.exe" File "Program\msvcr70.dll" File "Program\msvcp70.dll" -File "Program\msvcp71.dll" File "Program\jpeg.dll" File "Program\avcodec.dll" File "Program\avformat.dll" @@ -371,7 +370,7 @@ Delete "$INSTDIR\Docs\ChangeLog.txt" RMDir "$INSTDIR\Docs" ; Don't delete high scores. -Delete "$INSTDIR\Data\Translation.dat" +Delete "$INSTDIR\Data\Translations.xml" Delete "$INSTDIR\Data\AI.ini" ; Don't delete setting files so that they remain after an upgrade. ;Delete "$INSTDIR\Data\${PRODUCT_NAME}.ini"