abbodi1406 / BatUtil

Collection of batch scripts utilities for Windows
993 stars 241 forks source link

Windows 8.1 Update 3 x86 - Setup Cannot Continue Due to a Corrupt Installation File #21

Closed dribgnikcom closed 1 year ago

dribgnikcom commented 1 year ago

Steps to reproduce:

Obtain en_windows_8.1_with_update_x86_dvd_6051550.iso

Obtain WHDownloader 0.0.2.4

Download all updates under Windows8.1-Update3-x86 Update List

Run WHD-W81UI.cmd (version 7.0) with the following options:

LDR: Yes Hotfixes: Yes WU satisfy: Yes WMF: Yes Enable .NET 3.5: Yes Cleanup System Image: Yes Reset Base: Yes

The setup moves along to the second stage where it copies the files, and then throws the error in the title of this issue.

Thanks

abbodi1406 commented 1 year ago

Did WHD-W81UI.cmd updating progress had any errors?

dribgnikcom commented 1 year ago

No sir, not that I saw. I can run it again in debug mode if you like. Give me a little time please.

dribgnikcom commented 1 year ago

Yes! There is a single error.

Processing 30 of 31 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~9600.20821.1.18 Package_for_RollupFix: The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. Error: 0x8007007f Processing 31 of 31 - Package_for_KB5023819: The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. Error: 0x800f0830

Error: 127

The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. The command completed with errors. For more information, refer to the log file.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Please see attached log. WHD-W81UI_Debug.log

abbodi1406 commented 1 year ago

Yes! There is a single error.

Thanks do you still have dism.log too? if so, 7-zip and attach (or use external host if not possible)

abbodi1406 commented 1 year ago

Nevermind, i found the culprit you are using v7.0 of the script, it does not support ESU updates (2023-02 updates and later are blocked for Win8.1 Client, and blocked for all for offline integration)

v7.1 should handle integration correctly: WHD-W8.1UI_7.1.zip

i forgot to upload here to BatUtil, now it's updated

dribgnikcom commented 1 year ago

Thank you very much. I really appreciate it.