Wait for MBAM install to complete
This commit is contained in:
parent
191549f88f
commit
93bfa04917
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue