wildmint / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

winetricks needs dnsapi verb? #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://bugs.winehq.org/show_bug.cgi?id=14873
is a bug that seems related to dnsapi.
Would native dnsapi help that app?

http://www.microsoft.com/technet/security/bulletin/ms06-041.mspx
http://download.microsoft.com/download/5/1/a/51ad2a54-4439-4e9a-8305-11b1fd64029
8/WindowsXP-KB920683-x86-ENU.exe

If so, let's add a verb.

Original issue reported on code.google.com by daniel.r...@gmail.com on 30 Oct 2010 at 5:41

GoogleCodeExporter commented 8 years ago
Doesn't install:
fixme:clusapi:GetNodeClusterState ((null),0x32ec54) stub!
fixme:advapi:DecryptFileA "c:\\032a661a0b542ba5b8b1c690\\" 00000000
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:advapi:RegisterEventSourceA ((null),""): stub
fixme:advapi:RegisterEventSourceW (L"",L""): stub
fixme:advapi:ReportEventA 
(0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x33f378,(nil)): 
stub
fixme:advapi:ReportEventW 
(0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x132918,(nil)): 
stub
err:eventlog:ReportEventW L"Windows"
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L"Path not found\r\n"

cabextract'ing it and looking at the manifest, seems to be a delta updater. The 
dll itself isn't there anywhere.

So, at first glance, would depend on 
http://bugs.winehq.org/show_bug.cgi?id=12501.

Original comment by austinenglish@gmail.com on 11 Nov 2010 at 11:22