.NET Framework 4.8.1
Application Details:
Version: | 4.8.1 |
License: | Free to use |
URL: | http://msdn.microsoft.com/netf... |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 8.8 |
Maintainers: About Maintainership
What works
The installer dialog will launch and display.
What does not
Installer checks for operating system and prevents proceeding with the following error:
Blocking Issues: The .NET Framework 4.8.1 is not supported on this operating system.
The installer will not go any further without hacks, patches or workarounds.
Workarounds
What was not tested
Using winetricks, installing dependencies that may be needed for the installer.
Hardware tested
Graphics:
Additional Comments
Here's the following debug info:
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | May 18 2023 | 8.8 | No | Not installable | No | Garbage | Davin Ockerby |
Bug # | Description | Status | Resolution | Other apps affected |
Last update: 2023-06-16
To verify .NET Framework installation(s) you can use the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft) which checks for proper installation of .NET assemblies and registry entries:
$ wget 'https://web.archive.org/web/20200729095123/https://msdnshared.blob.core.windows.net/media/2018/05/netfx_setupverifier_new.zip'
$ unzip netfx_setupverifier_new.zip
$ env WINEPREFIX=$HOME/winedotnet wine ~/netfx_setupverifier.exe
Select the .NET Framework version you want to verify and evaluate the log file manually if verification failed.