DRIVE EFFICIENCY THROUGH AUTOMATED IT.
SAVE COST THROUGH CONSOLIDATION OF IT.
WANT TO KNOW MORE ABOUT STRATEGIC CONSULTING CLICK HERE.
MICROSOFT / RISUAL HYPER-V CLOUD EVENT 22ND MARCH 2011 CLICKHERE.
Home > Uncategorized > Installing KB977384 in an SCCM Task Sequence

Installing KB977384 in an SCCM Task Sequence

January 11th, 2011 johnr Leave a comment Go to comments

With R3 being the latest feature pack to be released and the first to be labelled R3 in Microsoft’s history, along with functional improvements it brings its own challenges. You can roll out the hotfix to existing agents via the standard software distribution method, however I like to deploy my SCCM Clients in my task sequences fully patched. Also if you want to distribute the SCCM console into your build it become a bit of an issue as the R3 components require the hotfix to complete the installer.

If you add the hotfix to the SCCM task sequence as a software install or install it via a script it will break the Task Sequence as it stops the Winmgmt service which has to be running.

TSKB977384-002 

To add the patch we need to edit the “Setup Windows and ConfigMgr”  step in the task sequence and add the following line to the Installation properties field.

TSKB977384-001

 

PATCH=”C:\_SMSTaskSequence\OSD\<PackageID>\i386\hotfix\KB977384\sccm2007ac-sp2-kb977384-x86-enu.msp”

The package ID must be the ID of the Config Manager Client that is been used in the deployment and not the hotfix package ID, also make sure that the package has been updated to reflect the hotfix folder in <SCCMInstallDir>\Client\i386\hotfix. This is created during the initial R3 update when run on the site server if the option was selected to create the KB977384 – Advanced Client Patch Install.

You can confirm this during a test installation once the SCCM client is installed hit F8 if enabled in WinPE and run C:\Windows\System32\CCM\SMSCFGRC.CPL and check the ConfigMgr Client Version it should be 4.00.6487.2157

John Riseam

System Center Consultant

Risual Ltd

Categories: Uncategorized Tags:
  1. Jon
    November 30th, 1999 at 01:00 | #1

    Thanks! This worked for me.

  2. August 12th, 2011 at 18:46 | #2

    I’m having some trouble interpreting this line from your article (which was mostly very helpful, btw):

    “…also make sure that the package has been updated to reflect the hotfix folder in \Client\i386\hotfix.”

    Can you elaborate on that at all?

  3. John Riseam
    August 14th, 2011 at 22:43 | #3

    Hi

    It means to update your distribution point so that the hotfix files are available in the package content. This is only necessary if you have created the update package manually.

    Hope this helps.

    John

  4. Tony
    September 7th, 2011 at 13:18 | #4

    How do I find out what the package ID is?

  5. November 17th, 2011 at 15:33 | #5

    Hi John,

    I am stuck with a hotfix that is not on the MS update catalog. As you have said I can’t push it as a Install software TS nor can I import it into WSUS. Do you know of any way to do this in SCCM R2 ?

    Thanks for a response in advance.

  6. Mark
    April 2nd, 2012 at 17:01 | #6

    Great information, thank you for posting.

  1. No trackbacks yet.