I get your point, but I prefer to download the msu file, and then use DISM to install the msu file. This is my practice since Windows 7. I do not know why it is not exactly the same, in Windows 10. Thanks for the tips. That is why I encountered error, while using DISM to install the MSU file. After that, I used Command Prompt to execute DISM to install the cab file (extracted from the msu file, with Extract command). In Command Prompt, it showed that the installation is 100% completed, and prompted me to restart the computer. As the computer was shutting down, it showed that "Windows is installing Updates. 30% Complete". After the reboot and pass the BIOS screen, it showed that "Windows is installing Updates. 90% Complete", before showing that "We are undoing the changes". In short, I did not manage to install KB3172985 at all.
A msu is a self installing file, why extract the cab file, just doubleclick it to start installing it. If you really need to extract a msu, just use 7zip. There must be something else wrong on your system, i had not any problem installing it on a testinstall with the insider release of the cu already pre-installed. I didn't see you publishing the error reports from your previous tries (or maybe i missed it/them).
I looked at the scripts written by abbodi1406 and burfadel, which are to facilitate installing many Windows Updates (msu files) at one go. One common feature is that the script uses DISM. In my opinion, if abbodi1406 and burfadel think that WUSA is better than DISM in installing msu file, they would have used WUSA in their script. Maybe, it is not so applicable in this case, since we do not have many Windows Update file, particularly for Windows 10. So, the script is not so useful. Again, these are my humble opinions. Feel free to correct me, if I say anything wrong.
I've been testing and these are my results: Abbodi1406 script (online): Code: ============================================================ Extracting/Copying .cab files to temp folder ============================================================ 1/1: X86-all-windows10.0-kb3172985-x86_795a2ac0975b53c75e98d12feb7afb4b28adbbac.msu ============================================================ Extracting files from update cabinets (.cab) *** This will require some disk space, please be patient *** ============================================================ 1/1: Windows10.0-KB3172985-x86.cab ============================================================ Checking Updates... ============================================================ ============================================================ Installing Updates... ============================================================ Deployment Image Servicing and Management tool Version: 10.0.10586.0 Image Version: 10.0.10586.0 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~10586.494.1.7 [==========================100.0%==========================] An error occurred - Package_for_RollupFix Error: 0x80070490 Error: 1168 Element not found. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log ============================================================ Removing temporary extracted files... ============================================================ ============================================================ Finished ============================================================ Press any key to exit. Using manual dism cmd: dism /online /add-package:C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Code: Microsoft Windows [Version 10.0.10586] (c) 2015 Microsoft Corporation. All rights reserved. C:\Windows\system32>dism /online /add-package:C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Deployment Image Servicing and Management tool Version: 10.0.10586.0 Image Version: 10.0.10586.0 An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003 An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003 Error: 3 An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003 The DISM log file can be found at C:\Windows\Logs\DISM\dism.log C:\Windows\system32>
I do it all manually offline, winre/boot/install and it all works just fine, maybe abbodi1406 will take a look at it
Normally i always start with a fresh clean win image, will test it offline later, it's almost bedtime overhere
No it's not, this is my current project: Integrating kb's into 10586.0 win image (offline, manually, one by one in the red marked order) With dotnetfx pre-enabled: Code: 1. Package Identity : Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~x86~~10.0.10586.0 State : Install Pending Release Type : OnDemand Pack Install Time : 12/7/2015 10:21 PM Integrated kb's: Code: 2. Package Identity : Package_for_KB3116278~31bf3856ad364e35~x86~~10.0.1.0 State : Install Pending Release Type : Update Install Time : 7/15/2016 12:35 AM 3. Package Identity : Package_for_KB3173428~31bf3856ad364e35~x86~~10.0.1.0 State : Install Pending Release Type : Update Install Time : 7/15/2016 12:36 AM 4. Package Identity : Package_for_KB3174060~31bf3856ad364e35~x86~~10.0.1.0 State : Install Pending Release Type : Security Update Install Time : 7/15/2016 12:36 AM 5. Package Identity : Package_for_RollupFix~31bf3856ad364e35~x86~~10586.499.1.0 State : Install Pending Release Type : Update Install Time : 7/15/2016 12:49 AM No problem, manually. ps, they get state: "pending" because i've pre-enabled dotnetfx before integrating the other kb's. EDIT: Now this happens when I do exactly the same on an offline 10586.0 image without dotnetfx3 pre-enabled (so all updates should get state: "installed": Integrating the current CU after doing step 2 > 4: Code: An error occurred trying to open - e:\WIM.Kaal.x86_NL\4.CU Error: 0x80070003 An error occurred trying to open - e:\WIM.Kaal.x86_NL\4.CU Error: 0x80070003 Error: 3 An error occurred trying to open - e:\WIM.Kaal.x86_NL\4.CU Error: 0x80070003 The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log Getpackages after: Code: Package Identity : Package_for_KB3116278~31bf3856ad364e35~x86~~10.0.1.0 State : Installed Release Type : Update Install Time : 7/15/2016 1:03 AM Package Identity : Package_for_KB3173428~31bf3856ad364e35~x86~~10.0.1.0 State : Installed Release Type : Update Install Time : 7/15/2016 1:05 AM Package Identity : Package_for_KB3174060~31bf3856ad364e35~x86~~10.0.1.0 State : Installed Release Type : Security Update Install Time : 7/15/2016 1:05 AM