--- misc/trunk/win32_installer/linuxsampler_all.nsi 2012/12/02 16:30:52 2383 +++ misc/trunk/win32_installer/linuxsampler_all.nsi 2013/02/20 17:09:55 2417 @@ -1,6 +1,6 @@ ; LinuxSampler Windows installer ; -; Copyright (C) 2007-2012, The LinuxSampler Developers +; Copyright (C) 2007-2013, The LinuxSampler Developers ; ; All-in-one Installer for all subprojects / software components of the ; LinuxSampler Project. @@ -41,10 +41,10 @@ ; Java Runtime Environment, needed for JSampler !define JRE_VERSION "1.6" -; jre-7u9-windows-i586.exe: -!define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=69474" -; jre-7u9-windows-x64.exe: -!define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=69476" +; jre-7u15-windows-i586.exe: +!define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=74781" +; jre-7u15-windows-x64.exe: +!define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=74783" ; The default installation directory InstallDir "$PROGRAMFILES64\LinuxSampler" @@ -93,7 +93,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "http://linuxsampler.org" VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The LinuxSampler Project" VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "" -VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2012 The LinuxSampler Project" +VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2013 The LinuxSampler Project" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "LinuxSampler Installer (${RELEASE_DATE})" VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.0.0" @@ -512,7 +512,14 @@ File bin\64\libstdc++-6.dll ; shall we install the 32 bit version as well? - StrCmp $installing32BitToo "1" libgig686sse done + StrCmp $installing32BitToo "1" libgig686sse + StrCmp $installingQSampler "1" libgigForQsampler done + + ; QSampler needs the 32 bit libgig dll + libgigForQsampler: + SetOutPath "$INSTDIR\${SUBDIR_32_BIT}" + File bin\686sse\libgig-6.dll + Goto done libgig686sse: SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"