How long for an msxml install?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
brucehvn
Newbie
Newbie
Posts: 4
Joined: Wed Nov 19, 2008 8:07 pm

How long for an msxml install?

Post by brucehvn »

I'm using winetricks to try and install msxml3 and the machine takes forever and never seems to finish. The CPU runs at max and according to the process list, msiexec is running, but I've left it as long as 90 minutes and it never seems to finish. Is this normal? The machine is a pretty fast box P4, 1.8 Ghz, 512 MB ram. I installed richedit20 and richedit30 with no problem.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How long for an msxml install?

Post by dimesio »

brucehvn wrote:I'm using winetricks to try and install msxml3 and the machine takes forever and never seems to finish. The CPU runs at max and according to the process list, msiexec is running, but I've left it as long as 90 minutes and it never seems to finish. Is this normal? The machine is a pretty fast box P4, 1.8 Ghz, 512 MB ram. I installed richedit20 and richedit30 with no problem.
No, it's not normal. What version of Wine are you running? What you describe sounds like a regression that affected 1.1.1, but it was fixed in 1.1.2.
brucehvn
Newbie
Newbie
Posts: 4
Joined: Wed Nov 19, 2008 8:07 pm

Post by brucehvn »

I may be onto the problem. I changed the location of my "drive_c" folder to another location other than my home directory by changing the symlink in ~/.wine/dosdevices. While wine seems to work properly after doing this, winetricks appears to use a hard coded path of ~/.wine/drive_c for the windows C drive. I'm investigating to see if this is the problem.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I hope that other location is not your real Windows C:\ drive.
http://wiki.winehq.org/FAQ#head-497f1a2 ... 2c7767afa2
brucehvn
Newbie
Newbie
Posts: 4
Joined: Wed Nov 19, 2008 8:07 pm

Post by brucehvn »

No, I just wanted the drive_c folder to reside in a place with lots of space rather than my home directory. I'll try a manual install of the msxml to see if everything goes to the right place.
brucehvn
Newbie
Newbie
Posts: 4
Joined: Wed Nov 19, 2008 8:07 pm

Post by brucehvn »

Ok, the problem appears to be that msxml3 requires riched20 be be installed first. Since winetricks was installing riched20 to the wrong folder, it didn't work. Once riched20 was installed properly, then the msxml3 installed with no problem. I still had to change winetricks to change the following references:

"$WINEPREFIX/drive_c/..."

to

"$WINEPREFIX/dosdevices/c:/...

in order for it to work properly.
Locked