Installation de

From Apache OpenOffice Wiki
Revision as of 13:33, 29 March 2008 by Andreasma (Talk | contribs)

Jump to: navigation, search

Einfaches (vanilla) Up-Stream

FIXME - add some native packaging goodness foo here I guess.

ooo-build

Wenn alles fertig erstellt (build) ist, erhalten Sie einige freundlich aussehende Melungen. Der einfachste Weg zu installieren ist:

     bin/ooinstall -l <Pfad-zum-Installationsverzeichnis> 

Ich benutze oft

     /opt/OOInstall

Falls Sie ein Paketierer sind, werden Sie folgendes starten wollen make install das DESTDIR akzeptiert & andere Paketiererartige Dinge tut.

Beachten Sie: Das '-l' als Option zu ooinstall startet ein linkoo auf das installierte Ergebnis.

Installing more than one version

This is useful for regression testing, cautious upgrading, etc.

Windows:

  • open WINDOWS START MENU -> RUN ...
  • insert the path and file to the setup OR browse to the location
  • add at the end (behind the setup.exe) " /a" and click OK
  • the setup program start
  • select the location where you want to install OpenOffice.org
  • start the OpenOffice.org the directory where you have install it.

When you install the OpenOffice.org with the option /a then you have NO systemintegration. (no start menu entries and no file association)

Linux:

  • open new shell
  • change to the directory where all the rpm packages are. (f.e.

/temp/openoffice/rpm)

  • f.e. you want to install the office into the directory

/home/user1/office then insert

rpm -vh --install --dbpath /home/user1/office/.rpm --nodeps --prefix /home/user1/office/ openoffice*.rpm

after the rpm installation you can start the office from the path /home/user1/office/program/soffice When you install the office in this way you have no systemintegration (no start menu entries and no file association)

After you have done this do the following:

Open the file bootstraprc(Linux)/bootstrap.ini(windows) in a editor. Change the line UserInstallation=$SYSUSERCONFIG/.staroffice_english

into

UserInstallation=$SYSUSERCONFIG/.staroffice_dutch

or any other directory you want.

Source: Rafaella Braconi and Marc Neumann

See also

Personal tools