In version one and two of Openoffice.org you have to edit the Setup.xcu to set up user defaults and hide the registration wizard. This works mostly. In version three you can modify some files like setup-calc.xcu or do some things like unopkg add --shared DisableFirstStartWzd.oxt on the local installation.
But, I've a network with 200 machines to administrate. My way is to create default-user-settings for the first user-start once and deploy it with MS GPO's in a MS Active Directory or with Nitrobit-GPO's in a Samba/OpenLDAP-Domain. Here is my MS WSH-Script (VBScript) to do this (remove the extension .txt). Every user on a machine with Openoffice.org 3 installed, obtains this settings. No first-start-dialogs anymore.
Copyright and License
These WSH- (VBS-)Scripts, are copyrighted (c) by Tom Geißler,.
last changes: 20.01.2009
These scripts are free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
Thess scripts are distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A copy of the license is available at http://www.gnu.org/licenses/.
