1. Dusktilldawn

    Dusktilldawn MDL Junior Member

    Oct 24, 2009
    52
    10
    0
    #15921 Dusktilldawn, Jul 18, 2020
    Last edited: Jul 19, 2020
    hello master:
    1. windows released new file for "win 8.1 U3 x64" which name is "Windows8.1-KB4566425-x64.msu" in the WHD\w81\x64\Baseline\ folder
    2. toolkit still asks superseded version which name is "windows8.1-kb4562253-x64"
    do you have any recommendation for it
    thanks in advance


    So does (w10 LTSC 2019) "Win 10.0.17763.1339 (Win10 RS5 [1809]"
    does not integrate general updates. Cumulative file.
    toolkit says "The package Package_for_DotNetRollup is not applicable to the image"
     
  2. kgbab

    kgbab MDL Novice

    Jul 15, 2010
    11
    5
    0
    #15922 kgbab, Jul 19, 2020
    Last edited: Jul 19, 2020
    I'm not the master but:
    Edit Toolkit.cmd: find "4562253" and replace all lines with "4566425" and save the file.
    Τhat does the job.
     
  3. Dusktilldawn

    Dusktilldawn MDL Junior Member

    Oct 24, 2009
    52
    10
    0
    dear kgbab thank you for your replay

    you may right technically but:
    as you know, there are more new files
    moreover we may not know what are the superseded ones for replacing them
    I am afraid.. still we need a master..:)
     
  4. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    MSMG
    Do you need to uninstall the old one to integrate the new Edge? Or can I integrate without removing the old one?
     
  5. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    671
    60
    Does the tool work only with install.wim or also with install.esd?
     
  6. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    If you use install.esd, you'll need to convert to install.wim.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Right now it contains the files related to InputApp and ScreenCliping, may be in future it will be expanded to include updates for other Windows programs, just need to wait and see what MS will be doing with future Windows releases.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    As @kgbab said do replace "4562253" and replace all lines with "4566425" and save the file, that will be fine.

    Do copy the required updates to <Packs\WHD\10> and use the Integrate WHD Update Pack menu.

    DotNetRollup package requires .NET 3.5/4.8, do use the Microsoft .NET 4.8 Pack Framework provided in the Toolkit download folder and use the Menu Integrate Microsoft .NET 4.8 Framework from Integrate menu.

     
  9. rorewe4314

    rorewe4314 MDL Member

    Jun 18, 2020
    107
    22
    10
    MSMG,

    I only mount install.wim to remove junk, do I need to mount all other files?

    Code:
    Edge
    OneDrive
    SecureAssessmentBrowser
    WindowsApps
    
    UnifiedTelemetryClient
    WindowsInsiderHub
    SecurityCenter
    ContentDeliveryManager
    BioEnrollment
    EdgeDevToolsClient
    ParentalControls
    PeopleExperienceHost
    SettingSync
    SkypeORTC
    SmartScreen
    WindowsDefender
    XboxGameCallableUI
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If you are referring to adding Toolkit's Edge Chromium pack to a image which already contains an old Edge Classic browser then it's not a problem keeping both, unless if you run the new Edge installer it will replace the old one.

    If you are referring to adding newer version of Toolkit's Edge Chromium pack to a image which already contains an older version of Toolkit's Edge Chromium pack then It's better to use a fresh image without the Edge Chromium.

    If you are referring to W10 v2009 which comes with new Edge installer integrated, then integrating the Toolkit's Edge Chromium pack will be of no use since the pre-integrated Edge installer will replace the Toolkit's Edge Chromium pack.

    With the latest Edge Chromium, the MS has added new features which replaces the old Edge classic browser and it makes it difficult to create Toolkit packs for Edge Chromium since there are too many file and registry changes.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Have updated the below packs, thanks to @abbodi1406

    Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) with .NET 4.8 Rollup Update KB4565636 (4.8.4190.2)
    Microsoft Visual C++ Runtime Pack with VC++ 2019 v14.27.29016.0 Runtime.
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For removing purpose, mounting only the install.wim is sufficient.

     
  13. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    The Delivery Optimization I disable by Regedit with NSUDO, as you taught me...!!

    Code:
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
    "DODownloadMode"=dword:00000000
    
     
  14. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    I have a Windows 10.0.19041.329 image with an old Edge. As far as I understand, when integrating the new Edge from the Tolkit package, there will be two Edge in the image?
     
  15. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Just to be sure, in which folder should I put the dynamic update (KB4566780), the Dynamic folder or the SetupMedia one like Enthousiast says?