Drop more cbin usage
This commit is contained in:
parent
dc9565185c
commit
17a644f05d
2 changed files with 2 additions and 2 deletions
|
|
@ -988,7 +988,7 @@ def fix_file_associations():
|
|||
|
||||
def install_emsisoft_cmd():
|
||||
"""Install EmsisoftCmd."""
|
||||
run_tool('EmsisoftCmd', 'EmsisoftCmd', '/S', cbin=True)
|
||||
run_tool('EmsisoftCmd', 'EmsisoftCmd', '/S', download=True)
|
||||
|
||||
|
||||
def install_mbam():
|
||||
|
|
|
|||
|
|
@ -1019,7 +1019,7 @@ def open_xmplay():
|
|||
|
||||
def run_shutup_10():
|
||||
"""Disable Windows telemetry using O&O ShutUp 10."""
|
||||
run_tool('ShutUp10', 'OOSU10', '1201.cfg', '/quiet', cbin=True, cwd=True)
|
||||
run_tool('ShutUp10', 'OOSU10', '1201.cfg', '/quiet', cwd=True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue