Windows 10 Hotfix Repository

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

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Unfortunately Deltas are mostly for the 'official' Patch Day CUs, the 'irregular' ones like KB4346877 don't offer it (just checked the catalog).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. VAMET

    VAMET MDL Novice

    Nov 15, 2012
    23
    1
    0
    Dear Friends

    What about all versions 2005-2017 of Visual C++ Redistributable, is there a way to integrate this in Windows .iso too?

    Sincerely
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,420
    450
  4. adric

    adric MDL Expert

    Jul 30, 2009
    1,385
    1,498
    60
    #6224 adric, Aug 1, 2018
    Last edited: Aug 2, 2018
    Did anyone figure out what might be causing the above?

    This is what I'm seeing in the last entries of the dberr.txt In the catroot2 directory:
    Code:
    .
    CatalogDB: 11:22:26 PM 8/1/2018: SyncDB:: AddCatalog:  Windows-Defender-Nis-Group-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cat
    CatalogDB: 11:22:26 PM 8/1/2018: SyncDB:: AddCatalog:  windows-legacy-whql.cat
    CatalogDB: 11:22:26 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008
    CatalogDB: 11:34:33 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008
    CatalogDB: 11:56:08 PM 8/1/2018: catadnew.cpp at line #358 encountered error 0x80090008
    .
    
    I'm not sure if this is related or not. Anyone know?
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    my Windows Defender are disabled since start, so NO issues until now ;) all works fine thanks God and my Brain...:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Horwatt

    Horwatt MDL Junior Member

    Oct 16, 2009
    56
    130
    0
    KB4346877, KB4132216, KB4054590, KB4091664
    In what order should updates be installed?
    Thanks for your reply.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,200
    90,725
    340
    Alphabetically should be fine

    but generally, SSU KB4132216 must be first, alone
     
  8. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    Just use W10UI to install the updates and everything will be done correctly. :)
     
  9. Horwatt

    Horwatt MDL Junior Member

    Oct 16, 2009
    56
    130
    0
    LOL :tooth:
     
  10. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,007
    956
    90
    It's probably better to just "CALL W10UI.cmd" from your own script. Makes it easier when new versions of scripts are released...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    91
    90
    0
    Hi, I have a question,
    I have Update my windows 10 v1803 with W10UI_5.0,
    to the newest build 17134.191 all ok.
    But if i make a iso from it, it's not bootable or if i want to install i get this,
    where is the bootable medium ?
    W10UI_5.0 adjusts boot.wim and install.wim.
    Do you know how to install windows?
    And can make an iso of it.
     
  12. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    58
    56
    0
    Personally, I just take the official 1803 iso, I open it (with ultraiso for example) and I replace the file "install.wim" (in the "source" folder) by the one generated by W10UI. Then I save it :)
     
  13. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    91
    90
    0
    But how many file's are updated ?
    boot.wim
    install.wim
    setup.exe i think.

    I have now make a .iso with Windows 10 ADK
    oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bd:\2\boot\etfsboot.com#pEF,e,bd:\2\efi\microsoft\boot\efisys.bin d:\2 d:\Win10NL-NL.iso -l17134.191

    But how can W10UI make an .iso automaticcly ? if he is finished.
     
  14. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,479
    1,474
    60
    By default, the script creates a ISO image. You can burn a DVD using this image or mount the ISO image, format a USB stick and copy the content of the mounted image to the stick. The stick is bootable.
    Caution : if you have an gpt/uefi system, format rhe stick as fat32. If the .wim exceed the 4 GO size for a fat32 file, you have to split the .wim with dism.
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    oscdimg :D.
    With AiO WIMs splitting might lead to the nasty 'licensing info missing' error :g:. Converting to ESD will reduce size by ~25%.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    91
    90
    0
    The iso is 5,53 gb how can i split the .wim with dism than ?
     
  17. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    91
    90
    0
    s1ave77 you said oscdimg :D.
    But i only have seen finished, and i had oscdimg.exe also in the folder.
    Must i something change in the W10UI.cmd for making the .iso ?
     
  18. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    91
    90
    0
    In the readme I see this standing.

    # iso
    create new iso file if the target is a distribution folder
    require ADK installed, or placing oscdimg.exe or cdimage.exe next to the script.

    I had oscdimg.exe next to the script.
    But did not make a .iso
     
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Summon @abbodi1406 for this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...