Windows 10 Hotfix Repository

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

  1. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
  2. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    58
    56
    0
    So here's what I ended up integrating using W10UI:

    1/6: Windows10.0-KB4470788-x64_SSU_164.cab
    2/6: Windows10.0-KB4480056-x64_DotNet_Jan2019.cab
    3/6: Windows10.0-KB4482886-x64_DU.cab
    4/6: Windows10.0-KB4482887-x64_CU_Mar19.cab
    5/6: Windows10.0-KB4486553-x64_DotNet_Mar19.cab
    6/6: Windows10.0-KB4487038-x64_Flash_Fev19.cab

    Result on a test windows 10 pro VM:
    test.png
    :good3:
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    I only maintain updates for the latest official build + the occasional IP update. @drew84 does all.
     
  4. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    This explanation is accurate for .NET Framework updates.
    However if we look at WSUS (or Catalog I suppose) and KB4482887, which is 2019-02 CU for Windows 10 1809 and is an Update (non-security), we find that KB4482887 replaces in metadata Security Updates like KB4487044.
    I understand that the replacement also happens at the package name, but in this case it happens in metadata as well.
    So this rule of non-security update does not replace security update in metadata is not applied consistently across the board.
     
  5. armond

    armond MDL Addicted

    Jun 16, 2008
    736
    235
    30
    #7505 armond, Mar 2, 2019
    Last edited: Mar 2, 2019
    The requested thread could not be found? PLS?
    Edit: My bad. Something went wrong here.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  7. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    150
    520
    10
    W10UI
     
  8. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,737
    1,005
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,725
    340
  10. Jumbo Flapjack

    Jumbo Flapjack MDL Junior Member

    Jan 29, 2019
    95
    31
    0
    Any major changes from 6.0?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    Did you check the link?;)
     
  12. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    #7516 KedarWolf, Mar 2, 2019
    Last edited: Mar 2, 2019
    I used to be able to change the option in W10UI 6.0 to set the mount directories to the script drive instead of the system drive by doing the below.
    Code:
    set "mountdir=%~d0\W10UImount"
    set "winremount=%~d0\W10UImountre"
    
    I no longer can do that with 6.1.

    Is there a fix?

    I think I figured it out.

    Change
    Code:
    if /i "%mountdir%"=="W10UImount" set "mountdir=%SystemDrive%\W10UImount"
    if /i "%winremount%"=="W10UImountre" set "winremount=%SystemDrive%\W10UImountre"
    
    to
    Code:
    if /i "%mountdir%"=="W10UImount" set "mountdir=%~d0\W10UImount"
    if /i "%winremount%"=="W10UImountre" set "winremount=%~d0\W10UImountre"
    
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    Did you delete the ini and change it in the script directly?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    Delete the ini and you can set it as usual in the cmd directly:
    cmd:
    Code:
    :: optional, set mount directory for updating wim files, default on system drive C:
    set "mountdir=W10UImount"
    set "winremount=W10UImountre"
    
    or set the ini to the dir you want:
    Code:
    [W10UI-Configuration]
    target        =
    repo          =
    dismroot      =dism.exe
    
    net35         =1
    net35source   =
    
    cleanup       =0
    resetbase     =0
    
    winre         =1
    
    _cabdir       =W10UItemp
    mountdir      =W10UImount
    winremount    =W10UImountre
    
    iso           =1
    isodir        =
    delete_source =0
    
    autostart     =0
    
     
  15. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    Go here : - Values in W10UI.ini take precedence over the ones inside W10UI.cmd (by default both are the same)
     
  16. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    304
    75
    10
    Can Not Update > Error 0x800f0982
     

    Attached Files: