Winetricks kann dotnet20 und msxml6 nicht installieren

Winetricks kann dotnet20 und msxml6 nicht installieren

Ich habe versucht, dotnet20 und msxml6 mit Winetricks zu installieren, aber beide schlagen mit unterschiedlichen Fehlern fehl.

Es scheint, dassdotnetfx20ist im Microsoft Download Center nicht mehr verfügbar.
Hier ist meine Ausgabe für den Befehl winetricks dotnet20:

LinuxSchnitzel Downloads # winetricks dotnet20
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call fontfix
Executing load_fontfix
Setting Windows version to win2k
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet20\set-winver.reg
Executing mkdir -p /root/.cache/winetricks/dotnet20
Executing unzip -o -q -d /root/.wine/dosdevices/c:/windows/syswow64 l_intl.zip
Executing mkdir -p /root/.cache/winetricks/dotnet20
Downloading http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe to /root/.cache/winetricks/dotnet20
--2012-08-16 19:30:03--  http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe
Resolving download.microsoft.com (download.microsoft.com)... 80.239.221.105, 80.239.221.91
Connecting to download.microsoft.com (download.microsoft.com)|80.239.221.105|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-08-16 19:30:03 ERROR 404: Not Found.

------------------------------------------------------
Downloading http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-bf8f-52154438565a/dotnetfx.exe failed
------------------------------------------------------

Was mache ich jetzt? Ich habe versucht, zu installieren.Net Framework 2.0 SP1 x64manuell, aber auch das schlägt fehl, ohne dass eine spezielle Fehlermeldung angezeigt wird.

msxml6ist anscheinend verfügbar, schlägt aber fehl. Ein Meldungsdialog sagt mir, dass msxml6 nicht für 64-Bit gemacht ist. Wie konfiguriere ich Wine, um die 64-Bit-Pakete zu erhalten?
Ausgabe:

LinuxSchnitzel Downloads # winetricks msxml6
Executing w_do_call msxml6
Executing load_msxml6
Executing mkdir -p /root/.cache/winetricks/msxml6
Using native,builtin override for following DLLs: msxml6
Executing winetricks_early_wine regedit C:\windows\Temp\_msxml6\override-dll.reg
Executing wine msiexec /i /root/.cache/winetricks/msxml6/msxml6_x86.msi
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603
------------------------------------------------------
Note: command 'wine msiexec /i /root/.cache/winetricks/msxml6/msxml6_x86.msi' returned status 67.  Aborting.
------------------------------------------------------

Ich möchte MS Office 2010 x86 installieren. Muss ich Wine für 64-Bit konfigurieren?

Aktualisieren:
Ich konnte msxml6 installieren. Dazu musste ich ~/.wine umbenennen und die Wine-Konfiguration mit neu erstellen $ WINEARCH=win32 winecfg.
Die Installation von msxml6 funktionierte dann problemlos.

Update 2:
Nachdem ich Wine nun im 32-Bit-Modus laufen ließ, konnte ich dotnetfx.exe herunterladen vonDateihippound habe es mit ausgeführt $ wine dotnetfx.exe.
Leider ist die Installation fehlgeschlagen: Bildbeschreibung hier eingeben

Antwort1

Ich bin gestern auf dasselbe Problem gestoßen. Ich habe eine Lösung in den Ubuntu-Foren gepostet:http://ubuntuforums.org/showthread.php?p=12176837

Vielleicht funktioniert das besser als die Datei von Filehippo.

Bearbeiten: Stellen Sie sicher, dass Wine im 32-Bit-Modus ist, wie auf der Wine-HQ-Seite für .net 2.0 angegeben

verwandte Informationen