linux and MzManager

24-February-2009 14:25
klassenp

Hi,

after a while i got MzManager running on Debian Linux (Lenny).

Maybe this is nothing new for you, but when I moved completly to Linux  a couple of years ago I had to say goodby to MzManager, as it was not working at that time.

 

Now If somebody is interested in this:

i installed wine and cabextract from the repository

dowloaded  http://www.microsoft.com/downloads/details.aspx?familyid=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=en

 

from  http://horusint.wordpress.com/2008/07/19/mzmanager-en-linux-solucion-error-ole-error-80004001/

 followed the commands:

cabextract msxmlcab.exe
cabextract msxml4.cab
cp *.inf *.dll /home/user/.wine/drive_c/windows/system32

and registered the dll:

cd /home/”user”/.wine/drive_c/windows/system32
regsvr32 msxml4.dll

then I installed MzManager with

msiexec -i 6_certified.msi

maybe you need to install the gecko engine

see: http://ubuntuforums.org/showthread.php?t=332962

 

 

Replies