http://bugs.winehq.org/show_bug.cgi?id=18096
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |05a1416c9324dfee9fb0ff88547 | |18fda46d9a0bb Status|NEW |RESOLVED URL|http://www.microsoft.com/do |http://download.cnet.com/Mi |wnloads/details.aspx?Family |crosoft-eMbedded-Visual-C/3 |ID=1dacdb3d-50d1-41b2-a107- |000-2212_4-10108490.html |fa75ae960856 | Resolution| |FIXED Summary|setupapi.SetupDiGetINFClass |Microsoft Windows CE |W needs more flesh |Platform Manager 4.0 | |sub-installer of Embedded | |VC++ 4.0 fails | |(setupapi.SetupDiGetINFClas | |sW needs more flesh)
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-05-01 04:55:47 CDT --- Hello Austin,
--- quote --- but it still fails for me in git. --- quote ---
sure, but that's another bug (SetupDiCallClassInstaller).
Microsoft download link vanished (as usual) but CNET has a full download available here: http://download.cnet.com/Microsoft-eMbedded-Visual-C/3000-2212_4-10108490.ht...
The sub-installer can be run manually as mentioned in my initial report.
--- snip --- ... WINEDEBUG=+tid,+seh,+loaddll,+setupapi,+debugstr,+relay wine msiexec /i "platman_sdk.msi" PLATMAN_INSTALLDIR=":\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman" >>log.txt 2>&1 ... 0042:warn:debugstr:OutputDebugStringA " InstallRootEnumeratedDriver: Before SetupDiGetINFClass\n" ... 0042:Call setupapi.SetupDiGetINFClassW(004d1da0 L"Z:\home\focht\Downloads\:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\vpcappsv.inf",04e0e554,04e0e580,00000020,00000000) ret=1000178b 0042:Call KERNEL32.GetFileAttributesW(004d1da0 L"Z:\home\focht\Downloads\:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\vpcappsv.inf") ret=f737354f 0042:Ret KERNEL32.GetFileAttributesW() retval=00000020 ret=f737354f 0042:Call KERNEL32.GetPrivateProfileStringW(f739799a L"Version",f7397986 L"Signature",00000000,04e0e228,00000104,004d1da0 L"Z:\home\focht\Downloads\:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\vpcappsv.inf") ret=f737362c 0042:Ret KERNEL32.GetPrivateProfileStringW() retval=00000009 ret=f737362c 0042:Call KERNEL32.lstrcmpiW(04e0e228 L"$Chicago$",f73978cc L"$Chicago$") ret=f7373655 0042:Ret KERNEL32.lstrcmpiW() retval=00000000 ret=f7373655 0042:Call KERNEL32.GetPrivateProfileStringW(f739799a L"Version",f73978e0 L"ClassGUID",00000000,04e0e228,00000104,004d1da0 L"Z:\home\focht\Downloads\:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\vpcappsv.inf") ret=f73736a7 0042:Ret KERNEL32.GetPrivateProfileStringW() retval=00000026 ret=f73736a7 0042:Call rpcrt4.UuidFromStringW(04e0e22a L"4d36e97d-e325-11ce-bfc1-08002be10318",04e0e554) ret=f73736f5 0042:Ret rpcrt4.UuidFromStringW() retval=00000000 ret=f73736f5 0042:Call KERNEL32.GetPrivateProfileStringW(f739799a L"Version",f73978f4 L"Class",00000000,04e0e228,00000104,004d1da0 L"Z:\home\focht\Downloads\:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\bin\vpcappsv.inf") ret=f73737b2 0042:Ret KERNEL32.GetPrivateProfileStringW() retval=00000006 ret=f73737b2 0042:Ret setupapi.SetupDiGetINFClassW() retval=00000001 ret=1000178b ... ---snip ---
Marking this fixed by commit http://source.winehq.org/git/wine.git/commit/05a1416c9324dfee9fb0ff8854718fd...
Thanks Stefan.
Regards