Installerproblem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stoner
Newbie
Newbie
Posts: 1
Joined: Mon May 12, 2008 4:48 pm

Installerproblem

Post by stoner »

Hello Wine community,

I tried to install a programm called Helium Music Manager. The installer tries during the installation to register some files, here the error messages of the installer:
Unable to register WMAManagerManaged. Code 2
Unable to register Interop.PortableDeviceApiLib.dll Code 2
Unable to register Interop.PortableDeviceTypesLib.dll Code 2
Unable to register IntermediaMTPLibrary.dll Code 2

That are all error message I get. My question is what is the problem and how can I solve it? Please note for your anwser that I am a real Linux noob, so I can follow a how-to but I think at the moment not really more.

Thanks in advance

Edit:
I use the wine version 0.9.58 on a Mandriva system

-stoner
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Re: Installerproblem

Post by didencool »

stoner wrote:Hello Wine community,
Please note for your anwser that I am a real Linux noob, so I can follow a how-to but I think at the moment not really more.
Thanks in advance
Edit:
I use the wine version 0.9.58 on a Mandriva system
I 'm not realy far from your knowlege but...
Mandriva has a Desktop KDE by default, you should run console programm
in KDE it usualy called konsole, so press Alt+F2 in window that appears type konsole, than press enter...
you have something like cmd in windows

then you should have know a path and name to/of your favorit program...
normally i do so

~cd [PathToMyProgram]

then you need to type
~wine [NameOfMyProgram]

after that you have in this console some text (log of you program working)
easyest way to post it here...

generally text you needed started with fixme:
or it could say that you have no some *.dll
I think that enough for start...
Locked