Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.81k stars 406 forks source link

windows update package gets messed up after download #2269

Open core36 opened 2 months ago

core36 commented 2 months ago

Hi all, trying to install "iertutil" dll package, winetricks gets an exe from microsoft servers and fails because the sha256 hash does not match the expected hash. however, manually downloading from the same link reveals that the sha256 hash does match the expected hash. the code responsible for downloading the package must do something funky to the exe file.

relevant parts from the terminal output:

warning: Checksum for /home/owner/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe did not match, retrying download
------------------------------------------------------
Executing cd /home/owner/.cache/winetricks/win7sp1
Downloading http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe to /home/owner/.cache/winetricks/win7sp1
Executing cd /home/owner
------------------------------------------------------
SHA256 mismatch!

URL: http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe
Downloaded: 7c9cce733ec72780b3f8690dffba6aa2eb076d3bbb9896f92111c805d6661488
Expected: e5449839955a22fc4dd596291aff1433b998f9797e1c784232226aba1f8abd97

This is often the result of an updated package such as vcrun2019.
If you are willing to accept the risk, you can bypass this check.
Alternatively, you may use the --force option to ignore this check entirely.

Continue anyway?
Chiitoo commented 2 months ago

It would be good to see the whole output, starting from the winetricks verb being used to see what exactly you are installing, as well as the versions of Wine and Winetricks.

That said, I can't reproduce this with current git master.

What does the actual file look like?

That is, how big is it (should be around 538 MiB), and maybe try running file windows6.1-KB976932-X86.exe on it.

core36 commented 2 months ago

thank you for the answer. huh, i am sorry, i thought this would be more straight forward. i obviously installed more than just that one package, but now the output is gone. i am using the gui to add windows dlls. now that i've tried to only install "iertutil" on a clean prefix, x86 and x64 both work without hickup, so i guess it's somehow related to one of the other packages i've installed. it's now past 10pm where i live so tomorrow after work i will try to recreate my steps and report back. it's not the first time i've encountered this, so i'm sure there is a bug ...somewhere.

about the versions i use, currently

Using winetricks 20240105 - sha256sum: 17da748ce874adb2ee9fed79d2550c0c58e57d5969cc779a8779301350625c55 with wine-9.17 and WINEARCH=win64
winetricks GUI enabled, using zenity 3.44.2
core36 commented 1 month ago

So, back from work, i was able to reproduce my steps. i made a new wine prefix and ran winetricks to install windows dlls. i ticked "dotnet35sp1", "iertutil", "urlmon", "vcrun2010" and "wininet", but as far as i could see, after successfully installing dotnet35sp1, iertutil install breaks with the sha256 hash mismatch error.

here is the full terminal output:

click me! (warning, long) ``` owner@owner-P552LA:~$ WINEARCH=win64 WINEPREFIX=~/wine/test3 winecfg wine: created the configuration directory '/home/owner/wine/test3' 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0054:err:ole:start_rpcss Failed to open RpcSs service 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 009c:fixme:file:NtLockFile I/O completion on lock not implemented yet 009c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00a4:fixme:file:NtLockFile I/O completion on lock not implemented yet 00a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00a4:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 00a4:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 009c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 009c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) 010c:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10 0138:err:setupapi:do_file_copyW Unsupported style(s) 0x10 002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10 0138:err:setupapi:do_file_copyW Unsupported style(s) 0x10 owner@owner-P552LA:~$ WINEPREFIX=~/wine/test3 winetricks Executing cd /usr/bin ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ Using winetricks 20240105 - sha256sum: 17da748ce874adb2ee9fed79d2550c0c58e57d5969cc779a8779301350625c55 with wine-9.17 and WINEARCH=win64 winetricks GUI enabled, using zenity 3.44.2 Executing w_do_call dotnet35sp1 ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ Executing load_dotnet35sp1 Executing w_do_call remove_mono internal /tmp/winetricks.fHspgpfu/no_win64_warnings exists, not issuing 64-bit prefix warning Executing load_remove_mono internal 0294:fixme:file:NtLockFile I/O completion on lock not implemented yet 0294:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION regsvr32: Successfully unregistered DLL 'C:\windows\\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll' regsvr32: Successfully unregistered DLL 'C:\windows\\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll' 0294:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 0294:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 02dc:fixme:file:NtLockFile I/O completion on lock not implemented yet 02dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02dc:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) 02dc:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) reg: Der angegebene Schlüssel wurde nicht gefunden reg: Der angegebene Schlüssel wurde nicht gefunden Executing rm -f /home/owner/wine/test3/dosdevices/c:/windows/syswow64/mscoree.dll Executing rm -f /home/owner/wine/test3/dosdevices/c:/windows/system32/mscoree.dll win10 Executing wine winecfg -v winxp64 ------------------------------------------------------ warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/owner/wine/test3 terminate ------------------------------------------------------ Using native override for following DLLs: mscoree mscorwks Executing wine C:\windows\syswow64\regedit.exe C:\windows\Temp\override-dll.reg Executing wine64 C:\windows\regedit.exe C:\windows\Temp\override-dll.reg ------------------------------------------------------ warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/owner/wine/test3 terminate ------------------------------------------------------ Executing rm /home/owner/wine/test3/dosdevices/y: Executing cd /home/owner/wine/test3/dosdevices/c:/windows/temp Executing ln -s /home/owner/.cache/winetricks/dotnet35sp1/dotnetfx35.exe . Executing wine dotnetfx35.exe /lang:ENU 0024:fixme:clusapi:GetNodeClusterState ((null),0042ECE4) stub! 0024:fixme:advapi:DecryptFileA ("c:\\7d4ffa88d4c0bafc0e2032e8f823\\", 00000000): stub 011c:fixme:clusapi:GetNodeClusterState ((null),0042ECE4) stub! 011c:fixme:advapi:DecryptFileA ("c:\\b0cdd13fbbdf35431c\\", 00000000): stub 0128:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0128:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0128:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0128:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 0128:fixme:security:GetWindowsAccountDomainSid (0054E680 003E250C 0054E67C): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0058:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c00 (device=2d access=0 func=300 method=0) 0128:fixme:cdrom:CDROM_GetMediaType : faking success 0128:fixme:security:GetWindowsAccountDomainSid (0054DDEC 003E250C 0054DDE8): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:file:NtLockFile I/O completion on lock not implemented yet 0128:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"NetFX35_EXP_enu_x86_net_SETUP", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"VC_Runtime", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"FT_NetFX_Core_CRT_x86", 00549F88 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"Servicing_Key", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"KB953595", 00549F88 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"NetFX_Core_x86_enu_DDF", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"CSharp_x86_enu_DDF", 00549F88 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"NETFXM_Only_Feature", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"NETFX_AssemblyList", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"Remove_Fx35ConfigFiles_x86_DDF", 0054AA28 stub returning 8 0128:fixme:msi:MsiGetFeatureValidStatesW 1, L"CDFGREEN_CA_x86_enu_DDF", 0054AA28 stub returning 8 0128:fixme:cdrom:CDROM_GetMediaType : faking success 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 013c:err:richedit:ReadStyleSheet skipping optional destination 0058:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 70c00 (device=7 access=0 func=300 method=0) 013c:fixme:cdrom:CDROM_GetMediaType : faking success 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:security:GetWindowsAccountDomainSid (0054E06C 003E250C 0054E068): semi-stub 0128:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0128:fixme:msi:determine_patch_sequence patch ordering not supported 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0224:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0234:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0234:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0234:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0234:err:ole:com_get_class_object no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15 0244:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0244:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0244:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0244:err:ole:com_get_class_object no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15 024c:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 024c:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 024c:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 024c:err:ole:com_get_class_object no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15 0258:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0258:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered 0258:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0258:err:ole:com_get_class_object no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x15 040c:fixme:mofcomp:wmain stub 041c:fixme:mofcomp:wmain stub 043c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0728:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0728:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 0728:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0728:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0728:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 0728:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0728:fixme:advapi:ReportEventW (CAFE4242,0x0004,0x0001,0x400003f9,00000000,0x0002,0x00000000,0042EDC8,00000000): stub 0728:fixme:advapi:DeregisterEventSource (CAFE4242) stub 0728:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u \"ASP.NET_2.0.50727\"", 1): stub 0748:fixme:mofcomp:wmain stub 0728:fixme:advapi:LsaStorePrivateData (0000CAFE,0042E9A4,00000000) stub 0728:fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_perf.ini\"", 1): stub 0728:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u ASP.NET", 1): stub 0728:fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_perf2.ini\"", 1): stub 0728:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0728:fixme:advapi:ReportEventW (CAFE4242,0x0002,0x0001,0x800003fc,00000000,0x0000,0x00000000,0042EDD0,00000000): stub 0728:fixme:advapi:DeregisterEventSource (CAFE4242) stub 0728:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0728:fixme:advapi:ReportEventW (CAFE4242,0x0004,0x0001,0x400003fb,00000000,0x0002,0x00000000,0042EDC8,00000000): stub 0728:fixme:advapi:DeregisterEventSource (CAFE4242) stub 0728:fixme:msvcrt:__clean_type_info_names_internal (6A303524) stub 0758:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0758:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 0758:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0758:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0758:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17 0758:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0758:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0001,0x400003f9,0000000000000000,0x0002,0x00000000,000000000011EAC0,0000000000000000): stub 0758:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0758:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u \"ASP.NET_64_2.0.50727\"", 1): stub 0774:fixme:mofcomp:wmain stub 0758:fixme:advapi:LsaStorePrivateData (000000000000CAFE,000000000011E710,0000000000000000) stub 0758:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u aspnet_state", 1): stub 0758:fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_state_perf.ini\"", 1): stub 0718:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null) 0718:fixme:service:svcctl_ChangeServiceConfigW Setting password not supported 0758:fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_perf.ini\"", 1): stub 0758:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u ASP.NET_64", 1): stub 0758:fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\aspnet_perf2.ini\"", 1): stub 0758:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0758:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0001,0x800003fc,0000000000000000,0x0000,0x00000000,000000000011EAC0,0000000000000000): stub 0758:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0758:fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 2.0.50727.0"): stub 0758:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0001,0x400003fb,0000000000000000,0x0002,0x00000000,000000000011EAC0,0000000000000000): stub 0758:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0758:fixme:msvcrt:__clean_type_info_names_internal (00000642FFFDA948) stub 0784:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0784:err:ole:com_get_class_object class {ecabb0c8-7f19-11d2-978e-0000f8757e2a} not registered 0784:err:ole:com_get_class_object no class object {ecabb0c8-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 0784:err:ole:com_get_class_object class {6eb22881-8a19-11d0-81b6-00a0c9231c29} not registered 0784:err:ole:create_server class {6eb22881-8a19-11d0-81b6-00a0c9231c29} not registered 0784:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0784:err:ole:com_get_class_object no class object {6eb22881-8a19-11d0-81b6-00a0c9231c29} could be created for context 0x15 0784:fixme:virtual:NtFlushProcessWriteBuffers stub 0784:fixme:msvcrt:__clean_type_info_names_internal (000000001AEF33D8) stub 0784:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC92028) stub 0784:fixme:msvcrt:__clean_type_info_names_internal (00000642FF4A60F8) stub 0784:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC7A598) stub 0784:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9267908) stub 0784:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9F09CA8) stub 07a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 07a8:err:ole:com_get_class_object class {ecabb0c8-7f19-11d2-978e-0000f8757e2a} not registered 07a8:err:ole:com_get_class_object no class object {ecabb0c8-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1 07a8:err:ole:com_get_class_object class {6eb22881-8a19-11d0-81b6-00a0c9231c29} not registered 07a8:err:ole:create_server class {6eb22881-8a19-11d0-81b6-00a0c9231c29} not registered 07a8:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 07a8:err:ole:com_get_class_object no class object {6eb22881-8a19-11d0-81b6-00a0c9231c29} could be created for context 0x15 07a8:fixme:virtual:NtFlushProcessWriteBuffers stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (1001DA90) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (64222018) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (60345094) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (64209A90) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (75C572A8) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (76485CA4) stub 0800:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null) 0808:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. 07e4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 081c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0138:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0158:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0190:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 01b0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 01d4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 01e8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0200:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0230:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0198:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0288:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 02b8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 02cc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 02ec:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0320:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0364:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0378:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0398:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 03cc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 03fc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0414:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0444:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0458:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0434:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0488:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 04ac:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 04c0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 04e4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 04f8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 051c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0528:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0800:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null) 053c:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub. 051c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0548:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0548:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 056c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 056c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0580:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0580:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 05a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05a4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 05b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05b8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 05dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05dc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 05f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05f0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0614:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0614:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0628:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0628:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 064c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 064c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0660:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0660:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0684:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0684:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0698:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0698:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 06bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06bc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 06d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06d0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 06f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06f4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0710:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0704:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0710:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 077c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0704:fixme:virtual:NtFlushProcessWriteBuffers stub 0704:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d 0704:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9227908) stub 0704:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9B49CA8) stub 077c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 084c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0808:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub 0808:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0838:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0884:err:ole:CoGetContextToken apartment not initialised 084c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0898:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0898:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 08b4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08b4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 08d0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08d0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 08ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08ec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0908:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0908:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0924:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0924:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0940:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0940:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 095c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 095c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0978:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0978:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0994:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\_DataPerfCounters.ini", 0): stub 09ac:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\_dataperfcounters_shared12_neutral.ini", 0): stub 09c4:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\_Networkingperfcounters.ini", 0): stub 09dc:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\_DataOracleClientPerfCounters_shared12_neutral.ini", 0): stub 09f4:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\corperfmonsymbols.ini", 0): stub 0a0c:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\_DataOracleClientPerfCounters_shared12_neutral.ini", 0): stub 0a24:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\_dataperfcounters_shared12_neutral.ini", 0): stub 0a3c:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\_Networkingperfcounters.ini", 0): stub 0a54:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\_DataPerfCounters.ini", 0): stub 0a6c:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\corperfmonsymbols.ini", 0): stub 0128:err:msi:execute_command unable to execute command 2 0128:err:msi:execute_command unable to execute command 2 0a7c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0a7c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0808:fixme:ole:NdrClearOutParameters (0000000000C5D540,0000000000E8479C,0000000000C5DD98): stub 0808:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba 0808:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba 0808:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub 0808:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0a90:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0aa4:fixme:clusapi:GetNodeClusterState ((null),0042EC64) stub! 0aa4:fixme:advapi:DecryptFileA ("c:\\41e189481696af59e806\\", 00000000): stub 0ab0:fixme:setupapi:pSetupGetGlobalFlags stub 0ab0:err:setupapi:do_file_copyW Unsupported style(s) 0x10 0ab0:err:setupapi:do_file_copyW Unsupported style(s) 0x10 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.12.2.2 0ab0:fixme:wintrust:WinVerifyTrust unimplemented for 4 0ab0:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId=(null) 0ab0:err:ole:com_get_class_object class {acadf079-cbcd-4032-83f2-fa47c4db096f} not registered 0ab0:err:ole:com_get_class_object no class object {acadf079-cbcd-4032-83f2-fa47c4db096f} could be created for context 0x1 regsvr32: Failed to load DLL 'C:\windows\system32\licdll.dll' regsvr32: Failed to load DLL 'C:\windows\system32\regwizc.dll' 0ab0:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet 0ab0:fixme:sfc:SfcConnectToServer 0 0ab0:fixme:wintrust:CryptCATGetCatAttrInfo 00000000011D99A0, L"SPAttr" 0ab0:fixme:wintrust:CryptCATGetCatAttrInfo 00000000011D99A0, L"SPAttr" 0ab0:fixme:wintrust:CryptCATGetCatAttrInfo 00000000011D99A0, L"SPLevel" 0ab0:fixme:wintrust:CryptCATGetCatAttrInfo 00000000011D99A0, L"SPLevel" 0ab0:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId=(null) 0b00:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {aefe45f4-8548-42b4-b1c8-25673b07ad8b} 0b00:fixme:advapi:RegisterEventSourceW ((null),L"Microsoft-Windows-SpoolerFilterPipelineSVC"): stub 0b00:fixme:advapi:LsaStorePrivateData (000000000000CAFE,000000000011F7E8,000000000011F7F8) stub 0b00:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0xc0000003,0000000000000000,0x0001,0x00000000,000000000011FC00,0000000000000000): stub 0b00:err:eventlog:ReportEventW L"0x80070002" regsvr32: Successfully registered DLL 'C:\windows\system32\prntvpt.dll' regsvr32: Failed to load DLL 'C:\windows\system32\spool\prtprocs\x64\FilterPipelinePrintProc.dll' regsvr32: Successfully registered DLL 'C:\windows\syswow64\prntvpt.dll' 0ab0:fixme:setupapi:pSetupGetGlobalFlags stub 0ab0:fixme:setupapi:pSetupGetGlobalFlags stub 0b30:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {aefe45f4-8548-42b4-b1c8-25673b07ad8b} 0b30:fixme:advapi:RegisterEventSourceW ((null),L"Microsoft-Windows-SpoolerFilterPipelineSVC"): stub 0b30:fixme:advapi:LsaStorePrivateData (000000000000CAFE,000000000011F7E8,000000000011F7F8) stub 0b30:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0xc0000003,0000000000000000,0x0001,0x00000000,000000000011FC00,0000000000000000): stub 0b30:err:eventlog:ReportEventW L"0x80070002" 0ab0:fixme:advapi:RegisterEventSourceA ((null),"NtServicePack"): stub 0ab0:fixme:advapi:RegisterEventSourceW (L"",L"NtServicePack"): stub 0ab0:fixme:advapi:ReportEventA (00000000CAFE4242,0x0004,0x0000,0x400e1119,00000000006C4470,0x0002,0x00000000,000000000011B320,0000000000000000): stub 0ab0:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x400e1119,00000000006C4470,0x0002,0x00000000,00000000006C69F0,0000000000000000): stub 0ab0:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0b40:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0b40:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0b54:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:determine_patch_sequence patch ordering not supported 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0128:err:msidb:table_load_transform excess columns in transform: 6 > 0 0128:err:msidb:TransformView_set_row trying to modify existing table 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:err:msidb:TransformView_set_row trying to modify existing column 0128:fixme:msi:is_uninstallable check other criteria 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0bc8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0bc8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0bc8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0bc8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0bc8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0be8:fixme:msvcrt:__clean_type_info_names_internal (000000059C81C980) stub 0be8:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF8F65568) stub 0be8:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9B49CA8) stub 0be8:fixme:msvcrt:__clean_type_info_names_internal (00000005381CF008) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000E0EE98,0000000000E0EC08): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:virtual:NtFlushProcessWriteBuffers stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D2D408,0000000000D2D178): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000DFB400,0000000000DFB170): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000001142900,0000000001142670): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,000000000137F1F8,000000000137EF68): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,000000000123E0E8,000000000123DE58): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0bc8:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 0bc8:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 0bc8:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x15 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D8F5E0,0000000000D8F350): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000E81CB8,0000000000E81A28): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000E82720,0000000000E82490): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000001006D98,0000000001006B08): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0c0c:fixme:mofcomp:wmain stub 0bc8:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 0bc8:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 0bc8:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 0bc8:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 0bc8:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 0bc8:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 0bc8:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 0bc8:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 0bc8:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 0bc8:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 0bc8:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 0bc8:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported 0bc8:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported 0bc8:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 0bc8:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 0bc8:fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 0bc8:fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 0bc8:fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 0bc8:fixme:wmiutils:status_code_GetErrorCodeText 000000001A1DF450, 0x8004100e, 0, 0x1, 000000000011E878 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000F00430,0000000000F001A0): stub 0bc8:err:eventlog:ReportEventW L"WMI classes are not installed." 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:service:SetServiceObjectSecurity 000000001A1DEBA0 12 0000000000F02638 0be0:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 900 msg (null) cmd (null) 0bc8:fixme:service:SetServiceObjectSecurity 000000001A1DEBA0 12 0000000000F04D38 0be0:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 900 msg (null) cmd (null) 0bc8:fixme:http:HttpInitialize Unhandled flags 0x2. 0bc8:fixme:http:HttpQueryServiceConfiguration (0000000000000000, 2, 000000000011EB60, 24, 0000000000000000, 0, 000000000011EB58, 0000000000000000): stub! 0bc8:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000F0CE28,0000000000F0CB98): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bc8:fixme:http:HttpInitialize Unhandled flags 0x2. 0bc8:fixme:http:HttpQueryServiceConfiguration (0000000000000000, 2, 000000000011EBD0, 24, 0000000000000000, 0, 000000000011EBC8, 0000000000000000): stub! 0bc8:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 0bc8:fixme:http:HttpInitialize Unhandled flags 0x2. 0bc8:fixme:http:HttpSetServiceConfiguration (0000000000000000, 2, 000000000011EBE8, 16, 0000000000000000): stub! 0bc8:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 0bc8:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 0bc8:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000F136A8,0000000000F13418): stub 0bc8:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 0bd8:fixme:ole:thread_context_callback_ContextCallback 000000001A1DCDE8, 00006FFFF98F8F10, 000000001957CB20, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 0bd8:fixme:ole:thread_context_callback_ContextCallback 000000001A1DCDE8, 00006FFFF98F8F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 0bd8:fixme:ole:thread_context_callback_ContextCallback 000000001A1DCDE8, 00006FFFF98F8F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 0bd8:fixme:ole:thread_context_callback_ContextCallback 000000001A1DCDE8, 00006FFFF98F8F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 0bd8:fixme:ole:thread_context_callback_ContextCallback 000000001A1DCDE8, 00006FFFF98F8F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFFF8248) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFFDA948) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC92028) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FF4A60F8) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC7A598) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9157908) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB03310) stub 0bc8:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9B49CA8) stub 07bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 07bc:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 07bc:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 07bc:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 07bc:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 07cc:fixme:msvcrt:__clean_type_info_names_internal (000000059C81C980) stub 07cc:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF8EF5568) stub 07cc:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9AD9CA8) stub 07cc:fixme:msvcrt:__clean_type_info_names_internal (00000005381CF008) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000E08628,0000000000E08398): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:virtual:NtFlushProcessWriteBuffers stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D324A8,0000000000D32218): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D53C30,0000000000D539A0): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D5BA00,0000000000D5B770): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000D62638,0000000000D623A8): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000001193B60,00000000011938D0): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,000000000119A4C0,000000000119A230): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,00000000011A0E20,00000000011A0B90): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 07bc:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 07bc:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 07bc:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x15 07e8:fixme:mofcomp:wmain stub 07bc:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 07bc:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 07bc:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 07bc:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 07bc:fixme:wmiutils:path_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 07bc:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 07bc:fixme:wbemprox:wbemprox_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 07bc:fixme:wbemprox:wbem_locator_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 07bc:fixme:wbemprox:wbem_locator_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 07bc:fixme:wbemprox:wbem_locator_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 07bc:fixme:ole:thread_context_info_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} 07bc:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported 07bc:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported 07bc:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 07bc:fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented 07bc:fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented 07bc:fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented 07bc:fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented 07bc:fixme:wmiutils:status_code_GetErrorCodeText 000000001A1E41B0, 0x8004100e, 0, 0x1, 000000000011E878 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000FF40E8,0000000000FF3E58): stub 07bc:err:eventlog:ReportEventW L"WMI classes are not installed." 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:http:HttpInitialize Unhandled flags 0x2. 07bc:fixme:http:HttpQueryServiceConfiguration (0000000000000000, 2, 000000000011EB60, 24, 0000000000000000, 0, 000000000011EB58, 0000000000000000): stub! 07bc:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0002,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000000FFF598,0000000000FFF308): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07bc:fixme:http:HttpInitialize Unhandled flags 0x2. 07bc:fixme:http:HttpQueryServiceConfiguration (0000000000000000, 2, 000000000011EBD0, 24, 0000000000000000, 0, 000000000011EBC8, 0000000000000000): stub! 07bc:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 07bc:fixme:http:HttpInitialize Unhandled flags 0x2. 07bc:fixme:http:HttpSetServiceConfiguration (0000000000000000, 2, 000000000011EBE8, 16, 0000000000000000): stub! 07bc:fixme:http:HttpTerminate (0x2, 0000000000000000): stub! 07bc:fixme:advapi:RegisterEventSourceW (L".",L"System.ServiceModel.Install 3.0.0.0"): stub 07bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0004,0x0000,0x00000000,0000000000000000,0x0001,0x00000000,0000000001005E18,0000000001005B88): stub 07bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub 07ac:fixme:ole:thread_context_callback_ContextCallback 000000001A1DD568, 00006FFFF9888F10, 000000001957CB20, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 07ac:fixme:ole:thread_context_callback_ContextCallback 000000001A1DD568, 00006FFFF9888F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 07ac:fixme:ole:thread_context_callback_ContextCallback 000000001A1DD568, 00006FFFF9888F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 07ac:fixme:ole:thread_context_callback_ContextCallback 000000001A1DD568, 00006FFFF9888F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 07ac:fixme:ole:thread_context_callback_ContextCallback 000000001A1DD568, 00006FFFF9888F10, 000000001957CA40, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFFF8248) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFFDA948) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC92028) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FF4A60F8) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC7A598) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF90E7908) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB03310) stub 07bc:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9AD9CA8) stub 0050:fixme:service:QueryServiceObjectSecurity 01459938 4 00000000 0 01E3F9AC - semi-stub 0050:fixme:service:QueryServiceObjectSecurity 01459938 4 0035E388 28 01E3F9AC - semi-stub 0050:fixme:advapi:SetSecurityInfo unimplemented type 2, returning success 0be0:fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 4294944000 msg L"" cmd L"" 0140:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0140:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0188:fixme:exec:SHELL_execute flags ignored: 0x00000100 0140:fixme:loadperf:LoadPerfCounterTextStringsW (L" \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Workflow Foundation\\PerfCounters.ini\"", 1): stub 0140:fixme:virtual:NtFlushProcessWriteBuffers stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC92028) stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00000642FF4A60F8) stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00000642FFC7A598) stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF90E7908) stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB03310) stub 0140:fixme:msvcrt:__clean_type_info_names_internal (00006FFFF9AD9CA8) stub 01c4:fixme:advapi:LogonUserW L"LocalService" L"NT AUTHORITY" 000000007614DFCC 0x00000005 0x00000000 00007FFFFFA3F720 - stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 01dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01dc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 01e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01e0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0210:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0210:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 025c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 025c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 026c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 026c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0738:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0738:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0308:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0308:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0318:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0318:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0384:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0384:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 03ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 03ac:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 03c8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 03c8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0418:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0418:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0420:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0420:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 047c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 047c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0480:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0480:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04a8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04e8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04e8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0504:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0504:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0550:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0550:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0558:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0558:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 05a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05a8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 05b0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05b0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 05d8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05d8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0618:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0618:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0624:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0624:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0674:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0674:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 067c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 067c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06a4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06e4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06e0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0828:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0828:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0720:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0720:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0704:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0704:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0778:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0778:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08a0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08a8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08f4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0900:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0900:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0928:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0928:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0964:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0964:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 097c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 097c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 09a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 09a0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 09ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 09ec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a18:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a4c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0280:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0340:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 03d4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0510:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0580:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 05f4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 064c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06b0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0710:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08b0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0908:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0974:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a3c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0160:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0298:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0358:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 042c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0818:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0190:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0204:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0288:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0334:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0398:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0438:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0488:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04fc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 09c4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 01a4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a28:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a74:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0864:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0858:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a98:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0ac4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0324:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0ae8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b0c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b34:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0aa4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b3c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0ae0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0b9c:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Communication Foundation\\_ServiceModelEndpointPerfCounters.ini\"", 0): stub 0bac:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework64\\v3.0\\Windows Communication Foundation\\_ServiceModelEndpointPerfCounters.ini\"", 0): stub 0be8:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Communication Foundation\\_ServiceModelOperationPerfCounters.ini\"", 0): stub 0c10:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework64\\v3.0\\Windows Communication Foundation\\_ServiceModelOperationPerfCounters.ini\"", 0): stub 0c18:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Communication Foundation\\_ServiceModelServicePerfCounters.ini\"", 0): stub 0bbc:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework64\\v3.0\\Windows Communication Foundation\\_ServiceModelServicePerfCounters.ini\"", 0): stub 07e8:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Communication Foundation\\_SMSvcHostPerfCounters.ini\"", 0): stub 07ac:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework64\\v3.0\\Windows Communication Foundation\\_SMSvcHostPerfCounters.ini\"", 0): stub 07dc:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\syswow64\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v3.0\\Windows Communication Foundation\\_TransactionBridgePerfCounters.ini\"", 0): stub 002c:fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework64\\v3.0\\Windows Communication Foundation\\_TransactionBridgePerfCounters.ini\"", 0): stub 01a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01a0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 00f8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0128:fixme:imagehlp:BindImageEx Image modification is not implemented. 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b78:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f0:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 02c0:fixme:mofcomp:wmain stub 02fc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 02fc:err:ole:com_get_class_object class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 02fc:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered 02fc:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported 02fc:err:ole:com_get_class_object no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x15 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 031c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 03d8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 03f4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 046c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0454:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0484:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04d0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 050c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0594:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 057c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 05b4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0610:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0630:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06ac:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0690:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 06c8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0760:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0750:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0844:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0850:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08b8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0930:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 092c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 096c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0988:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 09e8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a64:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0220:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0724:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 07a4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0598:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0678:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0684:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08cc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08cc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 08ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08ec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0978:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0978:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 020c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 020c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0264:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0264:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0758:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0758:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 07e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 07e0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 01b4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01b4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 02bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02bc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 02cc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02cc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 045c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 045c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0434:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0434:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 04f8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04f8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0170:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0170:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 09fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 09fc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0860:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0860:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 086c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 086c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0a9c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0a9c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0830:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0830:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0aec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0aec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b30:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0b30:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0ac8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0ac8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b44:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0b44:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0b84:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0b84:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0bf4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0bf4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0ba8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0ba8:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 07ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 07ec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0788:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0788:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 01f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01f0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 026c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 026c:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0354:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0354:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0418:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0418:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0128:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0498:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0498:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0550:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0550:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 05c0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0620:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0620:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 067c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 06ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06ec:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0720:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 08a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 08a4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 08f4:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0968:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0968:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 09a0:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0bf0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0bf0:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 07e8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0b74:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0b74:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0a1c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0280:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0280:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 07a8:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 05f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05f4:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0714:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0908:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0908:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0194:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0358:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0358:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0184:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 0288:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0288:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0414:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 04fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04fc:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0a2c:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub 013c:err:ole:CoRevokeClassObject called from wrong apartment, should be called from 12400000128 0864:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0864:fixme:msvcrt:__clean_type_info_names_internal (64082A5C) stub 0acc:fixme:msvcrt:__clean_type_info_names_internal (00000642FFB8C508) stub Executing rm dotnetfx35.exe Executing wine winecfg -v win7 ------------------------------------------------------ warning: Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/owner/wine/test3 terminate ------------------------------------------------------ Executing w_do_call iertutil /tmp/winetricks.fHspgpfu/no_win64_warnings exists, not issuing 64-bit prefix warning Executing load_iertutil Executing cd /home/owner/.cache/winetricks/win7sp1 Downloading http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x86_c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa.exe to /home/owner/.cache/winetricks/win7sp1 Executing cd /home/owner Executing cabextract -q -d /home/owner/wine/test3/dosdevices/c:/windows/temp -L -F x86_microsoft-windows-ie-runtimeutilities_31bf3856ad364e35_8.0.7601.17514_none_64655b7c61c841cb/iertutil.dll /home/owner/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe Executing cp -f /home/owner/wine/test3/dosdevices/c:/windows/temp/x86_microsoft-windows-ie-runtimeutilities_31bf3856ad364e35_8.0.7601.17514_none_64655b7c61c841cb/iertutil.dll /home/owner/wine/test3/dosdevices/c:/windows/syswow64/iertutil.dll Executing cd /home/owner/.cache/winetricks/win7sp1 Downloading http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe to /home/owner/.cache/winetricks/win7sp1 Executing cd /home/owner ------------------------------------------------------ SHA256 mismatch! URL: http://download.windowsupdate.com/msdownload/update/software/svpk/2011/02/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe Downloaded: ecce251872df7fb7a20dbe3ac4de781dc0c36c1972a3a5110b17dedcb1bb059d Expected: f4d1d418d91b1619688a482680ee032ffd2b65e420c6d2eaecf8aa3762aa64c8 This is often the result of an updated package such as vcrun2019. If you are willing to accept the risk, you can bypass this check. Alternatively, you may use the --force option to ignore this check entirely. Continue anyway? ------------------------------------------------------ ```

when i manually download the "windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe" this is the sha256 hash i get:

owner@owner-P552LA:~/Downloads$ sha256sum < ./windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe
f4d1d418d91b1619688a482680ee032ffd2b65e420c6d2eaecf8aa3762aa64c8  -
Chiitoo commented 1 month ago

Hm, last time the x86 one was failing, but seemed to succeed this time? Though the actual downloading isn't showing up in the log at all, so maybe the files already exist in the cache?

I'd look into the failed file to see if it's smaller than expected, as in if something went wrong during the download, though the script should stop if that happens.

I did see one SSL handshake failure while downloading one of the files for one of the mentioned verbs, but 'aria2' retried and on the second try it succeeded. Using 'wget' there should be retries at least in some cases too, though.

If using 'wget', could try installing 'aria2' which should be automatically preferred over 'wget' (this can also be overridden by using the WINETRICKS_DOWNLOADER environment variable).

As a general note, the GUI side of things isn't too actively maintained at this time, and may have bugs lurking about, so usually I recommend using the command-line instead (not that I think this issue is one of those lurkers).

I'll keep testing things out, but so far no luck seeing the issue here.