Hi,

you have to add the "<node oor:name="Paths">" emelent inside the Paths.xcu:

<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:package="org.openoffice.Office" oor:name="Paths"
xmlns:install="http://openoffice.org/2004/installation";
xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <node oor:name="Paths">
                <node oor:name="UserConfig" oor:op="fuse" oor:mandatory="true">
                        <prop oor:name="IsSinglePath" oor:finalized="true">
                                <value>true</value>
                        </prop>
                        <node oor:name="InternalPaths" oor:finalized="true"/>
                        <prop oor:name="UserPaths" oor:finalized="true"/>
                        <prop oor:name="WritePath">
                                <value>%origin%/../config</value>
                        </prop>
                </node>
        </node>
</oor:component-data>

manifest.xml: manifest:full-path="/registry/Common.xcu"

my "manifest:full-path" attributes do not start with a slash
(but don't know if this has any effect)

<manifest:file-entry manifest:full-path="registry/Common.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data" />
<manifest:file-entry manifest:full-path="registry/Paths.xcu"
manifest:media-type="application/vnd.sun.star.configuration-data" />


Oliver

-- 


GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to