/[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 3031 by persson, Sat Oct 29 15:50:23 2016 UTC revision 3359 by persson, Thu Oct 26 04:33:12 2017 UTC
# 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-8u111-windows-i586.exe:  ; jre-8u151-windows-i586.exe:
45  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216432"  !define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227550_e758a0de34e24606bca991d704f6dcbf"
46  ; jre-8u111-windows-x64.exe:  ; jre-8u151-windows-x64.exe:
47  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216434"  !define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227552_e758a0de34e24606bca991d704f6dcbf"
48    
49  ; The default installation directory  ; The default installation directory
50  InstallDir "$PROGRAMFILES64\LinuxSampler"  InstallDir "$PROGRAMFILES64\LinuxSampler"
# Line 386  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 386  Section "gigedit ${GIGEDIT_VERSION}" Sec
386    common:    common:
387    Call FilesCommonToQSamplerAndGigedit32    Call FilesCommonToQSamplerAndGigedit32
388    commonDone:    commonDone:
389      
390      ; Files common to 32 and 64 bit gigedit
391      SetOutPath $INSTDIR\share
392      File /r bin\686\share\glib-2.0
393      File /r bin\686\share\icons
394      SetOutPath $INSTDIR\share\locale
395      File /r bin\686\share\locale\de
396      File /r bin\686\share\locale\sv
397        
398    StrCmp $binType BIN_TYPE_64BIT gigedit64    StrCmp $binType BIN_TYPE_64BIT gigedit64
399    ; I think we don't need a SSE optimized 32 bit binary for gigedit, one 64bit and one simple 32 bit version should be sufficient    ; I think we don't need a SSE optimized 32 bit binary for gigedit, one 64bit and one simple 32 bit version should be sufficient
400    ;StrCmp $binType BIN_TYPE_686SSE gigedit686sse    ;StrCmp $binType BIN_TYPE_686SSE gigedit686sse
# Line 437  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 445  Section "gigedit ${GIGEDIT_VERSION}" Sec
445    File bin\64\libpng16-16.dll    File bin\64\libpng16-16.dll
446    File bin\64\libsigc-2.0-0.dll    File bin\64\libsigc-2.0-0.dll
447    File bin\64\zlib1.dll    File bin\64\zlib1.dll
448    SetOutPath $INSTDIR\${SUBDIR_64_BIT}\share\locale\de\LC_MESSAGES    ; remove old share directory
449    File bin\64\share\locale\de\LC_MESSAGES\gigedit.mo    RMDir /r $INSTDIR\${SUBDIR_64_BIT}\share
   SetOutPath $INSTDIR\${SUBDIR_64_BIT}\share\locale\sv\LC_MESSAGES  
   File bin\64\share\locale\sv\LC_MESSAGES\gigedit.mo  
450    
451    ; shall we install the 32 bit version as well?    ; shall we install the 32 bit version as well?
452    StrCmp $installing32BitToo "1" gigedit686 done    StrCmp $installing32BitToo "1" gigedit686 done
# Line 478  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 484  Section "gigedit ${GIGEDIT_VERSION}" Sec
484    File bin\686\libpangowin32-1.0-0.dll    File bin\686\libpangowin32-1.0-0.dll
485    File bin\686\libpixman-1-0.dll    File bin\686\libpixman-1-0.dll
486    File bin\686\libsigc-2.0-0.dll    File bin\686\libsigc-2.0-0.dll
487    SetOutPath $INSTDIR\${SUBDIR_32_BIT}\share    ; remove old share directory
488    File /r bin\686\share\glib-2.0    RMDir /r $INSTDIR\${SUBDIR_32_BIT}\share
   File /r bin\686\share\icons  
   SetOutPath $INSTDIR\${SUBDIR_32_BIT}\share\locale  
   File /r bin\686\share\locale\de  
   File /r bin\686\share\locale\sv  
489    
490    done:    done:
491  SectionEnd  SectionEnd

Legend:
Removed from v.3031  
changed lines
  Added in v.3359

  ViewVC Help
Powered by ViewVC