Hallo Michael,

Michael Mang schrieb:
Hallo,

Folgendes Problem:
Obwohl ich mit Admin - Rechten angemeldet bin, kann ich im Extention Manager
keine *.oxt für alle Benutzer unter 'OpenOffice.org Extentions' installieren
(Hinzufügen - Button inaktiv). Die Installation unter 'Meine Extentions'
funktioniert.
Testweise habe ich mich im abgesicherten Modus mit dem Standard
Administrator - Account angemeldet, auch hier ist eine Installation unter
'OpenOffice.org Extentions' für alle Benutzer nicht möglich.
Das Problem ist hier auf vier Rechnern reproduzierbar.

Soweit ich weiß, geht das nur außerhalb von OOo mit dem Programm unopkg mit dem Parameter --shared. Ich habe dir unten den Abschnitt aus dem SDK kopiert.

mfG
Regina
===============
unopkg          

'unopkg' is a tool for easy deployment of UNO packages in an existing office installation. UNO packages are UNO components (single libraries or Jar files or more complex zip files that contains one or more libraries| Jar files, type libraries and configuration items), scripts and StarOffice 8 Basic libraries as zip package. 'unopkg' is not part of the SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation.

More details concerning deployment and this tool can be find in the Developer's Guide: 4.9.1 UNO Package Installation Using unopkg.

Note: This tool works only in the <office>/program directory!

Usage:

    unopkg add <options> package-path...
    unopkg remove <options> package-name...
    unopkg list <options> package-name...
    unopkg reinstall <options>
    unopkg gui
    unopkg -V
    unopkg -h

Sub-commands:

add     add packages
remove  remove packages by name
reinstall       export feature: reinstall all deployed packages
list    list information about deployed packages
gui     raise Package Manager Graphical User Interface (GUI)

Options:

-h, --help      show this help on the command line
-V, --version   shows version information
-v, --verbose   dump verbose output to stdout
-f, --force     force overwriting existing packages
--log-file <file>         custom log file; default: <cache-dir>/log.txt.
--shared expert feature: operate on shared installation deployment context; run only when no concurrent Office process(es) are running!
--deployment-context <context>    expert feature: explicit deployment context

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to