- 24 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Apache OpenOffice
- Updated on 24 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
We have found a way to disable the Registration Wizard when starting OpenOffice, but unfortunately it not something we can include in our Configuration Wizard to be done automatically.
Please read this article on the OpenOffice website.
As you can read here, you have to create your own Extension for OpenOffice using the information provided in this article.
One of the things you have to provide is the buildnumber of the current version, so this has to be edited with every new version.
You have to run this extension on every machine you install OpenOffice on. Depending on your deployment system, you should be able to run this after installation.
The page says to run: unopkg add --shared DisableFirstStartWzd.oxt
You could try to run c:\Program Files (x86)\OpenOffice 4\program\unopkg add --shared DisableFirstStartWzd.oxt
from your deployment system.