Windows 8.1 Hotfix Repository

Discussion in 'Windows 8' started by komm, Aug 31, 2013.

  1. newme

    newme MDL Junior Member

    Nov 1, 2012
    79
    18
    0
    Guys, would you tell me please, can I integrate licked hot-fixes ( KB2894179, KB2883200, and KB2894029 ) in Windows 8.1 DVD using Windows Download Integrator v.3.5 ?
     
  2. hclarkjr

    hclarkjr MDL Member

    Nov 18, 2007
    148
    44
    10
    mine is OS Version 6.3.9600.16404 (Win8.1 RTM)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Atari800XL

    Atari800XL MDL Addicted

    Apr 3, 2011
    899
    1,587
    30
    Yes, same for me. Or an example of how to integrate with DISM. Thanks.
     
  4. ColdZero

    ColdZero MDL Addicted

    Nov 9, 2009
    680
    3,073
    30
    #224 ColdZero, Oct 13, 2013
    Last edited by a moderator: Apr 20, 2017
    Quick example of how to integrate patches with DISM.

    Code:
    * Build a Windows 8.1 USB (it is easier this way) (8gb minimum size...)
    * Open "Assessment and Imaging Tools Environment" as Administrator
    * Mount the install.wim (example command: )
    Dism /Mount-Wim /WimFile:"install.wim" /index:1 /MountDir:"c:\mount\mountedimage"
    
    * Add the patches... 
    Dism /Add-Package /Image:"c:\mount\mountedimage" /PackagePath:"patch.msu"
    
    Verify:
    Dism /Get-Packages /Image:"c:\mount\mountedimage"
    
    * Finalize: (Do this when you have integrated all the stuff you like)
    Dism /Unmount-WIM /MountDir:"c:\mount\mountedimage" /Commit
    
    Done!
    
     
  5. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    384
    35
    10
    Has to be an easier way. I'm pretty computer literate and this is way over my head??????
     
  6. ColdZero

    ColdZero MDL Addicted

    Nov 9, 2009
    680
    3,073
    30
    I think you can use the Download Integrator tool...
    And just integrate the patches via integrate patches section.
    Correct me if i am wrong...
     
  7. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    384
    35
    10
    I only see integrate service packs. Anyone able to give me a blow by blow of how to add these with Download Integrator? Thanks.
     
  8. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    17,888
    16,542
    340
    #230 Tito, Oct 13, 2013
    Last edited by a moderator: Apr 20, 2017
  9. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,729
    6,728
    270
    #234 EFA11, Oct 14, 2013
    Last edited by a moderator: Apr 20, 2017
  10. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,625
    14,953
    240
    #235 Mr.X, Oct 14, 2013
    Last edited by a moderator: Apr 20, 2017
  11. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    384
    35
    10
    Thanks Alpha for that program I now have the latest integrated. I have a question. People post that certain order if you were doing them 3 updates manually. How would Windows know what order since I integrated them 3 into my install .iso? Thanks.
     
  12. Puffingmad

    Puffingmad MDL Addicted

    Aug 19, 2012
    500
    230
    30
    I installed them in numerical order KB2883200, KB2894029, KB2894179 as I had not seen ColdZero's post they all installed correctly
     
  13. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,743
    772
    60
    #238 Flipp3r, Oct 14, 2013
    Last edited by a moderator: Apr 20, 2017
    The Rollup for OCt contains a readme:
    Code:
    Windows 8.1, Windows RT 8.1 & Windows Server 2012 – Oct 2013 – README
    
    Recommended Install Order
    1.  KB2894179
    2.  KB2883200
    3.  KB2894029
    
    If you use dism with "/Add-Package /PackagePath" it will install them in numerical order. I can't see any difference in either method...
     
  14. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    384
    35
    10
    I have 1 more observation. Can someone explain this. My iso from Win 8.1 that was released last month to OEM,the size is 3.62(3,897,927,680)and size on disk is(3,897,929,728). My new 8.1 iso that I slipstreamed them 3 updates is now 3.62GB(3,897,733,120),the size on disk is (3,897,733,120). Them updates were over 200MB...Shouldn't the iso be much larger than origninal? Thanks.