| View previous topic :: View next topic |
| Author |
Message |
rarb_it General User

Joined: 07 Jun 2006 Posts: 6
|
Posted: Mon Jun 12, 2006 7:53 am Post subject: disable reg wizard |
|
|
I was advised that using the following parameters would disable the reg wizard, where do I enter this information? setup.ini or is this for an answer file??
FirstStartWizardCompleted=True
LicenseAcceptDate=2030-01-01T00:00:00
Thanks!!!!!!!! |
|
| Back to top |
|
 |
rarb_it General User

Joined: 07 Jun 2006 Posts: 6
|
Posted: Mon Jun 12, 2006 9:16 am Post subject: |
|
|
I see that I am supposed to modify the setup.xcs file in C:\Program Files\OpenOffice.org 2.0\share\registry\schema\org\openoffice\
I modify it, run open writer and Im still propter to reg!!!
Im using the latest 2.0.2 build, is there another work around???? |
|
| Back to top |
|
 |
noranthon Super User

Joined: 07 Jul 2005 Posts: 3318
|
Posted: Mon Jun 12, 2006 6:18 pm Post subject: |
|
|
Just guessing. There may be a file in your user directory which indicates that you have not registered. You could rename or delete the user file and relaunch. (I always select the option "I have already registered", which works for me.) _________________ search forum by month |
|
| Back to top |
|
 |
rarb_it General User

Joined: 07 Jun 2006 Posts: 6
|
Posted: Tue Jun 13, 2006 5:00 am Post subject: |
|
|
Well after hammering away at this yesterday I finally found a way to bypass the registration screens. This is helpfull because we are going to deploy to 300 + workstations and I dont want to get flooded with 299 "How do I register calls..." Ha Ha.
From what I have found is that OO 2.0.2 uses a different location and file extention than prior versions.
I have setup a short script for AD to copy this file to the following location.
XCOPY Setup.xcu "C:\Documents and Settings\%username%\Application Data\OpenOffice.org2\user\registry\data\org\openoffice" /y
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="L10N">
<prop oor:name="ooLocale" oor:type="xs:string">
<value>en-US</value>
</prop>
</node>
<node oor:name="Office">
<prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="LicenseAcceptDate" oor:type="xs:string">
<value>2006-06-12T13:40:59</value>
</prop>
<prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean">
<value>true</value>
</prop>
</node>
</oor:component-data>
Works awesome!! And No Registration Screen!!!
Rob |
|
| Back to top |
|
 |
|