Skip to content

Commit a01ed92

Browse files
authored
Update Unregister.au3
1 parent 7d21bcf commit a01ed92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/Unregister.au3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
#Tidy_Parameters=/reel
66

77
#include <MsgBoxConstants.au3>
8+
#include "..\NetWebView2Lib.au3"
89

910
_Unregister()
1011

1112
Func _Unregister()
13+
ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
14+
1215
; === Configuration ===
1316
Local $sDllName = "NetWebView2Lib.dll"
1417
Local $sTlbName = "NetWebView2Lib.tlb"

0 commit comments

Comments
 (0)