On Tue, 2005-11-08 at 20:19 -0500, G. Roderick Singleton wrote:
> On Tue, 2005-11-08 at 11:10 -0800, Marvin Pillers wrote:
> > Hello, I'm new to this list. Sorry for the ugly previous
> > post - didn't know the list wouldn't take HTML
> >
> > I've searched the archive with no luck to solve this
> > problem.
> >
> > We are using Open Office 2.0 on Win2000 workstations - In
> > a K-12 school environment. We upgraded from 1.1.4 which
> > worked fine in our situation. We may need to downgrade.
> >
> > We installed 2.0 on each workstation in computer labs as
> > administrator, for "all users on computer".
> >
> > Now each user (some are 2nd grade students) still needs to
> > accept license agreement and click registration method
> > each time that particular student moves to another
> > machine. Each computer in the computer lab could have
> > several users each day. We didn't have this problem with
> > versions 1.1.0 - 1.1.4
> >
> > We have a compounded problem because we use DeepFreeze to
> > lock down C: drive to prevent changes and deletions in the
> > computer labs. I can deal with this, but it makes it even
> > more necessary for a default license accept and
> > registration choice. Our students save all documents,
> > etc. to network storage folder, but can't save startup
> > info, including the Load/Save settings to auto-save as
> > DOC, XLS and PPT.
> >
> > Anyone have any ideas on how to get generic default
> > startup/setting in 2.0, similar to 1.1.4, where a user
> > doesn't need to accept license, do registration and saveas
> > for each machine they use?
> >
> > Thanks in advance,
> >
>
> Marv,
>
> TO do what you want you have to customize the msi file. The setup guide
> recommends Orca to do this.
I don't have room for 2.0 to test this, but...
To prevent the initial registration dialog window, with 1.1.4, I had to
edit
OpenOffice.org1.1.4/share/registry/schema/org/openoffice/Office/Common.xcs
<prop oor:name="RequestDialog" oor:type="xs:int">
<value>1</value>
</prop>
<prop oor:name="ShowMenuItem" oor:type="xs:boolean">
<value>true</value>
</prop>
To:
<prop oor:name="RequestDialog" oor:type="xs:int">
<value>0</value>
</prop>
<prop oor:name="ShowMenuItem" oor:type="xs:boolean">
<value>false</value>
</prop>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]