I found a better solution in OOo2 to deactivate the registration dialog: Create the file share\registry\data\org\openoffice\Setup.xcu with the following content:
<?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"> <node oor:name="Factories"> <node oor:name="com.sun.star.text.TextDocument"> <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string"> <value>158,177,1050,609;1;</value> </prop> </node> <node oor:name="com.sun.star.frame.StartModule"> <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string"> <value>158,177,1050,609;1;</value> </prop> </node> </node> <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean"> <value>true</value> </prop> <prop oor:name="LicenseAcceptDate" oor:type="xs:string"> <value>2005-04-28T15:54:29</value> </prop> <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean"> <value>true</value> </prop> </node> <node oor:name="L10N"> <prop oor:name="ooLocale" oor:type="xs:string"> <value>de</value> </prop> </node> </oor:component-data> The same should run in OOo1.1 I mean - anyway we deactivated the initial registration dialog in OOo1.1.4. <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:<[EMAIL PROTECTED]>... > > > > > I have to do the same. Ever if that's uggly, I plan to use a clean copy of > an other user directory (with some script to having the user ID...).But > this will work at the installation time for a unique user. > Happy to know if there is a better solution. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
