http://bugs.winehq.org/show_bug.cgi?id=21596
Summary: Windows 7 Platform SDK default install fails Product: Wine Version: 1.1.37 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
If you try to install the Windows 7 Platform SDK without disabling some of the options, it fails. The log shows
12:48:46 PM Thursday, February 04, 2010: SFX C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation started with log file C:\users\dank\Temp\Microsoft Windows SDK for Windows 7_39e84b45-3dea-4c93-b469-0bba41d4286c_SFX.log 12:48:48 PM Thursday, February 04, 2010: C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation failed with return code 193
and the console log shows err:process:create_process starting 64-bit process L"C:\135afb88bfaba38f6bfd6047\install.exe" not supported on this platform
You can get the latter error by running visual c++ 2008 64 bit runtime redist installer yourself.
So why is the installer, on a 32 bit wine, trying to run a 64 bit installer?
http://bugs.winehq.org/show_bug.cgi?id=21596
mathieu.malaterre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.malaterre@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=21596
--- Comment #1 from mathieu.malaterre@gmail.com 2011-03-31 14:41:51 CDT --- It did worked for me. I could install the SDK properly. I simply skipped the documentation.
http://bugs.winehq.org/show_bug.cgi?id=21596
--- Comment #2 from Dan Kegel dank@kegel.com 2011-03-31 14:45:01 CDT --- Does installing *without* skipping documentation still fail? If so, this bug is still open.
http://bugs.winehq.org/show_bug.cgi?id=21596
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msi
--- Comment #3 from Dan Kegel dank@kegel.com 2011-10-29 09:03:06 CDT --- Still fails, but this time the symptom seems different:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x7e07605b). Backtrace: =>0 0x7e07605b ready_media+0x673(package=0x157340, Sequence=0x1, IsCompressed=0x2, mi=0x77adb0) [dlls/msi/../../include/winbase.h:2294] 1 0x7e068e41 ACTION_InstallFiles+0x56f(package=0x157340) [dlls/msi/files.c:333] 2 0x7e03363b ACTION_HandleStandardAction+0x94(package=0x157340, action="InstallFiles", rc=0x66e118) [dlls/msi/action.c:7289] 3 0x7e042a2b ACTION_PerformAction+0x7c(package=0x157340, action="InstallFiles", script=0xffffffff) [dlls/msi/action.c:7318] 4 0x7e043236 ITERATE_Actions+0x12a(row=0x1f19d0, param=0x157340) [dlls/msi/action.c:529] 5 0x7e0850fe MSI_IterateRecords+0x89(view=0x1eecf8, count=0x0(nil), func=0x7e04310b, param=0x157340) [dlls/msi/msiquery.c:188] 6 0x7e03276f ACTION_ProcessExecSequence+0x150(package=0x157340, UIran=<?>) [dlls/msi/action.c:606] 7 0x7e043920 MSI_InstallPackage+0x4e0(package=0x157340, szPackagePath="C:\84d4be0ea5dd73211269629291\hh_dex.msi", szCommandLine=" PATCH="VS90-KB953196.msp" ALLUSERS=1") [dlls/msi/action.c:7503] 8 0x7e07970f MsiConfigureProductExW+0x3e0(szProduct="{6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D}", iInstallLevel=0, eInstallState=INSTALLSTATE_DEFAULT, szCommandLine=" PATCH="VS90-KB953196.msp"") [dlls/msi/msi.c:813] 9 0x7e079ac9 MSI_ApplyPatchW+0x37a(szPatchPackage="VS90-KB953196.msp", szProductCode="{6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D}", szCommandLine="") [dlls/msi/msi.c:381] 10 0x7e079ce2 MsiApplyMultiplePatchesW+0x14b(szPatchPackages="VS90-KB953196.msp", szProductCode="{6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D}", szPropertiesList="") [dlls/msi/msi.c:485] 11 0x0041e63d in hotfixinstaller (+0x1e63c) (0x0066e8c8) 12 0x00418260 in hotfixinstaller (+0x1825f) (0x0066e97c) 13 0x00418aee in hotfixinstaller (+0x18aed) (0x0066e9e0) 14 0x004187be in hotfixinstaller (+0x187bd) (0x0066ea3c) 15 0x00413dee in hotfixinstaller (+0x13ded) (0x0066ea48) 16 0x7efa3280 call_thread_func_wrapper+0xb() in ntdll (0x0066ea58) 0x7e07605b ready_media+0x673 [dlls/msi/../../include/winbase.h:2294] in msi: movw %cx,0x0(%eax,%edx,1) 2294 while ((*p++ = *src++));
http://bugs.winehq.org/show_bug.cgi?id=21596
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2011-11-02 09:13:46 CDT --- This crash remembers me of this forum thread: http://forum.winehq.org/viewtopic.php?t=13979
Where a very similar while is crashing the app in msi code.
http://bugs.winehq.org/show_bug.cgi?id=21596
--- Comment #5 from Austin English austinenglish@gmail.com --- Still in wine-1.7.10-241-g6bd6193.
https://bugs.winehq.org/show_bug.cgi?id=21596
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Windows 7 Platform SDK |Microsoft Windows SDK for |default install fails |Windows 7 and .NET | |Framework 4 fails on | |installation of '.NET | |documentation' Resolution|--- |DUPLICATE CC| |focht@gmx.net Status|NEW |RESOLVED URL| |https://www.microsoft.com/e | |n-us/download/details.aspx? | |id=8279
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 22048 (fixed some time ago).
This ticket was recycled one time and the last problem (VS90-KB953196-x86.exe hotfix) made it a dupe.
$ sha1sum winsdk_web.exe a8717ebb20a69c7efa85232bcb9899b8b07f98cf winsdk_web.exe
$ du -sh winsdk_web.exe 500K winsdk_web.exe
$ wine --version wine-3.7-136-g8f46ac233e
Regards
*** This bug has been marked as a duplicate of bug 22048 ***
https://bugs.winehq.org/show_bug.cgi?id=21596
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #7 from André H. nerv@dawncrow.de --- closing dup
https://bugs.winehq.org/show_bug.cgi?id=21596
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.microsoft.com/e |https://web.archive.org/web |n-us/download/details.aspx? |/20101226004523/http://down |id=8279 |load.microsoft.com/download | |/A/6/A/A6AC035D-DA3F-4F0C-A | |DA4-37C8E5D34E3D/winsdk_web | |.exe