[Bug 3178] MDAC_TYP.EXE cannot install but could using WINE 20050628

Wine Bugs wine-bugs at winehq.org
Sun Apr 30 21:49:16 CDT 2006


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





------- Additional Comments From dank at kegel.com  2006-30-04 21:49 -------
I just installed mdac 2.7 with plain wine, no MS dlls.
The wine came from Mike McCormack's public tree, and
one tiny extra kludge patch was required:

--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -203,7 +203,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
     switch (tokeninfoclass)
     {
     case TokenGroups:
-        len = sizeof(TOKEN_GROUPS);
+        len = sizeof(TOKEN_GROUPS) + 400;  /* WAG */

When wine-0.9.13 is released (mid-may?), please see if that
fixes your problem -- and please don't use sidenet, plain wine should
be able to install ie6 and mdac by then. 



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



More information about the wine-bugs mailing list