XmlLite Install Error?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
databoy2k
Newbie
Newbie
Posts: 2
Joined: Mon Sep 22, 2008 7:02 pm

XmlLite Install Error?

Post by databoy2k »

Hey All,

I looked through the documentation and I searched the forum, but I'm having an issue installing a new program and can't quite find the solution - I'm just curious if I'm overlooking that solution.
While installing, I'm getting the following error:

"The required Windows XmlLite update package is not installed on your computer. This package is avaliable via Microsoft Windows Update web site or can be downloaded directly from Microsoft web site.
Click Yes to be redirected to Microsoft Knowledge Base Web site (KB=915865) for more information and to download the update package. Click No to exit setup."

You can imagine that clicking "yes" doesn't send me anywhere. I've copied my xmllite.dll file to the system32 folder from my windows install, however it did not change the error.

Any ideas? If not, "Phatware Phatnotes 5.3" will be snagging a cool "garbage" rating when I add it to the appdb soon.

Thanks a ton!
--Databoy2k
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: XmlLite Install Error?

Post by dimesio »

databoy2k wrote: You can imagine that clicking "yes" doesn't send me anywhere. I've copied my xmllite.dll file to the system32 folder from my windows install, however it did not change the error.
Try registering the dll:

Code: Select all

regsvr32 xmllite.dll
If that doesn't work, post console output.
databoy2k
Newbie
Newbie
Posts: 2
Joined: Mon Sep 22, 2008 7:02 pm

Post by databoy2k »

Thanks for the advice. Running regsvr32 gives me the following:
Trying to load PE image for unsupported architecture (AMD-64)
Failed to load DLL xmllite.dll
I've got XP x64 as my other operating system, and i'm running 64-bit ubuntu. Do I need to track down a 32-bit version of xmllite.dll?
--Databoy2k
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

databoy2k wrote:I've got XP x64 as my other operating system, and i'm running 64-bit ubuntu. Do I need to track down a 32-bit version of xmllite.dll?
Yes Wine is 32-bit only. You can not use any 64-bit dlls/exes with it.
Locked