Skip to content

Commit 72ff955

Browse files
authored
Merge pull request #105 from mlipok/patch-2
Update Register_web2.au3 + validation
2 parents f6eb319 + f561cdd commit 72ff955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/Register_web2.au3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Func _Register()
7878
$iExitCode = RunWait('"' & $sNet4_x64 & '" "' & @ScriptDir & '\' & $sDllName & '" /codebase /tlb', @ScriptDir, @SW_HIDE)
7979
If $iExitCode = 0 Then
8080
$sLog &= "[+] x64 Registration: SUCCESS" & @CRLF
81+
$sLog &= @CRLF
82+
$sLog &= "Validation:" & @CRLF
83+
$sLog &= " _NetWebView2_IsRegisteredCOMObject() =" & _NetWebView2_IsRegisteredCOMObject() & @CRLF
8184
$bSuccess = True
8285
Else
8386
$sLog &= "[-] x64 Registration: FAILED (Code: " & $iExitCode & ")" & @CRLF

0 commit comments

Comments
 (0)