/[svn]/misc/trunk/win32_installer/linuxsampler_all.nsi
ViewVC logotype

Diff of /misc/trunk/win32_installer/linuxsampler_all.nsi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2145 by persson, Sat Oct 9 11:08:26 2010 UTC revision 2160 by persson, Fri Feb 4 18:21:00 2011 UTC
# Line 37  OutFile "linuxsampler_${RELEASE_DATE}_se Line 37  OutFile "linuxsampler_${RELEASE_DATE}_se
37    
38  ; Java Runtime Environment, needed for JSampler  ; Java Runtime Environment, needed for JSampler
39  !define JRE_VERSION "1.6"  !define JRE_VERSION "1.6"
40  ; jre-6u21-windows-i586.exe, 1.6.0_21-b74:  ; jre-6u23-windows-i586.exe, 1.6.0_23-b05:
41  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=41724"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=45825"
42  ; jre-6u21-windows-x64.exe, 1.6.0_21-b07:  ; jre-6u23-windows-x64.exe, 1.6.0_23-b05:
43  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=41293"  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=43883"
44    
45  ; The default installation directory  ; The default installation directory
46  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2145  
changed lines
  Added in v.2160

  ViewVC Help
Powered by ViewVC