folder location for putting updates?

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

  1. flyboynm

    flyboynm MDL Novice

    May 1, 2011
    35
    2
    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

    Oct 30, 2009
    47,292
    94,825
    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