We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6eb319 commit f561cddCopy full SHA for f561cdd
1 file changed
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