Development Tools
unopkg The new UNO package deployment tool. It comes with the office installation and can be found in the program directory of the office installation.
pkgchk The old UNO package deployment tool. It comes also with the office installation and it is deprecated.
uno Tool to provide a UNO runtime environment and provide configured (deployed) or single components. This tools comes with the office installation and can be found in the program directory of the office installation.
idlc The UNOIDL compiler, generates a common binary type library format as base for all codemaker tools and the UNO runtime type library.
cppumaker Tool for generating C++ code for the UNOIDL types stored in a type library.
javamaker Tool for generating Java claas files for the UNOIDL types stored in a type library.
rdbmaker Tool for building type libraries with only a specified set of types and their dependencies.
regcomp A simple UNO component registration tool.
regmerge Tool to merge several registry (e.g. type libraries) files into one file.
regview Tool to view the content of a registry file in a human readable manner. Special support for type library nodes.
xml2cmp A small helper tool to extract different information from xml module description files.
autodoc Tool to generate javadoc-like documentation for C/C++ and UNOIDL files.
unopkg

'unopkg' is a tool for easy deployment of UNO packages in an existing office installation. UNO packages are UNO components (single libraries or Jar files or more complex zip files that contains one or more libraries| Jar files, type libraries and configuration items), scripts and OpenOffice.org 2.0 Basic libraries as zip package. 'unopkg' is not part of the SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation.

More details concerning deployment and this tool can be find in the Developer's Guide: