How to see Installed Hotfix on ISO?

Discussion in 'Windows 10' started by Jazz, May 19, 2016.

  1. Jazz

    Jazz MDL Senior Member

    Jun 7, 2014
    341
    89
    10
    Just curious,

    How to see what hotfix installed on master ISO?
    what (DISM maybe) command should i type in cmd?

    *sorry for bad english, not my native language.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,286
    94,783
    450
    #2 Enthousiast, May 19, 2016
    Last edited by a moderator: Apr 20, 2017
    First you have to mount the install.wim
    Code:
    Dism /mount-wim /wimfile:y:\install.wim /index:1 /mountdir:x:\mount
    
    The command to see what packages are integrated would be:
    Code:
    dism.exe /image:x:\mount /Get-Packages