Hi,

i don't use the extension but adding the following lines should help to
prevent registration and first start wizard ...

*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>


Am 01.09.2009 21:56 schrieb Jean-Baptiste Faure:
> Hi,
> 
> Some user reported that the DisableFirstStartWzd extension for OOo 3.1
> does not work with OOo 3.1.1.
> 
> Is it a bug in DisableFirstStartWzd_ooo31.oxt or do we have to wait for
> a new extension dedicated to 3.1.1 version ?
> 
> Kind regards
> JBF
> 


-- 

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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to