i don't know where to post thing like this so i decide to post here .
I have domain server and it's client and i installed OpenOffice to each client (All client now use Windows).
assume that all client check this " Check for Update Automatically " box and i want to CLOSE IT ( ok i know this is weird )
My solution is use domain server deploy files or registry that make this function close .
Problem is i don't know what files or registry that contain code for open/close this function
Anyone know ? Please help >o<
[Solved] Want help for Online Update Option
[Solved] Want help for Online Update Option
Last edited by Xesnas on Fri Jun 20, 2008 12:19 pm, edited 1 time in total.
OOo 2.4.X on Ms Windows XP
- Hagar Delest
- Moderator
- Posts: 33533
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: Want help for Online Update Option
It should be in some common.xcu file in the OOo user profile (\Documents and settings\<user>\Application data\OpenOffice.org2). You should open OOo, wait one or 2 minutes, change the setting in the Tools>Options>OOo>Online update dialog and search for files that have been modified in the last 2 minutes (I use PDExplorer and it allows searches on the time stamp).
Thanks to add '[Solved]' at beginning of your first post title (edit button) if your issue has been fixed.
Thanks to add '[Solved]' at beginning of your first post title (edit button) if your issue has been fixed.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE 7 Gigi) and 24.8 portable on Windows 11.
Re: Want help for Online Update Option
Ok thankyou Hagar de l'Est
This will make my work come in handy .
I search the modified files and found Jobs.xcu .
and go search this files i found this !
C:\Documents and Settings\Dick\Application Data\OpenOffice.org2\user\registry\data\org\openoffice\Office\Jobs.xcu
<node oor:name="Jobs">
<node oor:name="UpdateCheck">
<node oor:name="Arguments">
<prop oor:name="AutoCheckEnabled" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="LastCheck" oor:type="xs:long">
<value>1168535520</value>
</prop>
</node>
</node>
</node>
I change from true -> false it close that "Check for Online Update" box!!!!!
ps. that PDExplorer i found this is about astronomy =_=
This will make my work come in handy .
I search the modified files and found Jobs.xcu .
and go search this files i found this !
C:\Documents and Settings\Dick\Application Data\OpenOffice.org2\user\registry\data\org\openoffice\Office\Jobs.xcu
<node oor:name="Jobs">
<node oor:name="UpdateCheck">
<node oor:name="Arguments">
<prop oor:name="AutoCheckEnabled" oor:type="xs:boolean">
<value>true</value>
</prop>
<prop oor:name="LastCheck" oor:type="xs:long">
<value>1168535520</value>
</prop>
</node>
</node>
</node>
I change from true -> false it close that "Check for Online Update" box!!!!!
ps. that PDExplorer i found this is about astronomy =_=
OOo 2.4.X on Ms Windows XP
- Hagar Delest
- Moderator
- Posts: 33533
- Joined: Sun Oct 07, 2007 9:07 pm
- Location: France
Re: [Solved] Want help for Online Update Option
See here for example: the version is still usable after trial period with some of the features locked: PowerDesk at PCWorld.
LibreOffice 25.2 on Linux Mint Debian Edition (LMDE 7 Gigi) and 24.8 portable on Windows 11.