Work Klo wrote:
> My request: Is there any way for OO 2 to create the user directory right 
> inside the <OO installed directory>?  (I. How about running soffice with 
> an option like CreateUserDirWithInstalledDir? or II. Modify source code)
> Or is there any way to stop the creation of user directory at all?
>  

You have to change the file <install>\program\bootstrap.ini
(<install>/program/bootstraprc on unixy systems).

It contains a key that reads
  UserInstallation=$(SYSUSERCONFIG)/<something>

You have to change that key to point to a fixed location. To place user
data into the OOo installation directory, use a value like
  UserInstallation=$(ORIGIN)/../UserData
(here $(ORIGIN) evaluates to the <install>/program directory)

This can't be configured as a setup parameter.

If you want to build a preconfigured installation set, you have to
change the source. This value is set in scp2/source/ooo/profileitem_ooo.scp

HTH, Joerg

-- 
Joerg Barfurth              Sun Microsystems - Desktop - Hamburg
>>>>>>>>>>>>>>>>>> using std::disclaimer <<<<<<<<<<<<<<<<<<<<<<<
Software Engineer                         [EMAIL PROTECTED]
OpenOffice.org Configuration          http://util.openoffice.org


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

Reply via email to