summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-07-15 11:38:01 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-07-15 11:38:01 +0000
commitceca6f088476413d2d6f761e05c2e29c3b883042 (patch)
tree858d4f94f096c63054c18ab3f2b0fa4423b57898
parent580de772ffdc2a009505d32d92fda9ab275a7d1e (diff)
#99053# insert pkgchk
-rw-r--r--odk/docs/tools.html108
1 files changed, 108 insertions, 0 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 1b46c0d66765..4fed72f37bc9 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -98,6 +98,16 @@
<tr>
<td width=2%></td>
<td width=10%>
+ <font size="3"><a href="#pkgchk">pkgchk</a></font>
+ </td>
+ <td width=86%>
+ The UNO package deployment tool.
+ </td>
+ <td width=2%></td>
+ </tr>
+ <tr>
+ <td width=2%></td>
+ <td width=10%>
<font size="3"><a href="#regcomp">regcomp</a></font>
</td>
<td width=86%>
@@ -533,6 +543,104 @@
<tr>
<td colspan="3">
<blockquote>
+ <p><font size="5"><b><A name="pkgchk">pkgchk (pkgchk.bin)</A></b></font>
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+ <a href="../index.html">SDK home</a>&nbsp;&nbsp;<a href="#tools">tools overview</a>
+ </p>
+ <p>'pkgchk' is a tool for easy deployment of UNO packages in an exisiting office installation.
+ UNO packages are UNO components (single libraries or Jar files or more complex zip files which
+ contains one or more libraries|Jar files, type libraries and configuration items) and
+ [PRODUCTNAME] libraries as zip package. More detailed information comes with the
+ developer documentation in the final release of the SDK.</p>
+ <p><b>Note:</b> This tool works only in the &lt;options&gt;/program directory and must be copied
+ together with the library (libpgkchkXXX.so (Unix), pkgchkXXX.dll (windows)) into this directory.
+ Probably later office versions comes directly with this tool. <b>Unix</b>
+ users additionally have to create a link in the &lt;options&gt;/program directory;
+ move into the &lt;options&gt;/program directory and use the following command: '
+ <code>ln -s soffice pkgchk.bin</code>'</p>
+ <p><b>Usage:</b></p>
+ <blockquote>
+ <b><code>pkgchk &lt;options&gt; [package1 package2 ... ]</code></b>
+ <p><b>Options:</b></p>
+ <p>
+ <table width=100% border=1 cellpadding=4 cellspacing=0>
+ <tr>
+ <td width=15%><code>-s, --shared|revoke</code></td>
+ <td width=85%>
+ check/install shared components; default: user components.
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>-r, --renewal</code></td>
+ <td width=85%>
+ re-install all packages (useful for cache inconsistencies).
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>-v, --verbose</code></td>
+ <td width=85%>
+ verbose output to stdout.
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>-l, --log [&lt;file&gt;]</code></td>
+ <td width=85%>
+ custom log file; default: &lt;file&gt/log.txt.
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>--strict_error</code></td>
+ <td width=85%>
+ break process immediately if errors occur.
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>--check_unorc_only</code></td>
+ <td width=85%>
+ check/patch only the unorc (Unix), uni.ini (Windows).
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>--no_unorc_patch</code></td>
+ <td width=85%>
+ don't touch unorc (Unix), uni.ini (Windows).
+ </td>
+ </tr>
+ <tr>
+ <td width=15%><code>-h, --help</code></td>
+ <td width=85%>
+ print a command line help to stdout.
+ </td>
+ </tr>
+ </table>
+ </p>
+ </blockquote>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="3">&nbsp;</td>
+ </tr>
+ <tr>
+ <td bgcolor="#000000" height="1"></td>
+ <td bgcolor="#000000"><img src="images/black_dot.gif" width="1" height="1"></td>
+ <td bgcolor="#000000" height="1" width="222"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#003399" height="6"></td>
+ <td bgcolor="#000000" height="6" width="1"><img src="images/black_dot.gif" width="1" height="6"></td>
+ <td bgcolor="#99CCFF" height="6" width="222"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#000000" height="1"></td>
+ <td bgcolor="#000000" height="1" width="1"><img src="images/black_dot.gif" width="1" height="1"></td>
+ <td bgcolor="#000000" height="1" width="222"></td>
+ </tr>
+ <tr>
+ <td colspan="3" height="8"></td>
+ </tr>
+ <tr>
+ <td colspan="3">
+ <blockquote>
<p><font size="5"><b><A name="regcomp">regcomp</A></b></font>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="../index.html">SDK home</a>&nbsp;&nbsp;<a href="#tools">tools overview</a>