From a8d6d18b227facafcdf4b769beec3d09ee788a17 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 22 Dec 2009 21:40:29 +0000 Subject: (svn r18608) -Change: add the concept of music sets --- os/windows/installer/install.nsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/windows') diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 84973ca44..120215067 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -123,6 +123,10 @@ Section "!OpenTTD" Section1 File ${PATH_ROOT}bin\data\*.obs File ${PATH_ROOT}bin\data\opntitle.dat + ; Copy the music base metadata files + SetOutPath "$INSTDIR\gm\" + File ${PATH_ROOT}bin\gm\*.obm + ; Copy the scripts SetOutPath "$INSTDIR\scripts\" File ${PATH_ROOT}bin\scripts\*.* @@ -397,6 +401,10 @@ Section "Uninstall" ; Scripts Delete "$INSTDIR\scripts\*.*" + ; Base sets for music + Delete "$INSTDIR\gm\orig_mus.obm" + Delete "$INSTDIR\gm\no_sound.obm" + ; Remove remaining directories RMDir "$SMPROGRAMS\$SHORTCUTS\Extras\" RMDir "$SMPROGRAMS\$SHORTCUTS" -- cgit v1.2.3-54-g00ecf