aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32/readme.txt
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 14:12:22 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2008-01-04 14:12:22 +0000
commit105c39452169a99274b933483e93fd3eaf6466d7 (patch)
treeb38a033b45418c2fa2dbbc0293d7af47986889de /packaging/portableapps/win32/readme.txt
parentb6dc767069466ad485f6b53c518c3f1496f14af2 (diff)
Update to use the generic manifest and make independent of the U3 packaging.
Also tidy up. svn path=/trunk/; revision=24013
Diffstat (limited to 'packaging/portableapps/win32/readme.txt')
-rw-r--r--packaging/portableapps/win32/readme.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/readme.txt b/packaging/portableapps/win32/readme.txt
index 3cb6411c0c..c6a32c4935 100644
--- a/packaging/portableapps/win32/readme.txt
+++ b/packaging/portableapps/win32/readme.txt
@@ -25,5 +25,22 @@ NSIS is used by the standard Win32 installation mechansim (packaging/nsis) but a
INI Settings
============
+The Wireshark Portable Launcher will look for an ini file called WiresharkPortable.ini within its directory. It is only necessary to have a ini file if you wish to change the default configuration.
+There is an example INI included with this package to get you started. The INI file is formatted as follows:
-To be documented.
+[WiresharkPortable]
+WiresharkDirectory
+WiresharkExecutable
+AdditionalParameters
+DisableWinPcapInstall
+WinPcapInstaller
+
+The WiresharkDirectory entry should be set to the *relative* path to the directory containing the Wireshark Portable Launcher (WiresharkPortable.exe). This entry must be present.
+
+The WiresharkExecutable entry allows you to set the Wireshark Portable Launcher to use an alternate EXE call to launch Wireshark.
+
+The AdditionalParameters entry allows you to pass additional commandline parameter entries to wireshark.exe.
+
+The DisableWinPcapInstall allows you to disable the installation of WinPcap, even if it it not present on the host system.
+
+The WinPcapInstaller allows you to specify a different WinPcap installer than the default one included in the distribution. For example, if you download a later version. \ No newline at end of file