diff --git a/brigadier b/brigadier index 21c2813..25365e0 100755 --- a/brigadier +++ b/brigadier @@ -96,7 +96,7 @@ def findBootcampMSI(search_dir): def installBootcamp(msipath): logpath = os.path.abspath("/BootCamp_Install.log") - cmd = ['cmd', '/c', 'msiexec', '/i', msipath, '/qn', '/norestart', '/log', logpath] + cmd = ['cmd', '/c', 'msiexec', '/i', msipath, '/qr', '/norestart', '/log', logpath] status("Executing command: '%s'" % " ".join(cmd)) subprocess.call(cmd) status("Install log output:")