Skip to content

Commit

Permalink
Windows: add a notice to NSIS in case of BSOD while installing Npcap
Browse files Browse the repository at this point in the history
  • Loading branch information
pquantin authored and guyharris committed Jan 13, 2021
1 parent 511aeaa commit a07898a
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions packaging/nsis/NpcapPage.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Settings]
NumFields=7
NumFields=10

[Field 1]
Type=GroupBox
Expand Down Expand Up @@ -43,6 +43,30 @@ 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
Expand All @@ -51,7 +75,7 @@ Bottom=120
Text=Get WinPcap
State=https://www.winpcap.org/
[Field 7]
[Field 10]
Type=Link
Left=0
Right=290
Expand Down

0 comments on commit a07898a

Please sign in to comment.