Changes

Jump to: navigation, search

OpenOffice.org 2.x

820 bytes added, 10:01, 16 September 2008
Added the use of Common.xcu to disable the first start wizard
</source>
=== DisableFirstStartWzd.oxt + Common.xcu Extension Method ===
First, download the OpenOffice.org installer (OOo_2.4.1_Win32Intel_install_en-US.exe) from [http://download.openoffice.org/other.html OpenOffice.org] Website. Make sure to uncheck "Include the Java JRE with this download" to download the package without the bundled JRE.<br>
openoffice.org-xsltfilter.cab
Next, you need to download the [http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/Deactivating_Registration_Wizard DisableFirstStartWzd.oxt] extension and place this in the same directory as the files above. This  For some reason, using this extension disables alone won't work in OpenOffice 2.4.1 (untested in 2.4.0). The Wizard will still come up, although in a smaller version (skipping the First Startfirst steps, going directly to the "Register now/Registration WizardRegister later" dialog.Run OpenOffice once and go through the dialog, that way it will create a user profile in %APPDATA%. Then you will need to copy the file %APPDATA%OpenOffice.org2\user\registry\data\org\openoffice\Office\Common.xcu to the same directory as all the other files
== Installer Parameters ==
<install cmd='msiexec /qn /i "%SOFTWARE%\openoffice2\openofficeorg24.msi" ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' />
<install cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" add --shared %SOFTWARE%\openoffice2\DisableFirstStartWzd.oxt' />
<install cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" add --shared %SOFTWARE%\openoffice2\Common.xcu' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\openoffice2\openofficeorg24.msi" ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1' />
<upgrade cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" add --shared %SOFTWARE%\openoffice2\DisableFirstStartWzd.oxt' />
<upgrade cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" add --shared %SOFTWARE%\openoffice2\Common.xcu' />
<remove cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" remove --shared org.openoffice.legacy.DisableFirstStartWzd.oxt' />
<remove cmd='"%ProgramFiles%\OpenOffice.org 2.4\program\unopkg.exe" remove --shared org.openoffice.legacy.Common.xcu' />
<remove cmd='msiexec /qn /x {80851370-07CF-477B-837D-F2E488916CFE}' />
</package>
4
edits

Navigation menu