--- misc/trunk/win32_installer/linuxsampler_all.nsi 2013/01/07 20:41:16 2392 +++ misc/trunk/win32_installer/linuxsampler_all.nsi 2013/01/07 20:44:15 2393 @@ -512,7 +512,14 @@ File bin\64\libstdc++-6.dll ; shall we install the 32 bit version as well? - StrCmp $installing32BitToo "1" libgig686sse done + StrCmp $installing32BitToo "1" libgig686sse + StrCmp $installingQSampler "1" libgigForQsampler done + + ; QSampler needs the 32 bit libgig dll + libgigForQsampler: + SetOutPath "$INSTDIR\${SUBDIR_32_BIT}" + File bin\686sse\libgig-6.dll + Goto done libgig686sse: SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"