How to: Install MS Office 2007
This Howto only for wine version not 1.1.12 (doesn't install .NET 2.0 on 1.1.12)
wget http://wine.budgetdedicated.com/archive/ubuntu/intrepid/wine_1.1.13~winehq0~ubuntu~8.10-0ubuntu1_i386.deb
sudo dpkg -i wine_1.1.13~winehq0~ubuntu~8.10-0ubuntu1_i386.deb
wget www.kegel.com/wine/winetricks
sh winetricks msxml3 dotnet20 gdiplus riched20 riched30 vcrun2005sp1
winecfg
change Windows version to "Vista"
Change rpcrt4.dll ng Wine with rpcrt4 that i got from windows or download here or here
cd /home/user/.wine/drive_c/windows/system32
cp rpcrt4.dll rpcrt4.dll.old
Copy the downloaded rpcrt4.dll file into Windows/System32 directory
Double click on setup.exe file from your MS Office 2007 installation CD. If it doesn’t work just type wine setup.exe from the Terminal window.
winecfg
change Windows version to "XP"
cd /home/user/.wine/drive_c/windows/system32
mv rpcrt4.dll.old rpcrt4.dll
wine /home/user/.wine/drive_c/Program\ Files/Microsoft\ Office/Office12/WINWORD.EXE
No comments:
Post a Comment