MS Windows en Linux - WINE
Descripción
Como correr Internet explorer desde Linux usando wine
Prerequistos
Procedimiento
A. Instalación básica
B. Configuración
1. Office 2010
El mejor resultado y mas confiable lo que tenido con playonlinux pero no siempre me funciona
El documento de WINE respecto a este programa https://appdb.winehq.org/objectManager.php?sClass=version&iId=17336
Otra forma a mano con winetricks (tambien recomiendan export WINEARCH=win32)
* Wine 1.8 backports got activation working, 1.6 bitched about network errors
* Winbind to be installed
* Winetricks to install dotnet2, corefonts
* So for winetricks the code is: apt-get install winetricks -y;winetricks corefonts dotnet20
* Winecfg to set windows version to XP. Setting wine to windows 7 would make excel go about not enough memory errors
* Winecfg to set msxml6 to built-in, then native. Otherwise it seems word bitches about some xml templates being wrong
* There was a dropdown menu in Word that wouldn't appear on the phone activation screen. This prevented me from finding out the phone number plus entering a confirmation number.
* Winecfg to set riched20 and gdiplus to native. Setting these and restarting word let me select the country for phone activation and the confirmation entry field became OK.
* I had to call +44 1290 211 388 which is MSFT Toll free activation number.
* Went through a couple of options, then selected mobile
* Got an SMS with a bitly link
* Had to click through a couple of options then enter the installation I
2. Vmware Vsphere 5.5
Create a fresh 32-bit WINEPREFIX
WINEPREFIX=“$HOME/.vsphere” WINEARCH=win32 wine wineboot
# Install .NET 3.5 sp1 and several other components with winetricks:
winetricks -q dotnet35sp1 msxml3 vcrun2005 vcrun2008 vcrun2010
Install the vSphere Windows installer exe.
wine ~/Downloads/VMware-viclient-all-${version}.exe
Launch the vSphere client, dismiss any warning/error dialogs:
WINEARCH=win32 WINEPREFIX=“$HOME/.vsphere” wine ~/.vsphere/drive_c/Program Files/VMware/Infrastructure/Virtual Infrastructure Client/Launcher/VpxClient.exe
The HCMON drvier error is now be fixed so the following steps are now deprecated:
Step through the installation dialogs accepting all defaults. When you see an error about installing the hcmon driver, STOP do not click OK.
Copy your ~/.vsphere directory to another location. e.g.:
cp -R ~/.vsphere ~/Desktop/.vsphere
When the folder is copied you can now proceed:
Click OK to the hcmon driver error dialog, and click
Finish on the installer dialog. It will say that the installation
failed and will rollback the installation leaving the vsphere
installation folder empty.
Now copy the folder back:
cp -R ~/Desktop/.vsphere ~/.vsphere
https://appdb.winehq.org/objectManager.php?sClass=version&iId=30036&iTestingId=98354
Problemas
1. Office 2010 no abre xlsx
- Prueba corriendo con su usuario
update-mime-database ~/.local/share/mime/
2. Office 2010 se muere porque no puede activarse por red
- Toca copiarlo al disco y cambiar unas cosas Mire el al final del foro de este link
https://bugs.winehq.org/show_bug.cgi?id=30033
Referencias
- http://www.tatanka.com.br/ies4linux/page/Installation –
FIN
15-Marzo-2006 J.E.Gomez v1.0 Primera version
Advertencia
Este documento es privado y es de u so exclusivo de sus autores y de SKINA TECH. Cualquier uso sin una autorización escrita es contra la ley de derechos de autor y de propiedad intelectual, y será motivo de una acción legal.