/[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 2166 by persson, Sun Feb 20 14:20:23 2011 UTC revision 2345 by persson, Tue May 1 11:43:07 2012 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-6u24-windows-i586.exe, 1.6.0_24-b07:  ; jre-6u31-windows-i586.exe:
44  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=47153"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=62314"
45  ; jre-6u24-windows-x64.exe, 1.6.0_24-b07:  ; jre-6u31-windows-x86.exe:
46  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=47155"  !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.2166  
changed lines
  Added in v.2345

  ViewVC Help
Powered by ViewVC