/[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 3387 by persson, Sun Dec 3 05:01:21 2017 UTC revision 3528 by schoenebeck, Thu Jul 25 11:37:06 2019 UTC
# Line 1  Line 1 
1  ; LinuxSampler Windows installer  ; LinuxSampler Windows installer
2  ;  ;
3  ; Copyright (C) 2007-2016, The LinuxSampler Developers  ; Copyright (C) 2007-2019, 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-8u151-windows-i586.exe:  ; jre-8u201-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227550_e758a0de34e24606bca991d704f6dcbf"  !define JRE_32_URL "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=236886_42970487e3af4f5aa5bca3f542482c60"
46  ; jre-8u151-windows-x64.exe:  ; jre-8u201-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227552_e758a0de34e24606bca991d704f6dcbf"  !define JRE_64_URL "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=236888_42970487e3af4f5aa5bca3f542482c60"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"
# Line 345  Section "QSampler ${QSAMPLER_VERSION}" S Line 345  Section "QSampler ${QSAMPLER_VERSION}" S
345    File bin\686\liblscp-6.dll    File bin\686\liblscp-6.dll
346    File bin\686\Qt5Core.dll    File bin\686\Qt5Core.dll
347    File bin\686\Qt5Gui.dll    File bin\686\Qt5Gui.dll
348      File bin\686\Qt5Network.dll
349    File bin\686\Qt5Widgets.dll    File bin\686\Qt5Widgets.dll
350    File bin\686\libicudt57.dll    File bin\686\libicudt57.dll
351    File bin\686\libicuin57.dll    File bin\686\libicuin57.dll
# Line 503  Section "libgig ${LIBGIG_VERSION}" Secli Line 504  Section "libgig ${LIBGIG_VERSION}" Secli
504    
505    libgig64:    libgig64:
506    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_64_BIT}"
507    File bin\64\libgig-8.dll    File bin\64\libgig-9.dll
508    File bin\64\libakai-0.dll    File bin\64\libakai-0.dll
509    File bin\64\rifftree.exe    File bin\64\rifftree.exe
510    File bin\64\dlsdump.exe    File bin\64\dlsdump.exe
# Line 529  Section "libgig ${LIBGIG_VERSION}" Secli Line 530  Section "libgig ${LIBGIG_VERSION}" Secli
530    ; QSampler needs the 32 bit libgig dll    ; QSampler needs the 32 bit libgig dll
531    libgigForQsampler:    libgigForQsampler:
532    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
533    File bin\686sse\libgig-8.dll    File bin\686sse\libgig-9.dll
534    Goto libgig32common    Goto libgig32common
535    
536    libgig686sse:    libgig686sse:
537    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
538    File bin\686sse\libgig-8.dll    File bin\686sse\libgig-9.dll
539    File bin\686sse\libakai-0.dll    File bin\686sse\libakai-0.dll
540    File bin\686sse\rifftree.exe    File bin\686sse\rifftree.exe
541    File bin\686sse\dlsdump.exe    File bin\686sse\dlsdump.exe
# Line 553  Section "libgig ${LIBGIG_VERSION}" Secli Line 554  Section "libgig ${LIBGIG_VERSION}" Secli
554    
555    libgig686:    libgig686:
556    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
557    File bin\686\libgig-8.dll    File bin\686\libgig-9.dll
558    File bin\686\libakai-0.dll    File bin\686\libakai-0.dll
559    File bin\686\rifftree.exe    File bin\686\rifftree.exe
560    File bin\686\dlsdump.exe    File bin\686\dlsdump.exe

Legend:
Removed from v.3387  
changed lines
  Added in v.3528

  ViewVC Help
Powered by ViewVC