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/USBPcapPage.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/USBPcapPage.ini')
-rw-r--r-- | packaging/nsis/USBPcapPage.ini | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/packaging/nsis/USBPcapPage.ini b/packaging/nsis/USBPcapPage.ini new file mode 100644 index 00000000..b1097e0d --- /dev/null +++ b/packaging/nsis/USBPcapPage.ini @@ -0,0 +1,77 @@ +[Settings] +NumFields=9 + +[Field 1] +Type=GroupBox +Left=0 +Right=-1 +Top=0 +Bottom=25 +Text=Currently installed USBPcap version + +[Field 2] +Type=Label +Left=10 +Right=250 +Top=10 +Bottom=18 +Text=This text will be replaced with current USBPcap 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 USBPcap version in wireshark.nsi +State=0 + +[Field 5] +Type=Label +Left=20 +Right=290 +Top=50 +Bottom=58 +Text=This text will be replaced, depending if USBPcap 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=In case of issue after installation, please use the system restore point created or read + +[Field 8] +Type=Link +Left=10 +Right=250 +Top=89 +Bottom=97 +Text=https://github.com/desowin/usbpcap/issues/3 +State=https://github.com/desowin/usbpcap/issues/3 + +[Field 9] +Type=Link +Left=0 +Right=290 +Top=127 +Bottom=135 +Text=Learn more about USBPcap +State=https://desowin.org/usbpcap/ |