/[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 2163 by persson, Tue Feb 8 18:22:51 2011 UTC revision 2166 by persson, Sun Feb 20 14:20:23 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-6u23-windows-i586.exe, 1.6.0_23-b05:  ; jre-6u24-windows-i586.exe, 1.6.0_24-b07:
41  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=45825"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=47153"
42  ; jre-6u23-windows-x64.exe, 1.6.0_23-b05:  ; jre-6u24-windows-x64.exe, 1.6.0_24-b07:
43  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=43883"  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155"
44    
45  ; The default installation directory  ; The default installation directory
46  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2163  
changed lines
  Added in v.2166

  ViewVC Help
Powered by ViewVC