Re: [dev] customizing oo 2.4.1 ... - disable automatic update / skip registration / ...

2008-07-08 Thread Dirk Voelzke

Hello Oliver,

you can omit the online-update module in your installation. Without that 
module you won't have the online update option page and the menu entry 
and of course no online update.


Dirk

Oliver Brinzing wrote:

Hi,

is there a way to customize oo 2.4.1, so the

- registration wizard on first start will be skipped
  (I noticed the new procedure is different from oo 2.0)

- menu item's
  help - registration... / help - search for updates will be removed

- option page - online update will be removed ...

- no automatic updates are possible at all ...

Oliver



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] customizing oo 2.4.1 ... - disable automatic update / skip registration / ...

2008-07-08 Thread Oliver Brinzing

Hi,

thanks for help - i found some answers for my problems:


- registration wizard on first start will be skipped


IMHO the easiest way is to run a user setup once and copy the
\user\registry\data\org\openoffice\Office\Common.xcu
\user\registry\data\org\openoffice\Office\Jobs.xcu files ...


- menu item's:  help - registration... / help - search for updates will be 
removed


creating an Addons.xcu will help:

?xml version='1.0' encoding='UTF-8'?
oor:component-data oor:name=Addons oor:package=org.openoffice.Office 
xmlns:install=http://openoffice.org/2004/installation; 
xmlns:oor=http://openoffice.org/2001/registry; xmlns:xs=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

node oor:name=AddonUI
node oor:name=OfficeMenuBarMerging
node oor:name=org.test.remove oor:op=replace
node oor:name=S1 oor:op=replace
prop oor:name=MergePoint

value.uno:HelpMenu\.uno:OnlineRegistrationDlg/value
/prop
prop oor:name=MergeCommand
valueRemove/value
/prop
prop oor:name=MergeCommandParameter
value1/value
/prop
/node
/node
/node
/node
/oor:component-data


 - no automatic updates are possible at all ...

msiexec /passive /norestart /i openofficeorg24.msi INSTALLLOCATION=%ProgramFiles%\OpenOffice.org 
ADDLOCAL=ALL REMOVE=gm_o_Onlineupdate



- option page - online update will be removed ...


creating an OptionsDialog.xcu will do the job, e.g. removing Pages java and 
Security,
(online update will not appear, if not installed, see above ...)

?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=OptionsDialog 
oor:package=org.openoffice.Office

 node oor:name=OptionsDialogGroups
  node oor:name=ProductName oor:op=replace
   node oor:name=Pages
node oor:name=Java oor:finalized=true oor:op=replace
 prop oor:name=Hide oor:type=xs:boolean
  valuetrue/value
 /prop
/node
node oor:name=Security oor:finalized=true oor:op=replace
 prop oor:name=Hide oor:type=xs:boolean
  valuetrue/value
 /prop
/node
   /node
  /node
 /node
/oor:component-data


Oliver

--

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



signature.asc
Description: OpenPGP digital signature


[dev] customizing oo 2.4.1 ... - disable automatic update / skip registration / ...

2008-07-07 Thread Oliver Brinzing

Hi,

is there a way to customize oo 2.4.1, so the

- registration wizard on first start will be skipped
  (I noticed the new procedure is different from oo 2.0)

- menu item's
  help - registration... / help - search for updates will be removed

- option page - online update will be removed ...

- no automatic updates are possible at all ...

Oliver

--

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



signature.asc
Description: OpenPGP digital signature


Re: [dev] customizing oo 2.4.1 ... - disable automatic update / skip registration/ ...

2008-07-07 Thread Tor Lillqvist
 is there a way to customize oo 2.4.1, so

Yes. It is called go-oo.org.

--tml


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] customizing oo 2.4.1 ... - disable automatic update / skip registration / ...

2008-07-07 Thread Caolan McNamara
On Mon, 2008-07-07 at 19:23 +0200, Oliver Brinzing wrote:
 Hi,
 
 is there a way to customize oo 2.4.1, so the
 
 - registration wizard on first start will be skipped
(I noticed the new procedure is different from oo 2.0)

The most annoying dialog created by man at least can be disabled with
something like..

sed -i -e s#Patch.*# xsi:nil=\true
\/#g /path/to/share/registry/data/org/openoffice/Office/Common.xcu
and copying http://people.redhat.com/caolanm/ooo/RegisterAndLicence.xcu
to
/path/to/share/registry/modules/org/openoffice/Setup/RegisterAndLicence.xcu

C


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] customizing oo 2.4.1 ... - disable automatic update / skip registration / ...

2008-07-07 Thread Cor Nouws

Caolan McNamara wrote (7-7-2008 19:45)

On Mon, 2008-07-07 at 19:23 +0200, Oliver Brinzing wrote:

is there a way to customize oo 2.4.1, so the

- registration wizard on first start will be skipped
   (I noticed the new procedure is different from oo 2.0)


The most annoying dialog created by man at least can be disabled with
something like..
...


and reading issue 88426 : it should be stopped from re-appearing soon.

Cor


--
The Year of 3 -2008- Het jaar van 3

Cor Nouws - Arnhem - Netherlands
   marketing contact - http://nl.OpenOffice.org
   Zeker van OpenOffice.org - www.nouenoff.nl


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]