Home
Wine Support
Wine Questions/Answers
Wine Quickstart
Guide
Wine articles

Working
applications
» Graphics/animation
» Home/Education
» Internet
» Multimedia
» Office
» Scientific/technical
» Utilities
» Programming
» Webdesign

Working games
» Action
» Emulators
» First Person
Shooters
» Puzzle
» RPG/Adventures
» Simulation
» Strategy
» Game tools

Howtos
» Installing .msi
» Wine and MIDI
» WINEPREFIX

Wine utilities
» Installation scripts
» WineTools
» IEs 4 Linux
» WineCVS Script
» WineXS
» Wine-Doors
» Winetricks

Commercial Wine
» CrossOver Linux
» Cedega
» Bordeaux

Downloads
Links
Contact
|
Office 2000

Homepage
Type wine /pathtocdrom/setup.exe to install Office.
Some people will get an error message saying no installation files are found. This is caused by the copy protection of the cdrom which makes some files invisible to Wine.
To make these files visible umount the cdrom and mount it again using the -o unhide option, so something like:
mount -t iso9660 -o unhide /dev/cdrom /mnt/cdrom
After installing you must make sure you have copies of riched20.dll and ole32.dll in ~/.wine/drive_c/windows/system32 and add the following Dll overrides in 'wincfg':
For winword.exe:
ole32=native
riched20=native
For excel.exe:
riched20=native
For powerpnt.exe
riched20=native
Type wine winword.exe in the installation directory to run Word.
Type wine excel.exe in the installation directory to run Excel.
Type wine powerpnt.exe in the installation directory to run Powerpoint.
|
|
|