Windows 10 Hotfix Repository

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

  1. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,743
    772
    60
    It's probably better to just "CALL W10UI.cmd" from your own script. Makes it easier when new versions of scripts are released...
     
  2. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    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.
     
  3. bogol

    bogol MDL Novice

    Dec 30, 2009
    47
    52
    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 :)
     
  4. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    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.
     
  5. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    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.
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    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...
  7. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    0
    The iso is 5,53 gb how can i split the .wim with dism than ?
     
  8. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    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 ?
     
  9. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    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
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,130
    24,279
    340
    Summon @abbodi1406 for this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    I just created a Iso image :
    • In one folder i copyed w10mui.cmd 5, the updates (CU, Dervice stack, flash player) and oscdimg.exe
    • Mounted the DVD image of Windows 10 17134.1 and copyed the content into c:\temp
    • Modified W10mui.cmd : set "target=c:\temp"
    • Execute W10mui.cmd as administrator
    Result : a iso image is created in the folder containing w10mui.cms.
    That's all folks.
     
  12. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    59
    60
    0
    @abbodi1406 is testing for me.
    rpo thank you for testing.
     
  13. hookahman

    hookahman MDL Novice

    Jul 25, 2018
    24
    13
    0
    Use it this way.
    Code:
    oscdimg.exe -h -m -o -u2 -udfver102 -bootdata:2#p0,e,b<PATH to Extracted ISO>\boot\etfsboot.com#pEF,e,b<PATH to Extracted ISO>\efi\microsoft\boot\efisys.bin -l<Description of ISO if Desired> %USERPROFILE%\Desktop\<Name of ISO>.ISO
    This will save the ISO to your desktop. Best to copy, and past this as there are spaces which may not be evident. Put oscdimg.exe in \Windows\System32 folder to make it easier.
     
  14. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    Why complicating? Just use W10mui.cmd with correct parameters.
     
  15. pinkfufu

    pinkfufu MDL Novice

    May 20, 2011
    36
    5
    0
    I, like another poster upstream, have an untouched Windows 10 LTSB 2016 1607 x64 iso file into which I wish to slipstream Cumulative Update KB4346877. It repeatedly fails to integrate. I have no problem integrating the 2018-04 update into untouched iso. (I am also unable to integrate the 2018-07 KB4346877 into the preceding 2018-04 slipstreamed iso.)

    I also installed the Windows 10 LTSB 2016 1607 and attempted to update the system using the KB4346877 standalone installer, but it fails with the following error: "The update is not applicable to your computer."

    Applying the 2018-04 update is not a problem. (Applying the KB4346877 after the 2018-04 update gives the same error as above.)

    has anyone encountered this problem? Any solutions/workarounds?

    Thanks.
     
  16. zmeul86

    zmeul86 MDL Member

    Jun 17, 2014
    175
    68
    10
    #6256 zmeul86, Aug 6, 2018
    Last edited: Aug 6, 2018
    Thanks a lot for instructions !
    W10mui.cmd or W10UI.cmd in your instructions?!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    #6257 rpo, Aug 6, 2018
    Last edited: Aug 6, 2018
    Should be ok. You can get the latest release by installing the adk (google for adksetup).
    W10UI.cmd
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    W10UI = Updates Integration script
    W10MUI = LP integration script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. zmeul86

    zmeul86 MDL Member

    Jun 17, 2014
    175
    68
    10
    #6259 zmeul86, Aug 6, 2018
    Last edited: Aug 6, 2018
    EDIT
    @rpo corrected in his previous mail with W10UI
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    533
    415
    30
    Totally unrelated, just figured out you can change themes on the website, Material Dark Blue is awesome!!