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 |
|
|
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" |