folder location for putting updates?

Discussion in 'Windows 10' started by flyboynm, Aug 19, 2017.

  1. flyboynm

    flyboynm MDL Novice

    Joined:
    May 1, 2011
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    0
    If memory serves, previous editions of Windows have folders where you could stick pre-downloaded Windows patches that would be applied during the initial install. What directory is it under Windows 10?

    I know you can do the patches for Office 2016 by having them placed in the "updates" folder off the root of the install media.

    Is there any way to easily integrate driver packs into the media?

    If there are previous posts with this info, please send the links. I did a search and either am drain-bead or an id10t because I couldn't find them.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    Just use dism to integrate the (3) updates, or @abbodi1406's W10UI script.

    DISM command after first mounting the install.wim:
    Code:
    DISM /Image:x:\mount /Add-Package /PackagePath:y:\updates
    Next unmount /commit