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>