/[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 2853 by persson, Fri Nov 20 17:34:28 2015 UTC revision 2883 by persson, Tue Apr 19 19:35:01 2016 UTC
# Line 40  Name "LinuxSampler (${RELEASE_DATE})" Line 40  Name "LinuxSampler (${RELEASE_DATE})"
40  OutFile "linuxsampler_${RELEASE_DATE}_setup.exe"  OutFile "linuxsampler_${RELEASE_DATE}_setup.exe"
41    
42  ; Java Runtime Environment, needed for JSampler  ; Java Runtime Environment, needed for JSampler
43  ; jre-8u66-windows-i586.exe:  !define JRE_VERSION "1.6"
44  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=113217"  ; jre-8u91-windows-i586.exe:
45  ; jre-8u66-windows-x64.exe:  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207773"
46  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=113219"  ; jre-8u91-windows-x64.exe:
47    !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=207775"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

Legend:
Removed from v.2853  
changed lines
  Added in v.2883

  ViewVC Help
Powered by ViewVC