Install Microsoft Office 2007 in Ubuntu 8.10

If you are a newbie in the world of  GNU/Linux, Microsoft Word will be one of the primary application that you miss. Though Open Office is a more than enough Office suite, which is also free to use and distribute. But for those who cant live without Microsoft Word, WINE is there to help you. WINE ( Wine Is Not an Emulator ) is an application layer for Linux which allows programs made for Windows to be run in Linux. We have detailed the steps required for installing Microsoft Word 2007 in your Ubuntu 8.10. Check out our post below.

Inorder to install Microsoft Word 2007, you need to have Wine 1.1.9 or its newer versions. You wont be able to download this version of Wine from official Ubuntu repo, since it is still in the devolopment phase. To install the latest version of WINE, follow the steps.

         Installing latest version of WINE:

  • Update sources.list

                sudo apt-get update

  • Install Wine

                  sudo apt-get install wine cabextract

  • Thats it. The latest version of Wine is installed in your Ubuntu Linux. To check the version of Wine you are using.

                    wine --version

    Installing Wine Tricks:

    Wine Tricks is a small script which can automatically fetch and install Microsoft DLL's and Libraries from Internet. Install it before proceeding.

  • Now run the script after making it executable.                      

                          chmod +x ./winetricks 
     

  • After installing and starting wine tricks, use it to set up Libraries and DLL required for the smooth installation and working of Microsoft Word 2007.

                         ./winetricks gdiplus riched20 riched30 msxml3 msxml4 msxml6 corefonts tahoma vb6run vcrun6 msi2

    Installing Microsoft Word 2007:

  • Wait for the operation to Complete. After it is over, install Microsoft Word 2007 using wine.

                            wine setup.exe

Thats all. Microsoft Word 2007  will be installed in no time. Hope our article has helped you in solving the issue. Suggestions and queries are welcome. Happy ubuntu-ing ;-)

Your rating: None Average: 4.3 (3 votes)

Any chance to find a way to install any version of MS Money from 2004 - 2009? My wife uses it and claims she hates Ubuntu becuase I cant get MS Money to work! Secretly, I think she likes Ubuntu, but this is the only thing I cant seem to get working. Any help would be GREATLY appreciated!

Hello dave,

                   I haven't myself tested any financial apps available in Ubuntu. May be you should check this thread in ubuntu forums.

http://ubuntuforums.org/showthread.php?t=435901

wine /media/cdrom1/setup.exe
fixme:ole:DllRegisterServer stub
fixme:advapi:CheckTokenMembership ((nil) 0x12f4b0 0x32eaac) stub!
fixme:imm:ImmDisableIME (-1): stub
fixme:sfc:SFC_3 0
err:ole:create_server class {000c101c-0000-0000-c000-000000000046} not registered
err:ole:CoGetClassObject no class object {000c101c-0000-0000-c000-000000000046} could be created for context 0x4
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0xa1c6c8,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x135f68,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.

Unfortunately, installation per above fails with versions in Subject: line. Reverting to Wine *.16 also seems to fail; will try again tomorrow.

I have tried everything but it wil not work. i works with wine 1.1.1 and http://ubuntuforums.org/showthread.php?t=844309 but not opening powerpoint documents

Note the the links above:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -o- | sudo apt-key add -
Work if you change the o to an O.
example
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Thank you for the suggestion. We have made appropriate changes.

Manuel Jose
www.ubuntumanual.org

-

i can't seem to install it.. it says:
'Applying a setup customization file requires Windows Installer 3.1 or greater"

Help:(