/[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 2145 by persson, Sat Oct 9 11:08:26 2010 UTC revision 2348 by persson, Sun Jun 10 16:05:52 2012 UTC
# Line 1  Line 1 
1  ; LinuxSampler Windows installer  ; LinuxSampler Windows installer
2  ;  ;
3  ; Copyright (C) 2007-2010, The LinuxSampler Developers  ; Copyright (C) 2007-2012, The LinuxSampler Developers
4  ;  ;
5  ; All-in-one Installer for all subprojects / software components of the  ; All-in-one Installer for all subprojects / software components of the
6  ; LinuxSampler Project.  ; LinuxSampler Project.
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-6u21-windows-i586.exe, 1.6.0_21-b74:  ; jre-6u32-windows-i586.exe:
44  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=41724"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=63258"
45  ; jre-6u21-windows-x64.exe, 1.6.0_21-b07:  ; jre-6u32-windows-x64.exe:
46  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=41293"  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=63259"
47    
48  ; The default installation directory  ; The default installation directory
49  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"
# Line 89  VIAddVersionKey /LANG=${LANG_ENGLISH} "P Line 92  VIAddVersionKey /LANG=${LANG_ENGLISH} "P
92  VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "http://linuxsampler.org"  VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "http://linuxsampler.org"
93  VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The LinuxSampler Project"  VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The LinuxSampler Project"
94  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
95  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2010 The LinuxSampler Project"  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2012 The LinuxSampler Project"
96  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "LinuxSampler Installer (${RELEASE_DATE})"  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "LinuxSampler Installer (${RELEASE_DATE})"
97  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.0.0"  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.0.0"
98    

Legend:
Removed from v.2145  
changed lines
  Added in v.2348

  ViewVC Help
Powered by ViewVC