https://bugs.winehq.org/show_bug.cgi?id=46090
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
stable link from Internet Archive in case MS takes old stuff offline:
https://web.archive.org/web/20190317015617/https://software-download.microso...
--- snip --- $ mkdir -p unpacked && cd $_
$ 7z x ../17763.1.180914-1434.rs5_release_WindowsSDK.iso
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=en_US.utf8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4700HQ CPU @ 2.40GHz (306C3),ASM,AES-NI)
Scanning the drive for archives: 1 file, 854036480 bytes (815 MiB)
Extracting archive: ../17763.1.180914-1434.rs5_release_WindowsSDK.iso -- Path = ../17763.1.180914-1434.rs5_release_WindowsSDK.iso Type = Udf Physical Size = 854036480 Comment = KSDKWIN10_MULFRE_EN-US_DV5 Cluster Size = 2048 Created = 2018-09-16 02:00:00
Everything is Ok
Folders: 4 Files: 306 Size: 852474369 Compressed: 854036480
$ ll total 1344 drwx------. 2 focht focht 20480 Sep 15 2018 Installers drwx------. 4 focht focht 4096 Sep 15 2018 Redistributable -rw-rw-r--. 1 focht focht 1351600 Sep 15 2018 WinSDKSetup.exe --- snip ---
Install prerequisite: 'winetricks -q dotnet45 arial'
Unfortunately I couldn't find the tool after running full install. It might be a regression. I manually extracted the x64 version from CAB file and placed it in install folder.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64
$ winedump -j import topoedit.exe Contents of topoedit.exe: 206384 bytes
... grAttrs 00000001 offset 0001d508 ext-ms-win-shell-shell32-l1-2-0.dll Hint/Name Table: 0001e9c8 Address Table: 00025040 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) Thunk Ordn Name 00025040 94 ShellExecuteW
grAttrs 00000001 offset 0001d528 ext-ms-win-shell-comdlg32-l1-1-0.dll Hint/Name Table: 0001e9a8 Address Table: 00025020 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) Thunk Ordn Name 00025020 4 CommDlgExtendedError 00025028 12 GetSaveFileNameW 00025030 10 GetOpenFileNameW
grAttrs 00000001 offset 0001d548 ext-ms-win-shell-comctl32-init-l1-1-0.dll Hint/Name Table: 0001e998 Address Table: 00025010 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) Thunk Ordn Name 00025010 8 InitCommonControlsEx
Done dumping topoedit.exe --- snip ---
Tidbit: Might be useful later to test Wine's Media Foundation:
--- snip --- offset 0001d838 MF.dll Hint/Name Table: 0001EDB8 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) ForwarderChain: 00000000 First thunk RVA: 0001B130 Thunk Ordn Name 0001b130 67 MFCreateTopology 0001b138 68 MFCreateTopologyNode 0001b140 81 MFGetService 0001b148 89 MFRequireProtectedEnvironment 0001b150 27 MFCreateAudioRendererActivate 0001b158 75 MFCreateVideoRendererActivate 0001b160 66 MFCreateTopoLoader 0001b168 69 MFCreateTranscodeProfile 0001b170 71 MFCreateTranscodeTopology 0001b178 91 MFTranscodeGetAudioOutputAvailableTypes 0001b180 78 MFEnumDeviceSources 0001b188 43 MFCreateMediaSession 0001b190 48 MFCreatePMPMediaSession
offset 0001d84c MFPlat.DLL Hint/Name Table: 0001EE28 TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970) ForwarderChain: 00000000 First thunk RVA: 0001B1A0 Thunk Ordn Name 0001b1a0 198 MFShutdown 0001b1a8 40 MFCreateAsyncResult 0001b1b0 165 MFInvokeCallback 0001b1b8 41 MFCreateAttributes 0001b1c0 68 MFCreateMediaType 0001b1c8 89 MFCreateSourceResolver 0001b1d0 203 MFTEnumEx 0001b1d8 199 MFStartup --- snip ---
$ wine --version wine-4.8-343-g27bf52d12c
Regards