kahhshbxddb / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

error: dotnet35sp1 conflicts with dotnet20sp1, which is already installed #485

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On a clean (32bit) prefix I tried to install dotnet35sp1 via the command 
"winetricks dotnet35sp1". It got most of the way through (installed dotnet2, 
dotnet3, dotnet2sp1, dotnet3sp1, etc) until it told me to grab the xsxml3 file.

I did this and ran Winetricks again, this time I'm greeted with...

Executing w_do_call dotnet35sp1
------------------------------------------------------
error: dotnet35sp1 conflicts with dotnet20sp1, which is already installed.
------------------------------------------------------

Which makes no sense as Winetricks installed that as a dependency when I told 
it to install dotnet35sp1.

What's going on here?

Original issue reported on code.google.com by enve...@gmail.com on 30 Jul 2015 at 4:34