Windows 10 Hotfix Repository

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

  1. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    43
    36
    0
    @abbodi1406: Firstly, thank you for this and all your works.

    I've been using W10UI the "online" feature for a long time. Sometimes, need install to C drive new Windows 10 from installed Windows 10 in D partition. I'm extracting -will be installed- Install.wim to the C drive either WinNTsetup or DISM.
    After install.wim extracted to C, I just don't reboot PC immediately. I want the last the cumulative update to ingtegrate freshly extracted (not yet implemented SysPrep phase) original files on C. I can do this with DISM.

    Code:
    D:\> DISM /Image:C: /Add-Package /PackagePath:"D:\windows10.0-kb4338819-x64_73cef45cbee3c689ddddf596aed7cb6a61092180.msu"
    D:\> DISM /Image:C: /Cleanup-Image /StartComponentCleanup /ResetBase
    But, unfortunately I can't do this with Win10UI. Is not Win10UI support the C for "offline image drive letter" (not "mounted", just extracted images)?

    ============================================================
    Enter the path for one of supported targets:
    - Distribution folder (extracted iso, copied dvd/usb)
    - WIM file
    - Mounted directory, offline image drive letter
    - Current OS / Enter D:

    or just press 'Enter' to return to options menu
    ============================================================

    C:

    ============================================================
    Please wait...
    ============================================================

    ============================================================
    ERROR: Detected install.wim version is not Windows 10
    ============================================================

    Press any key to continue.


    ============================================================
    Enter the path for one of supported targets:
    - Distribution folder (extracted iso, copied dvd/usb)
    - WIM file
    - Mounted directory, offline image drive letter
    - Current OS / Enter D:

    or just press 'Enter' to return to options menu
    ============================================================

    C

    ============================================================
    ERROR: Specified location is not valid
    ============================================================

    Press any key to continue.

    *

    Another a feedback:

    Win10UI uses %SystemDrive% as ScratchDir for extracting ("mountdir=%SystemDrive%\W10UImount"). I know, this code changeable in BAT file. Just a recommend: Maybe will be useful optional mount/extract drive for temp files, for users don't want extacting temp files to %SystemDrive%.
    PS.: I'm sorry my bad English.
     
  2. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    43
    36
    0
    @abbodi1406, wow! Thank your response, help and share to new version. I'm greatful to you for implementing both my request.
    I tried new the script and it's worked perfectly.

    ============================================================
    Running W10UI v4.9
    ============================================================

    ============================================================
    Extracting .cab files from .msu files
    ============================================================

    1/1: windows10.0-kb4343669-x64_2a58320e44d3ff803bc7016b5d02f3e85482b46f.msu

    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================

    1/1: Windows10.0-KB4343669-x64.cab

    ============================================================
    Checking Updates...
    ============================================================

    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.16241.1001

    Image Version: 10.0.17134.1

    Processing 1 of 1 - Adding package Package_for_KB4343669~31bf3856ad364e35~amd64~~17134.165.1.1
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Removing temporary extracted files...
    ============================================================


    ============================================================
    Finished
    ============================================================


    Press any key to exit.

    From now on, I can use Win10UI for "offline" updates, too. Hooray! Thank you so much, abbodi1406.
     
  3. mindwarper

    mindwarper MDL Novice

    Aug 4, 2011
    34
    10
    0
    #6105 mindwarper, Jul 14, 2018
    Last edited: Jul 14, 2018
    I have a base install.wim of version 171314.1
    So if I make offline install.wim I have to do the integration in this order ???
    1. SSU
    2. CU
    3. Flash
    Or is it the other way around, like this ???
    1. CU
    2. SSU
    3. Flash
    Please tell me which is the right order to integrate them.
     
  4. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    Always SSU then CU, their versions are independent.
     
  5. mindwarper

    mindwarper MDL Novice

    Aug 4, 2011
    34
    10
    0
    Ok perfect and I can do the Flash Update last ??? i.e after the CU integration is complete ???

    Do you recommend other updates to be integrated to the install.wim indexes ???
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    1. SSU
    2. Flash
    3. CU
     
  7. joluboga

    joluboga MDL Member

    Dec 4, 2011
    242
    118
    10
    Enthusiast, do we also need to add the dynamic update "KB4339277" released a few days ago or it isn't necessary?
     
  8. mindwarper

    mindwarper MDL Novice

    Aug 4, 2011
    34
    10
    0
    Thanks for the help in this!
    I will use that order from now on...
     
  9. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    522
    30
    Not sure if to post this question in this thread, or in LTSB thread, or in WHDownloader thread, so sorry in advance :)

    On a clean Enterprise LTSB 2016 install, which updates to download for offline integration/installation?
     
  10. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    #6116 MMIKEE, Jul 15, 2018
    Last edited: Jul 17, 2018
    Current updates for .14393 (LTSB 2016)

    kb4345418 Cumulative Update 2018/07/17 [CU .2368]
    kb4132216 Servicing Stack 2018/05/21
    kb4338832 Flash update 2018/07/10
    kb4054590 .NET-4.7.2 2018/07/12
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,756
    340
    UUP release is v165.1.2

    but all components and files are identical to v165.1.1
     
  12. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
  13. LifeIsNotEasy

    LifeIsNotEasy MDL Novice

    Jun 26, 2015
    39
    77
    0