Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,323
    450
  2. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,223
    653
    60
    is not always, but this already have happened few times in the past, when there are really critical bugs/security issues to fix, so no surprise.
     
  3. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    The CU before this was just for a single fix, must have been under incredible pressure to release that fix with the full CU just days away.
     
  4. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    KB4458469 (OS Build 17134.319) is not being offered on my system via Windows Update. Says "You're up to date". Version 17134.286
     
  5. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    58
    56
    0
    I had the same "problem". Nothing on Windows Update...I had to update manually
     
  6. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    The last time i had that happen was with 16299.125 where it didn't update to 16299.192 because it needed the "QualityCompat" key in registry which was set by Windows Defender. (i have it disabled)

    Now with this last update i'm not aware of anything that like.
     
  7. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
    Same...
     
  8. exitrade

    exitrade MDL Junior Member

    Jul 20, 2012
    98
    57
    0
    Hi guys. Does it possible in this program mount wim and add update only in one index like from example in buisinnes edition index 5 = Windows 10 Pro. tnx in andvance and tnx Abbodi !
     
  9. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    317
    240
    10
    #6453 tefor, Sep 21, 2018
    Last edited: Sep 21, 2018
    Sure it is possible . lets mount the index number 5 as following using dism

    Dism /Mount-Image /ImageFile:<path_to_image_file> /Index:5 /MountDir:<path_to_mount_directory>

    after that you can integrate updates as following

    Dism /image:<path_to_mount_directory> /Add-Package /PackagePath:<path_to_updates_directory>
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,323
    450
    #6454 Enthousiast, Sep 21, 2018
    Last edited: Sep 22, 2018
    I understand he wants to use W10UI script, he can mount and use the mount dir as target dir for the script.

    From readme:
    Code:
    # Supports different targets:
    - Current Online OS
    - Offline image (already mounted directory, another partition)
    - Distribution folder (extracted iso, copied dvd/usb)
    - Distribution Drive (virtual mounted iso, inserted dvd)
    - WIM file directly
    But that still leaves all other sku's in.

    Better to export index 5 to a new install.wim and use that as target for the script.

    EDIT: maybe i assumed incorrectly about wanting to use the W10UI script, but it's best to use the script for proper update integration.
     
  11. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    #6455 KedarWolf, Sep 22, 2018
    Last edited: Sep 22, 2018
    My extracted Windows ISO is in D:\2\ folder, the install.wim in D:\2\sources\ folder.

    Run this as Admin in a command prompt.

    Code:
    dism /Export-Image /SourceImageFile:"D:\2\sources\install.wim" /SourceIndex:5 /DestinationImageFile:"d:\install.wim" /Compress:max /checkintegrity
    It'll make the install.wim with just the Pro index in the D:\ root drive. Then replace D:\2\sources\install.wim with the one from D:\install.wim.

    Lastly, run W10UI on the folder where your extracted ISO is that you just replaced the install.wim in. :)

    Edit: You want in your updates folder for W10UI the servicing stack update, the adobe flash player update, and the cumulative update. You can get them all from the WHDownloader.

    https://forums.mydigitallife.net/forums/whdownloader.56/

    Second edit: Yes, the best way to install the updates correctly is with the W10UI script. Is really the only way it should be done. :)

    W10UI script. https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-105#post-1216064
     
  12. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hello
    I've been searching and looking for an ESD to ISO, but the search criteria is too short. Cab abyone help?
    Thanks
    Dave
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,323
    450
    ??? what do you mean?
     
  14. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    There is a script on MDLF that takes an ESD and converts to an ISO. Am I mistaken?
    Thanks
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,323
    450
  16. AnthonyStark

    AnthonyStark MDL Novice

    Oct 17, 2015
    23
    1
    0
    How can I update en-gb_windows_10_consumer_edition_version_1803_updated_sep_2018_x64_dvd_70f044fb.iso which is 17134.285 to the current version 17134.319?