[Bug 6194] BITS Service fails to install

Wine Bugs wine-bugs at winehq.org
Mon May 21 13:10:36 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=6194





------- Additional Comments From hans at it.vu.nl  2007-21-05 13:10 -------
Patches went in to fix the setupapi issues described in this bug.
Here's how to get the installer up to the point where it stumbles
over stubs in wintrust:

rm -rf ~/.wine
wine ~/WindowsXP-KB842773-v2-x86-enu.exe /x:c:\\temp /q

cat > set-winver.reg <<_EOF_
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine]
"Version"="winxp"

[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Windows]
"CSDVersion"=dword:00000100

_EOF_
wine regedit set-winver.reg
rm -f set-winver.reg

mkdir -p 
~/.wine/drive_c/windows/system32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
touch 
~/.wine/drive_c/windows/system32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/oem0.cat
cp ~/.wine/drive_c/windows/system32/kernel32.dll 
~/.wine/drive_c/windows/system32/hal.dll

wine ~/.wine/drive_c/temp/update/update.exe


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list