Wait for MBAM install to complete

This commit is contained in:
2Shirt 2023-02-06 20:48:50 -08:00
parent 191549f88f
commit 93bfa04917
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1135,9 +1135,10 @@ def install_mbam():
break
# Install / Upgrade
run_tool(
proc = run_tool(
'MBAM', 'MBAM', '/VERYSILENT', '/NORESTART', download=True, popen=True,
)
proc.wait()
def log_kvrt_results(log_path, report_path):