/[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 2280 by persson, Sun Jun 19 09:09:49 2011 UTC revision 2281 by persson, Sun Oct 30 17:14:27 2011 UTC
# Line 7  Line 7 
7  ;  ;
8  ; PREREQUISITES:  ; PREREQUISITES:
9  ;  ;
10  ; -> You must install the file cpudesc\cpudesc.dll into the NSIS's  ; -> You must install the file cpudesc\cpudesc.dll into the working
11  ;    plugin directory before being able to compile this installer!  ;    directory before being able to compile this installer!
12  ;  ;
13  ; -> The compiled binaries must be placed into the respective directories  ; -> The compiled binaries must be placed into the respective directories
14  ;    under bin\ (you have to read this file in order to get those exact  ;    under bin\ (you have to read this file in order to get those exact
15  ;    locations and expected file names).  ;    locations and expected file names).
16    
17    ; NSIS plug-in for getting CPU information
18    !addplugindir cpudesc
19    
20  ; Probably the best compression ratio  ; Probably the best compression ratio
21  SetCompressor lzma  SetCompressor lzma
22    
# Line 37  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  ; jre-6u26-windows-i586.exe, 1.6.0_26-b03:  !define JRE_32_URL "http://download.oracle.com/otn-pub/java/jdk/6u29-b11/jre-6u29-windows-i586.exe"
44  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=49025"  !define JRE_64_URL "http://download.oracle.com/otn-pub/java/jdk/6u29-b11/jre-6u29-windows-x64.exe"
 ; jre-6u26-windows-x64.exe, 1.6.0_26-b03:  
 !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=49026"  
45    
46  ; The default installation directory  ; The default installation directory
47  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"

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

  ViewVC Help
Powered by ViewVC