[Bug 44869] 64-bit Microsoft .NET Framework 4.x installer ( 32-bit bootstrapper) doesn't install 64-bit MSVCR{100,110,120}_CLR0400.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 9 09:42:31 CDT 2018


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
          Component|-unknown                    |msi
            Summary|64Bit dotnet complains      |64-bit Microsoft .NET
                   |about missing               |Framework 4.x installer
                   |MSVCR100_CLR0400.dll        |(32-bit bootstrapper)
                   |                            |doesn't install 64-bit
                   |                            |MSVCR{100,110,120}_CLR0400.
                   |                            |dll
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

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

that's a long known issue with 32-bit vs. 64-bit custom action server when the
bootstrapper process is 32-bit. Dupe of bug 31741
It has been fixed some releases ago.

.NET Framework 4.0

--- snip ---
$ rm -rf ~/.wine

$ winetricks -q dotnet40

$ find .wine -iname MSVCR*_CLR0400.dll -exec file {} \;

.wine/drive_c/windows/syswow64/msvcr100_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/system32/msvcr100_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
--- snip ---

.NET Framework 4.5

--- snip ---
$ rm -rf ~/.wine

$ winetricks -q dotnet45

$ find .wine -iname MSVCR*_CLR0400.dll -exec file {} \;

.wine/drive_c/windows/syswow64/msvcr100_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/syswow64/msvcr110_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/system32/msvcr100_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
.wine/drive_c/windows/system32/msvcr110_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
--- snip ---

.NET Framework 4.6

--- snip ---
$ rm -rf ~/.wine

$ winetricks -q dotnet46

$ find .wine -iname MSVCR*_CLR0400.dll -exec file {} \;

.wine/drive_c/windows/syswow64/msvcr100_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/syswow64/msvcr120_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/syswow64/msvcr110_clr0400.dll: PE32 executable (DLL)
(GUI) Intel 80386, for MS Windows
.wine/drive_c/windows/system32/msvcr100_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
.wine/drive_c/windows/system32/msvcr120_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
.wine/drive_c/windows/system32/msvcr110_clr0400.dll: PE32+ executable (DLL)
(GUI) x86-64, for MS Windows
--- snip ---

NOTE: There is currently a regression, covered by bug 45537

Regards

*** This bug has been marked as a duplicate of bug 31741 ***

-- 
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