Windows 8.1 Hotfix Repository

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

  1. 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...
  2. Atari800XL

    Atari800XL MDL Expert

    Apr 3, 2011
    1,002
    1,744
    60
    Yes, same for me. Or an example of how to integrate with DISM. Thanks.
     
  3. ColdZero

    ColdZero MDL Android 17

    Nov 9, 2009
    705
    3,230
    30
    #223 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!
    
     
  4. uffbros

    uffbros MDL Senior Member

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

    ColdZero MDL Android 17

    Nov 9, 2009
    705
    3,230
    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...
     
  6. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    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.
     
  7. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,816
    19,021
    340
    #229 Tito, Oct 13, 2013
    Last edited by a moderator: Apr 20, 2017
  8. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. EFA11

    EFA11 Avatar Guru

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

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    #234 Mr.X, Oct 14, 2013
    Last edited by a moderator: Apr 20, 2017
  11. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    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 Guru

    Feb 11, 2009
    2,008
    957
    90
    #237 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...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. uffbros

    uffbros MDL Senior Member

    Aug 9, 2010
    455
    59
    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.
     
  15. Terepin

    Terepin MDL Senior Member

    Sep 19, 2012
    286
    73
    10
    So, do this new updates replace old ones? Because I can still see them in WU update history. Should I remove them?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...