[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    #3501 Windows 10 User, Dec 1, 2020
    Last edited: Dec 1, 2020
    What is the difference between checking the "Create ISO with install.esd instead of install.wim" setting on UUP Dump and changing the ConvertConfig's wim2esd's entry from "0" to "1"? Also, I guess if I check UUP Dump's "Integrate .NET Framework 3.5 (Windows converter only)" it wouldn't be an untouched image as well as after checking the "Run cleanup after updates integration (Windows converter only)". What does the latter and what problems may I have after checking this setting?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Correct, it's the option for converting the install.wim to install.esd.

    Yep, that option enables dotnetfx35.

    MSFT also cleans up ISOs, it compresses superseded component from the sxs folder.
     
  3. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    So it just changes the ConvertConfig's wim2esd's entry from "0" to "1"?

    Can it break updates (like being unable to install new ones or to remove installed ones), besides making the ISO smaller (I guess)?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    install.esd can't be serviced, so as long as you want to service it (add updates, corrupt it by chopping, etcetc...) best to not select that option.
     
  5. Enthousiast, can you dumb it up for me exactly?
    Does the two options, Integrate .NET Framework 3.5 and Run cleanup after updates integration are activated (or run) after you install Windows 10 on VM or a PC from the created ISO, or, it is something related to the creating of that ISO, if you get what I mean?
    Does the cleanup is run after you install the Windows 10, or the ISO is cleaned after you integrate the updates while creating that ISO image?
    I don't have deep knowledge about it, but I think you get what I am trying to ask here
    Also, is it recommended for those optons to be checked? Any side effects?
    Thanks in advance.
     
  6. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    #3506 AveYo, Dec 4, 2020
    Last edited: Dec 4, 2020
    Both happen when preparing the iso.
    Forget about cleanup, it most often than not breaks things (failing next cumulative updates).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Afaik, that was only with badly created IP updates in the past, which didn't have all components updated (paraphrasing the info from back then).

    The cleanup runs before the enabling of dotnetfx35 during the integration process because it sets the pending flag, with the pending flag set you can't run any cleanup till the pending flag is gone by installing the ISO.

    In contrast to @BAU, i always use the cleanup with resetbase (except on 17763 aka 1809).
     
  8. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Well, you are doing dozens of tests each release, can't argue with that, but it's just on virtual machines and usually short-lived I suppose.
    Plus the converter script has seen quite frequent changes.
    My experience on real machines after cumulative updates is that stuff usually breaks, while not doing so without cleanup.
    I might be doing something extra to cause that, so I will try to isolate behavior on my further experiments.
    Editing the reply above, if anything happens, blame @Enthousiast
    :evil:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Not really all are vm's, my main system (on which .661 and .662 installed fine), my second system (on which .661 didn't install, .631 did and .662 also did), my Dell Latitude and my old Toshiba and the many downloaders of my releases (not to be discussed here).

    ps, all my comments are in the context of using W10UI and it's options.
     
  10. Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =1
    ResetBase    =1
    NetFx3       =1
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=Enterprise
    I guess this configuration is fine, and will give me clean ISO with pre-installed .FX 3.5?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    It will enable dotnetfx35, yes, and integrate any available update from the build you've downloaded and cleanup/resetbase.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,891
    340
    @Wetryshka
    set StartVirtual =1 if you want Enterprise
     
  13. I want only Pro, thanks anyway !
     
  14. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
  16. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
    Got same problem error with this I mention above and it seems I cant insert Dism log file. I give up this for now.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    Show at least the complete progress.

    And before retrying run this in an elevated cmd:
    Code:
    dism /cleanup-wim
     
  18. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
  19. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
    On a new clean install windows same problem.
    Sorry for the long post I cant insert the log here I will edit it soon, my convert ini
    [convert-UUP]
    AutoStart =1
    AddUpdates =1
    Cleanup =1
    ResetBase =0
    NetFx3 =1
    StartVirtual =1
    wim2esd =0
    SkipISO =0
    SkipWinRE =0
    ForceDism =0
    RefESD =0

    [create_virtual_editions]
    vAutoStart =1
    vDeleteSource=0
    vPreserve =0
    vwim2esd =0
    vSkipISO =0
    vAutoEditions=CoreSingleLanguage,ProfessionalWorkstation,ProfessionalEducation,Education,Enterprise,ServerRdsh,ProfessionalWorkstationN,ProfessionalEducationN,EducationN,EnterpriseN
     
  20. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,155
    21,099
    240
    @donkeymand

    use
    Code:
    code
    &
    Code:
    spoiler
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...