[Bug 47368] TAPI 3.x COM browser 'Tb3x.exe' from Windows 10 SDK (10.0.17763.x) wants 'tapi3.dll' COM server/typelib

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jan 28 16:36:03 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=47368

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|https://software-download.m |https://web.archive.org/web
                   |icrosoft.com/download/pr/17 |/20190317015617/https://sof
                   |763.1.180914-1434.rs5_relea |tware-download.microsoft.co
                   |se_WindowsSDK.iso           |m/download/pr/17763.1.18091
                   |                            |4-1434.rs5_release_WindowsS
                   |                            |DK.iso

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, obviously still present.

Adding stable download from Internet Archive:

https://web.archive.org/web/20190317015617/https://software-download.microsoft.com/download/pr/17763.1.180914-1434.rs5_release_WindowsSDK.iso

Using the web-based Win 10 SDK installer it's possible to cut down the needed
download to the absolute minimum.

https://download.microsoft.com/download/4/d/2/4d2b7011-606a-467e-99b4-99550bf24ffc/windowssdk/winsdksetup.exe

https://web.archive.org/web/20210124220241/https://download.microsoft.com/download/4/d/2/4d2b7011-606a-467e-99b4-99550bf24ffc/windowssdk/winsdksetup.exe

Sneaked from the web-installer logs:

https://download.microsoft.com/download/4/d/2/4d2b7011-606a-467e-99b4-99550bf24ffc/windowssdk/Installers/Windows
SDK Desktop Tools x86-x86_en-us.msi

Using 'ORCA' tool one can find 'TB3x.exe' entry in the 'file' table:

--- snip ---
fil499c5217c305aba740c9493932988b2c    cmp499c5217c305aba740c9493932988b2c   
TB3x.exe    222688    1.0.0.1    1033    512    28
--- snip ---

Sequence id = 28

Going into 'Media' table one can find:

--- snip ---
1    0                
2    108        56a114848fda9a7e47bad4b3fc4be9a6.cab
3    110        67c9fd1fab36154e6e7e429610cd67c8.cab        
--- snip ---

Ok, this means that 'fil499c5217c305aba740c9493932988b2c' is located in
'56a114848fda9a7e47bad4b3fc4be9a6.cab'.

Searching again the installer logs:

https://download.microsoft.com/download/4/d/2/4d2b7011-606a-467e-99b4-99550bf24ffc/windowssdk/Installers/56a114848fda9a7e47bad4b3fc4be9a6.cab

https://web.archive.org/web/20210128222254/https://download.microsoft.com/download/4/d/2/4d2b7011-606a-467e-99b4-99550bf24ffc/windowssdk/Installers/56a114848fda9a7e47bad4b3fc4be9a6.cab

Extracting the needed executable:

--- snip ---
$ cabextract -F fil499c5217c305aba740c9493932988b2c 
56a114848fda9a7e47bad4b3fc4be9a6.cab
56a114848fda9a7e47bad4b3fc4be9a6.cab: WARNING; possible 8672 extra bytes at end
of file.
Extracting cabinet: 56a114848fda9a7e47bad4b3fc4be9a6.cab
  extracting fil499c5217c305aba740c9493932988b2c

$ mv fil499c5217c305aba740c9493932988b2c TB3x.exe
--- snip ---

Running it:

--- snip ---
$ wine ./TB3x.exe 
013c:err:module:import_dll Library MFC42u.dll (which is needed by
L"Z:\\home\\focht\\Downloads\\TB3x.exe") not found
013c:err:module:LdrInitializeThunk Importing dlls for
L"Z:\\home\\focht\\Downloads\\TB3x.exe" failed, status c0000135
--- snip ---

-> 'winetricks -q mfc42'

--- snip ---
$ wine ./TB3x.exe 
0204:err:ole:TLB_ReadTypeLib Loading of typelib L"tapi3.dll" failed with error
2
--- snip ---

There we go. Instead of downloading hundreds of MB one ends up with a tiny
faction - a 6.7 MB .cab archive ;-)

$ du -sh 56a114848fda9a7e47bad4b3fc4be9a6.cab 
6.7M    56a114848fda9a7e47bad4b3fc4be9a6.cab

$ sha1sum 56a114848fda9a7e47bad4b3fc4be9a6.cab 
783a629e99cc9fb1a3e67c2fc365c21b8853aeee  56a114848fda9a7e47bad4b3fc4be9a6.cab

$ wine --version
wine-6.0-271-g24b9203d354

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list