We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d21bcf commit a01ed92Copy full SHA for a01ed92
1 file changed
bin/Unregister.au3
@@ -5,10 +5,13 @@
5
#Tidy_Parameters=/reel
6
7
#include <MsgBoxConstants.au3>
8
+#include "..\NetWebView2Lib.au3"
9
10
_Unregister()
11
12
Func _Unregister()
13
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
14
+
15
; === Configuration ===
16
Local $sDllName = "NetWebView2Lib.dll"
17
Local $sTlbName = "NetWebView2Lib.tlb"
0 commit comments