aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32/WiresharkPortable.tmpl
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-29 13:01:54 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-29 13:01:54 +0000
commita539aa732c522c40d888d6274997fda01b6cd6f8 (patch)
tree6c16456e2ed066ecf86f5d3d03d093addd4e59a3 /packaging/portableapps/win32/WiresharkPortable.tmpl
parentb52ffe9b29c5fe851c6f71174bb82f3b6eb66c97 (diff)
Changes to address bug 3547:
1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist. 2) Automatically generate WiresharkPortable.ini with correct default values 3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini Thanks to Kovarththanan Rajaratnam for basic patch. svn path=/trunk/; revision=28880
Diffstat (limited to 'packaging/portableapps/win32/WiresharkPortable.tmpl')
-rw-r--r--packaging/portableapps/win32/WiresharkPortable.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/portableapps/win32/WiresharkPortable.tmpl b/packaging/portableapps/win32/WiresharkPortable.tmpl
new file mode 100644
index 0000000000..5df8528f9f
--- /dev/null
+++ b/packaging/portableapps/win32/WiresharkPortable.tmpl
@@ -0,0 +1,18 @@
+#
+# WirersharkPortable.ini - settings for configure the running of WiresharkPortable
+#
+# $Id$
+#
+[WiresharkPortable]
+
+WiresharkDirectory=App/Wireshark
+WiresharkExecutable=wireshark.exe
+AdditionalParameters=
+
+DisableWinPcapInstall=false
+WinPcapInstaller=WinPcap_$(PCAP_VERSION).exe
+
+MSVCRedist=vcredist_$(TARGET_MACHINE).exe
+
+# This INI is an example only and will not work until placed according to the directions in readme.txt
+# The above options are explained in the included readme.txt