/[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 2281 by persson, Sun Oct 30 17:14:27 2011 UTC revision 2345 by persson, Tue May 1 11:43:07 2012 UTC
# Line 40  OutFile "linuxsampler_${RELEASE_DATE}_se Line 40  OutFile "linuxsampler_${RELEASE_DATE}_se
40    
41  ; Java Runtime Environment, needed for JSampler  ; Java Runtime Environment, needed for JSampler
42  !define JRE_VERSION "1.6"  !define JRE_VERSION "1.6"
43  !define JRE_32_URL "http://download.oracle.com/otn-pub/java/jdk/6u29-b11/jre-6u29-windows-i586.exe"  ; jre-6u31-windows-i586.exe:
44  !define JRE_64_URL "http://download.oracle.com/otn-pub/java/jdk/6u29-b11/jre-6u29-windows-x64.exe"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=62314"
45    ; jre-6u31-windows-x86.exe:
46    !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=60338"
47    
48  ; The default installation directory  ; The default installation directory
49  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2281  
changed lines
  Added in v.2345

  ViewVC Help
Powered by ViewVC