Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    7,625
    14,952
    240
  2. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    956
    1,492
    30
    Any reason for implementing this method??
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    Installing new updates makes the newer-version components as the active components (sxs winners)
    and then uninstalling superseded updates won't affect the status of components

    whereas uninstalling superseded updates first will revert active components to older version, then installing new updates will change active components to new version
    too much unnecessary servicing, and could cause errors if other updates depend on a specific components version
     
  4. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    956
    1,492
    30
    Thanks abbodi, I see the logic.. but would this be a Windows 10 thing?

    It is directly the opposite to the way Komms KUC tool works with previous versions of windows.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    I use this order since Windows 7
     
  6. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    956
    1,492
    30
    abbodi.... you are revered in this forum,

    but in this instance, question not answered... is this a personal choice, or as

    M$ suggests that each update only installs what is missing from previous updates..
    as a consequence, surely it must be advantageous to remove all superseded updates and inntall the (Presumably) new components.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    I'm not sure what you mean, but like you said.. it's logic

    for Windows 10 cumulative updates (rollups in Windows 8.1), most components in the update are shared with previous cumulative (shared = same version)
    when you uninstall superseded one after installing new one, those components remain tied with new one, and only superseded components removed
     
  8. biatche

    biatche MDL Addicted

    Nov 14, 2009
    568
    143
    30
    so far ive wrote my win10 dism/offline integrate script to do this:
    extract msu -> extract cab -> integrate update.mum

    Is this method ok still for win10?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    Yes, it's still valid

    but be aware that some (or most) updates .cab files cannot be extracted unless the host OS is Windows 8.1 or 10
    Windows 8 or 7 will fail upon extraction

    i mean the manual extraction (using expand.exe tool)
    using dism directly with .cab (or .msu) is OK of course
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
  11. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,657
    569
    120
    I just applied both updates.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    Sadly, last cumulative KB3093266 still requested by WU
     
  13. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    509
    129
    30
    It's just a bug - report it to the windows feedback app.
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    It's not an actual bug, it's a typical msft behavior

    currently, only 3 updates are really required, other 4 are just to shut up WU
     
  15. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    509
    129
    30
    we need to cancel this
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    Good luck doing that :cool:
     
  17. moderate

    moderate MDL Guru

    Aug 31, 2009
    2,787
    2,302
    90
    3 Required are:
    KB3097617 Cumulative
    KB3099406 Flash Security
    KB3081452 Servicing Stack
    + that KB890830 "Malicious" thingie and LPs

    4 Redundant are:
    KB3093266 Cumulative
    KB3081449
    KB3074686
    KB3074678

    right?
     
  18. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    956
    1,492
    30
    You are correct, the redundant ones are only required to satisfy Windows Update..
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,944
    10,706
    210
    #1320 murphy78, Oct 14, 2015
    Last edited: Oct 15, 2015
    Yes, except you don't need the previous cumulative update.
    Edit: 3093266 is currently still being downloaded by Windows Update, but it's likely an mistake.