http://bugs.winehq.org/show_bug.cgi?id=34954
Bug #: 34954 Summary: MS .Net 1.1 x64 installer fails to install Product: Wine Version: 1.7.6 Platform: x86-64 URL: http://www.microsoft.com/en-us/download/details.aspx?i d=26 OS/Version: Linux Status: NEW Keywords: dotnet, download, Installer, win64 Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
Created attachment 46582 --> http://bugs.winehq.org/attachment.cgi?id=46582 relay,seh,tid,msi, xz'ed
Similar to bug 34593, though this time, none of XP, 2k3, or win7 work. The installer claims to support 64-bit, according to Microsoft: Windows 2000, Windows Server 2003 Service Pack 1 for Itanium-based Systems, Windows Server 2003 x64 editions, Windows Server 2008 Datacenter, Windows Server 2008 Enterprise, Windows Server 2008 for Itanium-based Systems, Windows Server 2008 Standard, Windows Vista Business, Windows Vista Enterprise, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Starter, Windows Vista Ultimate, Windows XP, Windows XP Professional x64 Edition
What I tried: rm -rf $HOME/.wine wine64 uninstaller wine64 dotnetfx.exe
but the installer claims to not support the OS. relay,seh,tid,msi attached.
http://bugs.winehq.org/show_bug.cgi?id=34954
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |INVALID Summary|MS .Net 1.1 x64 installer |64-bit Microsoft .NET |fails to install |Framework 1.1 installer | |claims "This setup is not | |supported on 64-bit | |versions of Windows XP" Severity|trivial |normal
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-12-08 13:40:06 CST --- Hello Austin,
this bug is invalid (limitation by design).
The "System requirements" section, stating "... Windows Vista Starter, Windows Vista Ultimate, Windows XP, Windows XP Professional x64 Edition" is wrong.
Blog entry: http://blogs.msdn.com/b/smondal/archive/2009/10/21/this-setup-is-not-support...
".Net Framework MSI contains a launch condition that specifically blocks the .NET Framework 1.1 from being allowed to install on 64-bit operating systems. In this scenario we need to add a shim to newer 64-bit operating systems that allows users to bypass that launch condition and install the .NET Framework 1.1."
The blog specifically talks about running the installer on "Windows 2003 x64 system" but the same applies for any 64-bit Windows variant.
Trace log:
--- snip --- 0024:trace:msi:ACTION_LaunchConditions Checking launch conditions 0024:trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `LaunchCondition`" 0x33f0f0 ... 0024:trace:msi:MSI_EvaluateConditionW L"NOT (VersionNT64)" ... 0024:trace:msi:msi_get_property returning L"502" for property L"VersionNT64" ... 0024:trace:msi:MSI_EvaluateConditionW 0 <- L"NOT (VersionNT64)" ... 0024:trace:msi:MSI_FormatRecordW L"This setup is not supported on 64-bit versions of Windows XP" --- snip ---
This is a standard MSI launch condition check to prevent installation on _any_ 64-Bit Windows variant.
--- quote --- "Not VersionNT64"
[ProductName] will only work on 32-bit versions of Windows. Please run the setup on 32-bit Windows. Setup will now exit. --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=34954
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2013-12-09 21:19:59 CST --- Closing.