views:

19

answers:

0

Hi, I have written a system which makes use of OpenOffice.org to perform some file conversion. This will be deployed to a number of different servers and I want to make the installation process as easy as possible for the administrator that will be doing it.

There are several macros that I have written that need to be added to each installation of OpenOffice and I was wondering if there is a way to automate the creation of these as part of the installation process?

Ideally I would like a script or batch command that can be run to create these macros. Otherwise the adminstrator is going to have to manually copy & paste the code for each macro in via the OpenOffice interface.

Thanks.