http://bugs.winehq.org/show_bug.cgi?id=1886
------- Additional Comments From trisk@acm.jhu.edu 2006-10-01 07:18 ------- OK, doing the following avoids the win2k/9x installer complaining about being "currently unable to detect available updates":
cd path-to-setup_wm.exe (this is the installer in the extracted package - probably works with the packaged installer) mkdir -p %SystemRoot%/system32 cp ~/.wine/dosdevices/c:/windows/system32/msxml.dll %SystemRoot%/system32 wine setup_wm.exe
But it crashes at 55% completion ("performing post-setup operations"):
fixme:advapi:ParseStringSidToSid String constant not supported: L"BU"... fixme:advapi:SetNamedSecurityInfoW L"c:\windows\profiles\All Users\Application Data\Microsoft\Media Index" 1 536870916 (nil) (nil) 0x7fdda3bc (nil) err:heap:GlobalFree page fault occurred ! Caused by bug ? wine: Unhandled page fault on write access to 0x00000004 at address 0x7bebe140 (thread 0015), starting debugger...
I'll try with a native advapi32 later.