timsutton / brigadier

Fetch and install Boot Camp ESDs with ease.
MIT License
1.99k stars 199 forks source link

7Zip 1603 Error #25

Open coolrecep opened 6 years ago

coolrecep commented 6 years ago

image

nathanmcnulty commented 6 years ago

1603 is a generic error and could be caused by several different things. Check and make sure that a reboot is not pending, that no other Windows Installer based installs (including Windows Update) are running, and that a newer version of 7zip is not installed.

The code doing the install is here: retcode = subprocess.call(['msiexec', '/qn', '/i', sevenzip_msi_dl_path]) You could try manually installing with the switch /l*v "7z.log" to get more details from the installer.

timsutton commented 6 years ago

Thanks for the feedback @nathanmcnulty and @coolrecep!

hh724330184 commented 3 years ago

Run cmdline as admin may help. Reason for code 1603 from https://docs.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603.

批注 2021-02-28 112429