To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62654


User brinzing changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Tue Oct 27 16:53:12 
+0000 2009 -------
i found a bugfix to disable first start wizard for oo 3.1.1
imho this issue can be closed:

*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">
<!-- ReminderDate is: "Patch+BuildNo" (9420 for OO 3.1.1) -->
                                <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>

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to