[izpack-changes] r1493 - izpack-src/trunk/src/doc-ng/XHTML
noreply at berlios.de
noreply at berlios.de
Thu Jul 20 17:12:40 CEST 2006
Author: miraodb
Date: 2006-07-20 17:12:38 +0200 (Thu, 20 Jul 2006)
New Revision: 1493
Modified:
izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.css
izpack-src/trunk/src/doc-ng/XHTML/node4.html
Log:
- Docu for InstallerFrame.logfilePath variable...
- Docu for desktopshortcutcheckboxenabled variable...
Modified: izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.css
===================================================================
--- izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.css 2006-07-18 08:06:45 UTC (rev 1492)
+++ izpack-src/trunk/src/doc-ng/XHTML/izpack-doc.css 2006-07-20 15:12:38 UTC (rev 1493)
@@ -98,6 +98,11 @@
font-weight:bold;
}
+p.ita
+{
+ font-style: italic;
+}
+
li.disc
{
list-style-type: disc;
Modified: izpack-src/trunk/src/doc-ng/XHTML/node4.html
===================================================================
--- izpack-src/trunk/src/doc-ng/XHTML/node4.html 2006-07-18 08:06:45 UTC (rev 1492)
+++ izpack-src/trunk/src/doc-ng/XHTML/node4.html 2006-07-20 15:12:38 UTC (rev 1493)
@@ -278,7 +278,10 @@
<li><tt>$FILE_SEPARATOR</tt> : the file separator on the installation system</li>
-<li><tt>$DESKTOPSHORTCUTCHECKBOXENABLED</tt> : When set to true, it automatically checks the "Create Desktop Shortcuts" button.</li>
+<li><tt>$desktopshortcutcheckboxenabled</tt> : When set to true, it automatically checks the "Create Desktop Shortcuts" button. To see how to use it, go to <a name="tex2html378" href="node4.html#SECTION00433000000000000000">The Variables Element <tt><variables></tt></a></li>
+
+<li><tt>$InstallerFrame.logfilePath</tt> : The path to the install log. If set to defauly then the "$INSTALL_PATH/uninstall/install.log" path will be used. To see how to use it, go to <a name="tex2html378" href="node4.html#SECTION00433000000000000000">The Variables Element <tt><variables></tt></a></li>
+
</ul>
<h2><a name="SECTION00422000000000000000">Environment Variables</a></h2>
@@ -389,6 +392,19 @@
</variables>
</pre>
+<p class="ita" >Here's a precise sample on how to use desktopshortcutcheckboxenabled and InstallerFrame.logfilePath variables:<br />
+</p>
+<pre>
+<variables>
+ <variable name="InstallerFrame.logfilePath" value="$INSTALL_PATH/My-install.log"/>
+ <!-- This means that the log name will be My-install and that it will be stored at the root of the installation. -->
+ <!-- Any path is fine. If value is set to "Default" then "$INSTALL_PATH/uninstall/install.log" is used. -->
+ <!-- And if variable isn't defined then no log is written. -->
+ <variable name="desktopshortcutcheckboxenabled" value="true"/>
+ <!-- This automatically checks the "Create Desktop Shortcuts" button. Default value is "False". -->
+</variables>
+</pre>
+
<h2><a name="SECTION00434000000000000000"></a> <a name="guiprefs-element"></a><br />
The GUI Preferences Element <tt><guiprefs></tt></h2>
More information about the izpack-changes
mailing list