archives
- August 2008 (4)
- July 2008 (10)
- June 2008 (5)
- May 2008 (5)
- April 2008 (10)
- March 2008 (13)
- February 2008 (3)
- January 2008 (7)
- December 2007 (7)
- November 2007 (9)
- October 2007 (10)
- September 2007 (1)
blogroll
20
Jul
This howto should help ease the process of installing Microsoft Office 2007 under Wine 1.0 in Ubuntu 8.04 Hardy Heron. I should note that after all was said and done, I ended up going back to OpenOffice.org and sometimes AbiWord. There were just too many small bugs that made the experience frustrating. If I need to run Office 2007, I now do so in either VMWare or Windows XP.
Get the WineTricks package which will allow you to install needed run times for Microsoft Office 2007.
wget http://www.kegel.com/wine/winetricks
Make the file executable and transfer to your /usr/local/bin directory for easy execution.
chmod a+x winetricks
sudo mv winetricks /usr/local/bin
winecfg
Change the Windows Version to Windows Vista and click Apply.
Go to the libraries tab and add an override for rpcrt4.dll and msxml3.dll, then click OK.
Now you will need to update a needed dll.
mv ~/.wine/drive_c/windows/system32/rpcrt4.dll ~/.wine/drive_c/windows/system32/rpcrt4.bak
wget http://download210.mediafire.com/mvjci9edynsg/njtut9aswdk/rpcrt4.dll
mv rpcrt4.dll ~/.wine/drive_c/windows/system32/
winecfg
mv ~/.wine/drive_c/windows/system32/msxml3.dll msxml3.bak
Run winetricks and install the run times.
winetricks
A popup will appear with a list of run times like below:
Here are the run times I checked:
MS .NET 2.0
fontfix
gdiplus
msi2
msxml3
allfonts
riched20
riched30
vb3run
vb4run
vb5run
vb6run
vcrun2005sp1
vcrun2008
Grab some tea or coffee, this will take a bit… You will now go through a bunch of installers.
Grab your Microsoft Office 2007 CD and install the application. Be patient as it may seem like its stalling around 60% through the process.
RESOURCES
http://appdb.winehq.org/appview.php?iVersionId=4992
http://wiki.winehq.org/winetricks
Here are the run times I checked:
MS .NET 2.0
fontfix
gdiplus
msi2
msxml3
allfonts
riched20
riched30
vb3run
vb4run
vb5run
vb6run
vcrun2005sp1
vcrun2008
Grab some tea or coffee, this will take a bit… You will now go through a bunch of installers.
Grab your Microsoft Office 2007 CD and install the application. Be patient as it may seem like its stalling around 60% through the process.
RESOURCES
http://appdb.winehq.org/appview.php?iVersionId=4992
http://wiki.winehq.org/winetricks
about
This blog provides programming, design, business and productivity content for tech entrepreneurs living in a 2.0 world.
Find out more about the author here.
Find out more about the author here.
categories
- Blogging (1)
- Business (35)
- Design (1)
- Django (1)
- FireFox 3 (1)
- General (4)
- Holiday (1)
- Life Hacks (20)
- Marketing (5)
- offbeat (3)
- Personal Development (8)
- Podcasting (1)
- Productivity (1)
- Programming (12)
- Python (1)
- Reviews (2)
- Sales (5)
- Social Networking (7)
- Symfony (1)
- Ubuntu (7)
- Video (3)
- Windows Vista (1)
- Windows XP (1)
members
most commented post
- » Managing Your Life With GTD, Online Tools and a File Cabinet - 18
- » How To Download Ustream.tv Videos - 11
- » What Online Social Media Networks Do You Participate In? - 10
- » 19 Secrets From LA's Top SEO Firm - 10
- » The Story Behind iPhone.com - 10
- » Plurk Unleashed! - 10
- » CSS Equivalent of Prototype? - 7
- » Thoughts are Things - 7
- » Del.icio.us Design Update - 7
- » What Mark Cuban Taught Me About Blogging - 6
recent entries
- To Google: Apology Accepted
- A Ten Point Formula for Success by President Lyndon Johnson
- Increase Productivity in Microsoft Windows by Using Virtual Desktops
- Running Django on Windows Vista Ultimate 64 bit
- Del.icio.us Design Update
- Entrepreneurial War Stories
- Propeller.com and Rapid Application Development
- Quick Tip: Open Office 2.4 Styles
- Running Microsoft Office 2007 Under Wine 1.0 in Ubuntu Hardy Heron 8.04
- Marketing and Promoting Your Company On a Small Budget
recent comments
- xanders: i cant seem to get pear working with xampp 1.4.7 and vista? any suggestions? c:\Program...
- Rob: This is the first time it has ever worked, and I tried a *lot* of suggestions these last few months but each...
- Madman: Lyndon… you read wrong, plain and simple.
- matt: Huzzah, thanks for this. worked like a charm. I too have the MX440 and was stuck at 800×600. For anyone...
- Po: I love TubeMogul… Good post…
Wordpress theme by Wordpress Themes & made free by Internet Marketing Center
Copyright 2008, ThinkingSerious.com


July 24 2008
Wineticks gives me NOTHING but install problems. I have not had one package install correctly. I would really love for this to work…
July 24 2008
Update -
A few packages have installed but stuff like DotNet 2.0 requires MSI 3.0 which is not in the winetricks list. all fonts returns a status error of 1 and other return a status error of 103… Not sure what to do…
July 28 2008
Something wrong with this url
http://download210.mediafire.com/mvjci9edynsg/njtut9aswdk/rpcrt4.dll
This instead work
http://www.mediafire.com/?njtut9aswdk
August 5 2008
I’ve ran into a host of issues trying to run office 2k7 under wine. I simply gave up on it eventually. An alternative solution for me was to install virtualbox 1.6 with XP as a guest OS. Installing office 2k7 on the virtual machine was pretty much straight forward after that and it works perfectly. Heres a howto link:
http://www.ubuntugeek.com/howto-install-virtualbox-16-in-ubuntu-804hardy-heron-including-usb-support.html
August 23 2008
[...] - bookmarked by 4 members originally found by wceschim on 2008-08-03 Running Microsoft Office 2007 Under Wine 1.0 in Ubuntu Hardy Heron … [...]