/[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 2686 by schoenebeck, Sun Jan 4 01:32:55 2015 UTC revision 3005 by schoenebeck, Tue Oct 11 16:18:04 2016 UTC
# Line 1  Line 1 
1  ; LinuxSampler Windows installer  ; LinuxSampler Windows installer
2  ;  ;
3  ; Copyright (C) 2007-2015, The LinuxSampler Developers  ; Copyright (C) 2007-2016, 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.
# Line 41  OutFile "linuxsampler_${RELEASE_DATE}_se Line 41  OutFile "linuxsampler_${RELEASE_DATE}_se
41    
42  ; Java Runtime Environment, needed for JSampler  ; Java Runtime Environment, needed for JSampler
43  !define JRE_VERSION "1.6"  !define JRE_VERSION "1.6"
44  ; jre-7u67-windows-i586.exe:  ; jre-8u101-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=95123"  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=211997"
46  ; jre-7u67-windows-x64.exe:  ; jre-8u101-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=95125"  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=211999"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"
# Line 93  VIAddVersionKey /LANG=${LANG_ENGLISH} "P Line 93  VIAddVersionKey /LANG=${LANG_ENGLISH} "P
93  VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "http://linuxsampler.org"  VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "http://linuxsampler.org"
94  VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The LinuxSampler Project"  VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "The LinuxSampler Project"
95  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
96  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2014 The LinuxSampler Project"  VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2003-2016 The LinuxSampler Project"
97  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "LinuxSampler Installer (${RELEASE_DATE})"  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "LinuxSampler Installer (${RELEASE_DATE})"
98  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.0.0"  VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.0.0"
99    
# Line 291  Section "LinuxSampler ${LINUXSAMPLER_VER Line 291  Section "LinuxSampler ${LINUXSAMPLER_VER
291    linuxsampler64:    linuxsampler64:
292    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"
293    File bin\64\linuxsampler.exe    File bin\64\linuxsampler.exe
294    File bin\64\liblinuxsampler-3.dll    File bin\64\liblinuxsampler-4.dll
295    File bin\64\libsqlite3-0.dll    File bin\64\libsqlite3-0.dll
296    SetOutPath $vstPluginPath64    SetOutPath $vstPluginPath64
297    File /oname=LinuxSampler64.dll bin\64\LinuxSampler.dll    File /oname=LinuxSampler64.dll bin\64\LinuxSampler.dll
# Line 305  Section "LinuxSampler ${LINUXSAMPLER_VER Line 305  Section "LinuxSampler ${LINUXSAMPLER_VER
305    linuxsampler686sse:    linuxsampler686sse:
306    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
307    File bin\686sse\linuxsampler.exe    File bin\686sse\linuxsampler.exe
308    File bin\686sse\liblinuxsampler-3.dll    File bin\686sse\liblinuxsampler-4.dll
309    File bin\686\libsqlite3-0.dll    File bin\686\libsqlite3-0.dll
310    SetOutPath $vstPluginPath    SetOutPath $vstPluginPath
311    File /oname=LinuxSampler32.dll bin\686sse\LinuxSampler.dll    File /oname=LinuxSampler32.dll bin\686sse\LinuxSampler.dll
# Line 314  Section "LinuxSampler ${LINUXSAMPLER_VER Line 314  Section "LinuxSampler ${LINUXSAMPLER_VER
314    linuxsampler686:    linuxsampler686:
315    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
316    File bin\686\linuxsampler.exe    File bin\686\linuxsampler.exe
317    File bin\686\liblinuxsampler-3.dll    File bin\686\liblinuxsampler-4.dll
318    File bin\686\libsqlite3-0.dll    File bin\686\libsqlite3-0.dll
319    SetOutPath $vstPluginPath    SetOutPath $vstPluginPath
320    File /oname=LinuxSampler32.dll bin\686\LinuxSampler.dll    File /oname=LinuxSampler32.dll bin\686\LinuxSampler.dll
# Line 374  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 374  Section "gigedit ${GIGEDIT_VERSION}" Sec
374    gigedit64:    gigedit64:
375    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"
376    File bin\64\gigedit.exe    File bin\64\gigedit.exe
377    File bin\64\libgigedit-2.dll    File bin\64\libgigedit-3.dll
378    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}\plugins"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}\plugins"
379    File bin\64\plugins\libgigeditlinuxsamplerplugin.dll    File bin\64\plugins\libgigeditlinuxsamplerplugin.dll
380    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"
# Line 425  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 425  Section "gigedit ${GIGEDIT_VERSION}" Sec
425    gigedit686:    gigedit686:
426    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
427    File bin\686\gigedit.exe    File bin\686\gigedit.exe
428    File bin\686\libgigedit-2.dll    File bin\686\libgigedit-3.dll
429    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}\plugins"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}\plugins"
430    File bin\686\plugins\libgigeditlinuxsamplerplugin.dll    File bin\686\plugins\libgigeditlinuxsamplerplugin.dll
431    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
# Line 489  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 489  Section "gigedit ${GIGEDIT_VERSION}" Sec
489    done:    done:
490  SectionEnd  SectionEnd
491    
492  Section "libgig 3.3.0" Seclibgig  Section "libgig ${LIBGIG_VERSION}" Seclibgig
493    DetailPrint "Installing libgig binaries ..."    DetailPrint "Installing libgig binaries ..."
494    ; We make this a mandatory component    ; We make this a mandatory component
495    SectionIn RO    SectionIn RO
# Line 502  Section "libgig 3.3.0" Seclibgig Line 502  Section "libgig 3.3.0" Seclibgig
502    
503    libgig64:    libgig64:
504    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"
505    File bin\64\libgig-6.dll    File bin\64\libgig-7.dll
506    File bin\64\libakai-0.dll    File bin\64\libakai-0.dll
507    File bin\64\rifftree.exe    File bin\64\rifftree.exe
508    File bin\64\dlsdump.exe    File bin\64\dlsdump.exe
# Line 516  Section "libgig 3.3.0" Seclibgig Line 516  Section "libgig 3.3.0" Seclibgig
516    File bin\64\akaidump.exe    File bin\64\akaidump.exe
517    File bin\64\akaiextract.exe    File bin\64\akaiextract.exe
518    File bin\64\sf2dump.exe    File bin\64\sf2dump.exe
519    ; special dependencies for the 64 bit version    File bin\64\sf2extract.exe
520    File bin\64\libgcc_s_sjlj-1.dll    File bin\64\libgcc_s_sjlj-1.dll
521    File bin\64\libstdc++-6.dll    File bin\64\libstdc++-6.dll
522    
# Line 527  Section "libgig 3.3.0" Seclibgig Line 527  Section "libgig 3.3.0" Seclibgig
527    ; QSampler needs the 32 bit libgig dll    ; QSampler needs the 32 bit libgig dll
528    libgigForQsampler:    libgigForQsampler:
529    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
530    File bin\686sse\libgig-6.dll    File bin\686sse\libgig-7.dll
531    Goto done    Goto libgig32common
532    
533    libgig686sse:    libgig686sse:
534    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
535    File bin\686sse\libgig-6.dll    File bin\686sse\libgig-7.dll
536    File bin\686sse\libakai-0.dll    File bin\686sse\libakai-0.dll
537    File bin\686sse\rifftree.exe    File bin\686sse\rifftree.exe
538    File bin\686sse\dlsdump.exe    File bin\686sse\dlsdump.exe
# Line 546  Section "libgig 3.3.0" Seclibgig Line 546  Section "libgig 3.3.0" Seclibgig
546    File bin\686sse\akaidump.exe    File bin\686sse\akaidump.exe
547    File bin\686sse\akaiextract.exe    File bin\686sse\akaiextract.exe
548    File bin\686sse\sf2dump.exe    File bin\686sse\sf2dump.exe
549    Goto done    File bin\686sse\sf2extract.exe
550      Goto libgig32common
551    
552    libgig686:    libgig686:
553    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
554    File bin\686\libgig-6.dll    File bin\686\libgig-7.dll
555    File bin\686\libakai-0.dll    File bin\686\libakai-0.dll
556    File bin\686\rifftree.exe    File bin\686\rifftree.exe
557    File bin\686\dlsdump.exe    File bin\686\dlsdump.exe
# Line 564  Section "libgig 3.3.0" Seclibgig Line 565  Section "libgig 3.3.0" Seclibgig
565    File bin\686\akaidump.exe    File bin\686\akaidump.exe
566    File bin\686\akaiextract.exe    File bin\686\akaiextract.exe
567    File bin\686\sf2dump.exe    File bin\686\sf2dump.exe
568    Goto done    File bin\686\sf2extract.exe
569    
570      libgig32common:
571      File bin\686\libgcc_s_dw2-1.dll
572      File bin\686\libwinpthread-1.dll  
573      File bin\686\libstdc++-6.dll
574      
575    done:    done:
576    
577    ; As this is a mandatory component, we misuse is for the following    ; As this is a mandatory component, we misuse is for the following
# Line 741  LangString DESC_SecLinuxSampler ${LANG_E Line 747  LangString DESC_SecLinuxSampler ${LANG_E
747  LangString DESC_SecJSampler ${LANG_ENGLISH} "Graphical frontend (user interface) for LinuxSampler written in Java, supporting all current features of LinuxSampler. This is the 'Fantasia' distribution of JSampler, offering a modern skin based look."  LangString DESC_SecJSampler ${LANG_ENGLISH} "Graphical frontend (user interface) for LinuxSampler written in Java, supporting all current features of LinuxSampler. This is the 'Fantasia' distribution of JSampler, offering a modern skin based look."
748  LangString DESC_SecQSampler ${LANG_ENGLISH} "Graphical light-weight frontend (user interface) for LinuxSampler written in C++, offering a fast native user interface. NOTE: QSampler doesn't support all LinuxSampler features yet!"  LangString DESC_SecQSampler ${LANG_ENGLISH} "Graphical light-weight frontend (user interface) for LinuxSampler written in C++, offering a fast native user interface. NOTE: QSampler doesn't support all LinuxSampler features yet!"
749  LangString DESC_Secgigedit ${LANG_ENGLISH} "Graphical instrument editor for Gigasampler format v2 and v3 files. Can be used stand-alone or in conjunction with LinuxSampler."  LangString DESC_Secgigedit ${LANG_ENGLISH} "Graphical instrument editor for Gigasampler format v2 and v3 files. Can be used stand-alone or in conjunction with LinuxSampler."
750  LangString DESC_Seclibgig ${LANG_ENGLISH} "C++ program library for accessing DLS (Level 1 and Level 2) and Gigasampler format (v2 and v3) files. This library is required by LinuxSampler, gigedit and QSampler."  LangString DESC_Seclibgig ${LANG_ENGLISH} "C++ program library for accessing DLS (Level 1 and Level 2) and GigaStudio/Gigasampler format (up to v4), SoundFont, AKAI and KORG files. This library is required by LinuxSampler, gigedit and QSampler."
751  LangString DESC_Seclibsndfile ${LANG_ENGLISH} "C program library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format), used by gigedit to import samples."  LangString DESC_Seclibsndfile ${LANG_ENGLISH} "C program library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format), used by gigedit to import samples."
752  LangString DESC_SecShortcuts ${LANG_ENGLISH} "Installs start menu shortcuts for all applications."  LangString DESC_SecShortcuts ${LANG_ENGLISH} "Installs start menu shortcuts for all applications."
753    

Legend:
Removed from v.2686  
changed lines
  Added in v.3005

  ViewVC Help
Powered by ViewVC