blinksmith / winezeug

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

winetricks fails to install dotnet20 #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install wine from Ubuntu Lucid
2. Run winetricks dotnet20
3. Fail

> What is the expected output? What do you see instead?

I would like to see dotnet20 installed. Instead, I see:

suzy@suzy-t60:~/.wine/drive_c/users/suzy/Temp$ winetricks dotnet20
------------------------------------------------------
Instaling .net 2.0 runtime.  Can take several minutes.  See 
http://wiki.winehq.org/MicrosoftDotNet for tips.
------------------------------------------------------
prerequisite gecko already installed, skipping
Setting Windows version to win2k
Executing early_wine regedit c:\winetrickstmp\set-winver.reg
Executing cp -f /home/suzy/.cache/winetricks/dotnet20/l_intl.nls 
/home/suzy/.wine/dosdevices/c:/windows/system32/
Executing wine reg delete HKLM\Software\Microsoft\.NETFramework\policy
                                                                      2.0 /f
DELETE - HKLM\Software\Microsoft\.NETFramework\policy\v2.0 (null) 0 0 1
Error: The system was unable to find the specified registry key or value
------------------------------------------------------
Note: command 'wine reg delete HKLM\Software\Microsoft\.NETFramework\policy
                                                                           2.0 /f' returned status 1.  Aborting.
------------------------------------------------------

> What version of the product are you using? On what operating system?

Ubuntu Lucid up-to-date to the minute.

> Please provide any additional information below.

I was able to work around this by downloading an installer at

  http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f&displaylang=en

and install it through the GUI wizard.

Original issue reported on code.google.com by kiko...@gmail.com on 13 Sep 2010 at 5:11

GoogleCodeExporter commented 8 years ago
Thanks, I'll have a look.

Original comment by daniel.r...@gmail.com on 15 Sep 2010 at 5:19

GoogleCodeExporter commented 8 years ago
Looks like a dup of bug 158.  winetricks-20100917 doesn't seem to have this 
problem.

Original comment by daniel.r...@gmail.com on 19 Sep 2010 at 2:47