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