diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /packaging/nsis/NpcapPage.ini | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/nsis/NpcapPage.ini')
-rw-r--r-- | packaging/nsis/NpcapPage.ini | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/packaging/nsis/NpcapPage.ini b/packaging/nsis/NpcapPage.ini new file mode 100644 index 00000000..1b523c7e --- /dev/null +++ b/packaging/nsis/NpcapPage.ini @@ -0,0 +1,85 @@ +[Settings] +NumFields=10 + +[Field 1] +Type=GroupBox +Left=0 +Right=-1 +Top=0 +Bottom=25 +Text=Currently installed Npcap or WinPcap version + +[Field 2] +Type=Label +Left=10 +Right=250 +Top=10 +Bottom=18 +Text=This text will be replaced with current Npcap 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 Npcap version in wireshark.nsi +State=1 + +[Field 5] +Type=Label +Left=20 +Right=290 +Top=50 +Bottom=58 +Text=This text will be replaced, depending on whether Npcap is already installed + +[Field 6] +Type=GroupBox +Left=0 +Right=-1 +Top=70 +Bottom=105 +Text=Important notice + +[Field 7] +Type=Label +Left=10 +Right=290 +Top=80 +Bottom=88 +Text=If your system has crashed during a Wireshark installation, you must run the command + +[Field 8] +Type=Label +Left=10 +Right=295 +Top=89 +Bottom=97 +Text='net stop npcap' as Administrator before upgrading Npcap, so that it doesn't crash again + +[Field 9] +Type=Link +Left=0 +Right=290 +Top=112 +Bottom=120 +Text=Get WinPcap +State=https://www.winpcap.org/ + +[Field 10] +Type=Link +Left=0 +Right=290 +Top=127 +Bottom=135 +Text=Learn more about Npcap and WinPcap +State=https://gitlab.com/wireshark/wireshark/-/wikis/WinPcap |