Hi Peter, On 6/10/05, Peter Eberlein <[EMAIL PROTECTED]> wrote: > Hi, > > if I'm using basic-functions by calc-sheets, they have to be stored in > the standard library, correct? > The standard library can't be protected, right? > If I have a user installation, the standard library is located in the > user profile and can be changed by the user.
Correct. > Is there a way to move the standard library to the share folder and to > protect it? > Or is there another possibility to protect the code? I think there is a way to do it, although you probably need to turn your Basic library into a UNO package, then install it using the command line utility "unopkg --shared add <your package>" (you will need an admin privilege to do it, of course). Now, I don't know exactly how to turn a Basic code into a UNO package, but you may want to ask that question on the [email protected] list. Also, this unopkg command is only for the 2.0. The equivalent command for 1.1 is pkgchk, and it works a little differently. Kohei -- Kohei Yoshida OpenOffice.org Calc contributor http://kohei.us/ooo/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
