We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6eb319 + f561cdd commit 72ff955Copy full SHA for 72ff955
bin/Register_web2.au3
@@ -78,6 +78,9 @@ Func _Register()
78
$iExitCode = RunWait('"' & $sNet4_x64 & '" "' & @ScriptDir & '\' & $sDllName & '" /codebase /tlb', @ScriptDir, @SW_HIDE)
79
If $iExitCode = 0 Then
80
$sLog &= "[+] x64 Registration: SUCCESS" & @CRLF
81
+ $sLog &= @CRLF
82
+ $sLog &= "Validation:" & @CRLF
83
+ $sLog &= " _NetWebView2_IsRegisteredCOMObject() =" & _NetWebView2_IsRegisteredCOMObject() & @CRLF
84
$bSuccess = True
85
Else
86
$sLog &= "[-] x64 Registration: FAILED (Code: " & $iExitCode & ")" & @CRLF
0 commit comments