/[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 2670 by persson, Mon Aug 18 17:26:39 2014 UTC revision 2854 by persson, Fri Nov 20 17:44:27 2015 UTC
# Line 1  Line 1 
1  ; LinuxSampler Windows installer  ; LinuxSampler Windows installer
2  ;  ;
3  ; Copyright (C) 2007-2014, The LinuxSampler Developers  ; Copyright (C) 2007-2015, 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-8u66-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=95123"  !define JRE_32_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=113217"
46  ; jre-7u67-windows-x64.exe:  ; jre-8u66-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=95125"  !define JRE_64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=113219"
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-2015 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 510  Section "libgig 3.3.0" Seclibgig Line 510  Section "libgig 3.3.0" Seclibgig
510    File bin\64\gigextract.exe    File bin\64\gigextract.exe
511    File bin\64\gigmerge.exe    File bin\64\gigmerge.exe
512    File bin\64\gig2mono.exe    File bin\64\gig2mono.exe
513      File bin\64\gig2stereo.exe
514    File bin\64\korg2gig.exe    File bin\64\korg2gig.exe
515    File bin\64\korgdump.exe    File bin\64\korgdump.exe
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      File bin\64\sf2extract.exe
520    ; special dependencies for the 64 bit version    ; special dependencies for the 64 bit version
521    File bin\64\libgcc_s_sjlj-1.dll    File bin\64\libgcc_s_sjlj-1.dll
522    File bin\64\libstdc++-6.dll    File bin\64\libstdc++-6.dll
# Line 526  Section "libgig 3.3.0" Seclibgig Line 528  Section "libgig 3.3.0" Seclibgig
528    ; QSampler needs the 32 bit libgig dll    ; QSampler needs the 32 bit libgig dll
529    libgigForQsampler:    libgigForQsampler:
530    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
531    File bin\686sse\libgig-6.dll    File bin\686sse\libgig-7.dll
532    Goto done    Goto done
533    
534    libgig686sse:    libgig686sse:
535    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
536    File bin\686sse\libgig-6.dll    File bin\686sse\libgig-7.dll
537    File bin\686sse\libakai-0.dll    File bin\686sse\libakai-0.dll
538    File bin\686sse\rifftree.exe    File bin\686sse\rifftree.exe
539    File bin\686sse\dlsdump.exe    File bin\686sse\dlsdump.exe
# Line 539  Section "libgig 3.3.0" Seclibgig Line 541  Section "libgig 3.3.0" Seclibgig
541    File bin\686sse\gigextract.exe    File bin\686sse\gigextract.exe
542    File bin\686sse\gigmerge.exe    File bin\686sse\gigmerge.exe
543    File bin\686sse\gig2mono.exe    File bin\686sse\gig2mono.exe
544      File bin\686sse\gig2stereo.exe
545    File bin\686sse\korg2gig.exe    File bin\686sse\korg2gig.exe
546    File bin\686sse\korgdump.exe    File bin\686sse\korgdump.exe
547    File bin\686sse\akaidump.exe    File bin\686sse\akaidump.exe
548    File bin\686sse\akaiextract.exe    File bin\686sse\akaiextract.exe
549    File bin\686sse\sf2dump.exe    File bin\686sse\sf2dump.exe
550      File bin\686sse\sf2extract.exe
551    Goto done    Goto done
552    
553    libgig686:    libgig686:
554    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
555    File bin\686\libgig-6.dll    File bin\686\libgig-7.dll
556    File bin\686\libakai-0.dll    File bin\686\libakai-0.dll
557    File bin\686\rifftree.exe    File bin\686\rifftree.exe
558    File bin\686\dlsdump.exe    File bin\686\dlsdump.exe
# Line 556  Section "libgig 3.3.0" Seclibgig Line 560  Section "libgig 3.3.0" Seclibgig
560    File bin\686\gigextract.exe    File bin\686\gigextract.exe
561    File bin\686\gigmerge.exe    File bin\686\gigmerge.exe
562    File bin\686\gig2mono.exe    File bin\686\gig2mono.exe
563      File bin\686\gig2stereo.exe
564    File bin\686\korg2gig.exe    File bin\686\korg2gig.exe
565    File bin\686\korgdump.exe    File bin\686\korgdump.exe
566    File bin\686\akaidump.exe    File bin\686\akaidump.exe
567    File bin\686\akaiextract.exe    File bin\686\akaiextract.exe
568    File bin\686\sf2dump.exe    File bin\686\sf2dump.exe
569      File bin\686\sf2extract.exe
570    Goto done    Goto done
571    
572    done:    done:
# Line 738  LangString DESC_SecLinuxSampler ${LANG_E Line 744  LangString DESC_SecLinuxSampler ${LANG_E
744  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."
745  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!"
746  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."
747  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."
748  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."
749  LangString DESC_SecShortcuts ${LANG_ENGLISH} "Installs start menu shortcuts for all applications."  LangString DESC_SecShortcuts ${LANG_ENGLISH} "Installs start menu shortcuts for all applications."
750    

Legend:
Removed from v.2670  
changed lines
  Added in v.2854

  ViewVC Help
Powered by ViewVC