aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-08 09:42:19 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-08 09:42:19 +0000
commit1f6cecac2b57d6658bacfcf01067ce2368b8bac4 (patch)
tree1a8f6227c7dfa2d1cd7cc1b42be61e676e3640f4 /docbook
parentcd7b8f0f083c5e98cc6078e7256e05b7604a12d1 (diff)
add description of the Windows installer command line parameters
svn path=/trunk/; revision=15721
Diffstat (limited to 'docbook')
-rw-r--r--docbook/eug_src/EUG_chapter_build_install.xml35
1 files changed, 33 insertions, 2 deletions
diff --git a/docbook/eug_src/EUG_chapter_build_install.xml b/docbook/eug_src/EUG_chapter_build_install.xml
index f54c6fdc20..557b6350cb 100644
--- a/docbook/eug_src/EUG_chapter_build_install.xml
+++ b/docbook/eug_src/EUG_chapter_build_install.xml
@@ -453,7 +453,7 @@ apt-get install ethereal
In this section we explore installing Ethereal under Windows from the
binary packages.
</para>
- <section id="ChBuildInstallComponents">
+ <section id="ChBuildInstallEthereal">
<title>Install Ethereal</title>
<para>
You may acquire a binary installer of Ethereal named something like:
@@ -471,7 +471,38 @@ apt-get install ethereal
install two separate packages any longer!</command>
</para>
</note>
- <section id="ChBuildWinInstaller">
+ <section id="ChBuildInstallEtherealCommandLine">
+ <title>Command line options</title>
+ <para>
+ You can simply start the Ethereal installer without any command line
+ parameters, it will show you the usual interactive installer.
+ </para>
+ <para>
+ There are some command line parameters available:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ /NCRC disables the CRC check
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ /S runs the installer or uninstaller silently with default values.
+ Please note: The silent installer won't install WinPCap!
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ /D sets the default installation directory ($INSTDIR), overriding
+ InstallDir and InstallDirRegKey. It must be the last parameter used in
+ the command line and must not contain any quotes, even if the path
+ contains spaces.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section id="ChBuildInstallComponents">
<title>Components</title>
<para>
Beside the usual installer options like where to install the program,