summaryrefslogtreecommitdiff
path: root/packaging/nsis/WinPcapPage.ini
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-23 20:34:43 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-23 20:34:43 +0000
commitdda9beb85c59ddc5d07be5a66dcecde7795626c3 (patch)
tree28a2f2d10c2ca09305f7c8eece850521e60fa036 /packaging/nsis/WinPcapPage.ini
parent30a855786822f15108e3a9d4dbd5579cd656abba (diff)
downloadwireshark-dda9beb85c59ddc5d07be5a66dcecde7795626c3.tar.gz
Installer:
- Installer now includes and installs WinPcap 3.0 (with detection) - Install Sections are grouped now - New Seperate page to select additional tasks like: icons, file extensions ... - New Seperate page for WinPcap detection/installation - Start WinPcap "NPF" service doesn't require a reboot Uninstaller: - New Uninstall sections page (uninstall, settings, plugins, WinPcap) - If uninstallation selected, plugins will now be completely uninstalled (all versions, not only the current one) - If selected, uninstallation of WinPcap svn path=/trunk/; revision=15016
Diffstat (limited to 'packaging/nsis/WinPcapPage.ini')
-rw-r--r--packaging/nsis/WinPcapPage.ini79
1 files changed, 79 insertions, 0 deletions
diff --git a/packaging/nsis/WinPcapPage.ini b/packaging/nsis/WinPcapPage.ini
new file mode 100644
index 0000000000..576a2daf74
--- /dev/null
+++ b/packaging/nsis/WinPcapPage.ini
@@ -0,0 +1,79 @@
+[Settings]
+NumFields=9
+
+[Field 1]
+Type=GroupBox
+Left=0
+Right=-1
+Top=0
+Bottom=25
+Text=Currently installed WinPcap version
+
+[Field 2]
+Type=Label
+Left=10
+Right=250
+Top=10
+Bottom=18
+Text=This text will be replaced with current WinPcap installer version
+
+[Field 3]
+Type=GroupBox
+Left=0
+Right=-1
+Top=30
+Bottom=65
+Text=Install
+
+[Field 4]
+Type=CheckBox
+Left=10
+Right=250
+Top=40
+Bottom=48
+Text=This text will be replaced, depending on current WinPcap version in ethereal.nsi
+State=1
+
+[Field 5]
+Type=Label
+Left=20
+Right=290
+Top=50
+Bottom=58
+Text=This text will be replaced, depending if WinPcap is already installed
+
+[Field 6]
+Type=Button
+Left=0
+Right=150
+Top=120
+Bottom=135
+Text=WinPcap info at the Ethereal Wiki
+State=http://wiki.ethereal.com/WinPcap
+
+[Field 7]
+Type=GroupBox
+Left=0
+Right=-1
+Top=70
+Bottom=105
+Text=Services
+State=1
+
+[Field 8]
+Type=CheckBox
+Left=10
+Right=250
+Top=80
+Bottom=88
+Text=Start Winpcap service "NPF" at startup
+State=0
+
+[Field 9]
+Type=Label
+Left=20
+Right=250
+Top=90
+Bottom=98
+Text=(so users with restricted privileges can capture)
+