Jump to content

Recommended Posts

Posted

Is it possible to integrate KB2993651 hotfix?

Normal integration does not work and I tried to run at T13 with following command, but also no success:

 

start /wait dism.exe /Online /Add-Package /PackagePath:%CDROM%\POST\KB2993651\Windows6.1-KB2993651-x64.cab /Quiet /NoRestart

 

WU still give this update to install.


Posted

The only way I've managed to integrate MSUs that will not go in with DISM, is to use Windows Update while in audit mode and then sysprep and capture the image. This isn't what I would consider a standard practice. I used it once for a custom image, but wouldn't normally do it.

Posted (edited)

Yes, no integration for me then, so will just run the msu with setupcomplete.cmd:

 

start /wait %CDROM%\POST\Windows6.1-KB2993651-x64.msu /quiet /norestart

 

MC: this works for me, not using the wusa.exe but execute the file instead. you need a reboot after first initialization though, but ok.

 

Edited: I just noticed that I also 'integrated' the hotfix, maybe this is needed for it to work, I have not tested, i leave you the honor :)

Edited by rogierel
Posted

Here is what I do:

- Use only dism from batch file, no external tool or anything

- I also 'integrate' the hotfix, which is not sufficient as we know, but I not removed it from the integration

- I run the hotfix from setupcomplete.cmd as the very last command

Posted

Guessing your using a fresh source to integrate all other MSU's before installing the offending patch in setucomplete.cmd?

As I just tried putting it last in the list to no avail!! Boy am starting to hate MS!!

Posted

Yes for source I am using the X17-59465 iso.

Then all I do is simply integrate all the hotfixes (see file attached - notice it also include the KB2993651.cab) + IE11 (and updates).

Very basic autounattend.xml and the setupcomplete.cmd (see file attached).

 

SetupComplete.cmd

hotfixes.txt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...