Hi Musicmatch Jukebox fans,
I finally figured out how to run Musicmatch Jukebox 7.5 if Internet Explorer 7 is installed (on Windows XP). The steps are very simple:
- Download and install Multiple IE: http://tredosoft.com/Multiple_IE
- Copy the DLLs from folder C:\Program Files\MultipleIEs\IE6 to the folder containing mmjb.exe
- In the folder of mmjb.exe create/change the manifest file, mmjb.exe.manifest:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity processorArchitecture="*" version="6.1.0.0" type="win32" name="MMJB" />
<description>MusicMatch Jukebox</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*" />
</dependentAssembly>
</dependency>
<file name="BROWSELC.DLL" />
<file name="browseui.dll" />
<file name="dispex.dll" />
<file name="dxtmsft.dll" />
<file name="dxtrans.dll" />
<file name="jscript.dll" />
<file name="mshtml.dll" />
<file name="shdocvw.dll" />
<file name="urlmon.dll" />
<file name="vbscript.dll" />
<file name="Wininet.dll" />
<file name="xpsp2res.dll" />
</assembly>
Start Musicmatch Jukebox and reenjoy your music!
Kind regards,
Johan Stuyts