/[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 2432 by persson, Tue Mar 5 06:03:05 2013 UTC revision 2443 by persson, Wed Apr 17 04:19:09 2013 UTC
# Line 41  OutFile "linuxsampler_${RELEASE_DATE}_se Line 41  OutFile "linuxsampler_${RELEASE_DATE}_se
41    
42  ; Java Runtime Environment, needed for JSampler  ; Java Runtime Environment, needed for JSampler
43  !define JRE_VERSION "1.6"  !define JRE_VERSION "1.6"
44  ; jre-7u17-windows-i586.exe:  ; jre-7u21-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=75259"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860"
46  ; jre-7u17-windows-x64.exe:  ; jre-7u21-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=75261"  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=76862"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2432  
changed lines
  Added in v.2443

  ViewVC Help
Powered by ViewVC