Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


On 11/20/2014 03:05 PM, Hung Mark wrote:
1)
https://wiki.openoffice.org/wiki/Documentation/Administration_Guide/Deactivating_Registration_Wizard

That registration wizard is dead and gone from LO anyway.

2)
<?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="MigrationCompleted" oor:type="xs:boolean">
    <value>true</value>
   </prop>
  </node>
</oor:component-data>

What works fine for me is to add a share/registry/nomigrate.xcd into the LO installation containing

<?xml version="1.0"?>
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:oor="http://openoffice.org/2001/registry";>
  <dependency file="main"/>
  <oor:component-data xmlns:install="http://openoffice.org/2004/installation"; oor:name="Setup" 
oor:package="org.openoffice">
    <node oor:name="Office">
      <prop oor:name="MigrationCompleted" oor:op="fuse">
        <value>true</value>
      </prop>
    </node>
  </oor:component-data>
</oor:data>

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.