Updated installer to include resources.

This commit is contained in:
Daniel Önnerby 2008-10-07 12:37:10 +00:00
parent f6b16daa95
commit 9dadff4e55

View File

@ -14,7 +14,7 @@ SetCompressor /SOLID lzma
!define INSTALL_DIR "musikCube 2" !define INSTALL_DIR "musikCube 2"
;---------------------------------------------------------------- ;----------------------------------------------------------------
OutFile ".\${INSTALLER_NAME} Setup.exe" OutFile ".\${INSTALLER_NAME}.exe"
Name "${PROJECT_NAME} ${SUB_NAME}" Name "${PROJECT_NAME} ${SUB_NAME}"
@ -44,6 +44,7 @@ Section "mC2installation" main
File /r "..\bin\release\mC2.exe" File /r "..\bin\release\mC2.exe"
File /r "..\bin\release\musikServer.exe" File /r "..\bin\release\musikServer.exe"
File /r "..\LICENSE.txt" File /r "..\LICENSE.txt"
File /r "..\bin\release\resources"
SetOutPath "$INSTDIR\plugins" SetOutPath "$INSTDIR\plugins"
File /r "..\bin\release\plugins\*.dll" File /r "..\bin\release\plugins\*.dll"