http://bugs.winehq.org/show_bug.cgi?id=29578
--- Comment #4 from A Wine user RandomAccountName@mail.com 2012-01-11 01:52:05 CST --- (In reply to comment #3)
Created attachment 38322 [details] stubs
(In reply to comment #2)
(In reply to comment #1)
Created attachment 38313 [details] stubs
It still fails to check the DLLs' version information with these stubs (no version resource).
MM, yeah, try this patch.
That one works. This is what I see now:
00:01.724: INFO: Version Check of C:\windows\System32\Photometadatahandler.dll: 7.0.0.0 >= 7.0.0.0 (True) 00:01.749: INFO: Version Check of C:\windows\System32\XpsPrint.dll: 7.0.6002.18363 >= 7.0.6002.18363 (True) ... 00:03.430: INFO: Installing with the extracted package. C:\windows\TEMP\IE9543.tmp\IE9-neutral.Extracted.cab 00:03.464: ERROR: Unable to create process 'C:\windows\system32\pkgmgr.exe /quiet /norestart /ip /m:C:\windows\TEMP\IE9543.tmp\IE9-neutral.Extracted.cab /s:C:\windows\TEMP\IE9543.tmp\PackageFiles', errorID = 0x00000002 (2) 00:03.575: INFO: PauseOrResumeAUThread: Successfully resumed Automatic Updates. 00:05.283: INFO: Setup exit code 0x00000002 (2) [File not found ]
I tried creating a makeshift pkgmgr.exe stub:
cp ~/wine-git/programs/aspnet_regiis/aspnet_regiis.exe.so ~/.wine/drive_c/windows/system32/pkgmgr.exe
Then the installer claims success (in the log) but doesn't actually install anything.