/[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 2968 by persson, Tue Apr 19 19:35:01 2016 UTC revision 2969 by persson, Wed Jul 20 05:40:12 2016 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-8u91-windows-i586.exe:  ; jre-8u101-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207773"  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=211997"
46  ; jre-8u91-windows-x64.exe:  ; jre-8u101-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207775"  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=211999"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2968  
changed lines
  Added in v.2969

  ViewVC Help
Powered by ViewVC