--- misc/trunk/win32_installer/linuxsampler_all.nsi 2011/02/08 18:22:51 2163 +++ misc/trunk/win32_installer/linuxsampler_all.nsi 2012/05/01 11:43:07 2345 @@ -7,13 +7,16 @@ ; ; PREREQUISITES: ; -; -> You must install the file cpudesc\cpudesc.dll into the NSIS's -; plugin directory before being able to compile this installer! +; -> You must install the file cpudesc\cpudesc.dll into the working +; directory before being able to compile this installer! ; ; -> The compiled binaries must be placed into the respective directories ; under bin\ (you have to read this file in order to get those exact ; locations and expected file names). +; NSIS plug-in for getting CPU information +!addplugindir cpudesc + ; Probably the best compression ratio SetCompressor lzma @@ -37,10 +40,10 @@ ; Java Runtime Environment, needed for JSampler !define JRE_VERSION "1.6" -; jre-6u23-windows-i586.exe, 1.6.0_23-b05: -!define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=45825" -; jre-6u23-windows-x64.exe, 1.6.0_23-b05: -!define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=43883" +; jre-6u31-windows-i586.exe: +!define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=62314" +; jre-6u31-windows-x86.exe: +!define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=60338" ; The default installation directory InstallDir "$PROGRAMFILES64\LinuxSampler"