Index: trunk/src/doc-reST/installation-files.txt =================================================================== --- trunk/src/doc-reST/installation-files.txt (revision 2462) +++ trunk/src/doc-reST/installation-files.txt (working copy) @@ -252,11 +252,13 @@ - ``email`` : the author's email - ```` : specifies whether to create an uninstaller after - installation, and which name to use for it. This tag has the ``write`` + installation, and which name and path to use for it. This tag has the ``write`` attribute, with default value `` yes``. If this tag is not specified, the uninstaller will still be written. The ``name`` attribute can be used to change the default name of the generated uninstaller, *i.e.* `` - uninstaller.jar``. The ``condition`` attribute can be used to specify a + uninstaller.jar``. The ``path`` attribute can be used to define the destination path where the uninstaller + is written to, *i.e.* ``${INSTALL_PATH}/Uninstaller``. + The ``condition`` attribute can be used to specify a condition which has to be fullfilled for creating the uninstaller. - ```` : specifies the minimum version of Java required to install your program. Values can be ``1.2``, ``1.2.2``, ``1.4``, etc. The Index: trunk/src/doc-reST/sample-install-definition.txt =================================================================== --- trunk/src/doc-reST/sample-install-definition.txt (revision 2462) +++ trunk/src/doc-reST/sample-install-definition.txt (working copy) @@ -45,7 +45,7 @@ @{product.name} @{product.version} - +