Deploying BASIC Extensions for All Users
- Open the BASIC Macro Organizer and create a new BASIC library (choose "Tools - Macros - Organize Macros - OOo BASIC", then click Organizer, then click Libraries tab, then click New). Enter a name for your library.
- Click Edit and write your BASIC code.
- Again open the Macro Organizer, then click the new Export button to export your BASIC code as a UNO extension file (formerly known as a UNO package)
- Become root user with write permission for the shared installation of OOo.
- In a terminal window, CD to {install_dir}/program and enter the following command
- unopkg add --shared path_to_UNO_extension_file/UNO_extension_filename
Call unopkg without parameter for a short help.
