Integrated hotfix ?

Discussion in 'Windows 8' started by vohphuong, Oct 31, 2012.

  1. vohphuong

    vohphuong MDL Novice

    Oct 30, 2012
    12
    1
    0
    how to add hotfix on windows 8 pro 64 bit edition.ISO ? :biggrin: sorry my English :(
     
  2. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,964
    907
    60
    #2 Flipp3r, Nov 1, 2012
    Last edited by a moderator: Apr 20, 2017
    Here's a portion of my update.cmd applied to index 4 of my wim file:
    Code:
    set Up64=%~dp0_x64_Updates
    set Wim64=%~dp0x64\install.wim
    set mnt=%~dp0Mount
    
    Dism /Mount-Wim /WimFile:%wim64% /Index:4 /MountDir:%mnt%
    Dism /image:%mnt% /Add-Package /PackagePath:%Up64%
    Dism /Unmount-Wim /MountDir:%mnt% /commit
    _x64_Updates folder contains all the *.msu files...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...