Winetricks: dotnet is a mess

Created on 17 Aug 2018  路  2Comments  路  Source: Winetricks/winetricks

I am slightly annoyed by the fact that if I try to install either dotnet45 or dotnet452 and that installation fails, then I can't do anything because I get a message that the version I am trying to install, and I quote, conflicts with dotnet40, which is already installed..

And then if I try to do winetricks dotnet40 the install wizard says Same or higher version of .NET Framework 4 has already been installed on this computer.

How hard would it be to fix this mess and make installation or upgrades of dotnet versions less confusing?

Most helpful comment

https://github.com/Winetricks/winetricks/commit/6320033a760814c33f7c1547d195be946e95f5d3 informs the user that --force can be used to ignore w_conflicts().

All 2 comments

Which versions of Wine and Winetricks?

You may need a 32-bit prefix due to https://bugs.winehq.org/show_bug.cgi?id=45537 if using Wine 3.13.

You might try the '--force' option for Winetricks, but often it's better to start with a clean prefix in such cases.

https://github.com/Winetricks/winetricks/commit/6320033a760814c33f7c1547d195be946e95f5d3 informs the user that --force can be used to ignore w_conflicts().

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kreyren picture Kreyren  路  5Comments

kenorb picture kenorb  路  8Comments

pmo-19 picture pmo-19  路  7Comments

prcastro picture prcastro  路  9Comments

greencopper picture greencopper  路  6Comments