Hi Oliver,
Oliver Brinzing a écrit :
Hi,
i don't use the extension but adding the following lines should help to
prevent registration and first start wizard ...
thanks!
*Setup.xcu*
<?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="ooSetupInstCompleted" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="FirstStartWizardCompleted"
oor:type="xs:boolean">
<value>true</value>
</prop>
</node>
</oor:component-data>
*Common.xcu*
<?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="Common"
oor:package="org.openoffice.Office">
<node oor:name="Help">
<node oor:name="Registration">
<prop oor:name="ReminderDate" oor:type="xs:string">
<value>Patch9420</value>
</prop>
</node>
</node>
<node oor:name="Misc">
<prop oor:name="FirstRun" oor:type="xs:boolean">
<value>false</value>
</prop>
</node>
</oor:component-data>
The common.xcu didn't have the same value for the patch
<?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="Common"
oor:package="org.openoffice.Office">
<node oor:name="Help">
<node oor:name="Registration">
<prop oor:name="ReminderDate" oor:type="xs:string">
<value>Patch9399</value>
</prop>
</node>
</node>
</oor:component-data>
Could you tell me from where this value is taken?
Thanks in advance
Kind regards
Sophie
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]