Changes

Jump to: navigation, search

OpenOffice.org 2.x

877 bytes added, 20:02, 4 September 2008
Added another means of preventing the First Start Wizard
This is a silent installer and uninstaller for OpenOffice.
== Basics Disabling the First Start Wizard (Setup.xcu method) == Create a user's OpenOffice profile directory (%APPDATA%\OpenOffice.org2\user\registry\data\org\openoffice) and copy the following file (Setup.xcu) there before they run OpenOffice. Then when they run OpenOffice they won't be prompted to complete the Start Wizard. <source lang="xml"><?xml version="1.0" encoding="UTF-8"?><oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Setup" oor:package="org.openoffice"> <node oor:name="Office"> <prop oor:name="LicenseAcceptDate" oor:type="xs:string"> <value>2010-01-01T11:51:13</value> </prop> <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean"> <value>true</value> </prop> </node></oor:component-data></source> == Disabling the First Start Wizard (DisableFirstStartWzd.oxt 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>
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 extension disables the First Start/Registration Wizard.
 
== Installer Parameters ==
577
edits

Navigation menu