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

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

  1. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    678
    296
    30
    when I today run convert uup from a just picked up file set from uup dump is says uup-iso v.84 and not the v.85 thought it was updated.
     
  2. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,821
    5,605
    180
    Thank you for finally updating convert-UUP.cmd to ver. 85
     
  3. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    286
    64
    10
    And idea why the selection of the builds below are missing at uupdump?
    "Windows 11 SE"
    "Windows 11 SE N",
    "Windows 11 Pro Single Language"
     
  4. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    SE and SE N = Cloud Edition

    Pro Single Language is still a non-Edition - only 1 key available, completely pointless.
     
  5. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,821
    5,605
    180
    Who can tell me about UUP-ISOv9664 & what is changed from v85?
    convert-UUP.cmd released on 31 Oct.
     
  6. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,331
    2,909
    60
    just look at the script

    Code:
    @set uivr=v%random%
    it's random now because someone is too annoying
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. jgtoy

    jgtoy MDL Junior Member

    Sep 12, 2012
    73
    38
    0
    I guess something is wrong here:-

    19041.2251_19045.2251.png
     
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,328
    7,044
    210
    #4428 Carlos Detweiller, Nov 9, 2022
    Last edited: Nov 9, 2022
    No, there isn't. All 1904x builds are based on the same 19041.1 base build.

    Edit: Real issue, read on. Nothing to see here. :whistling::ninja_hide:
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    dism can't show the actual build because it's registry only, when you mount the wim and run any query on it, it will show the actual build.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,191
    84,706
    340
    That's even plain 19041 install.wim without any updates

    updates integration operation was not successfull apparently
     
  11. jgtoy

    jgtoy MDL Junior Member

    Sep 12, 2012
    73
    38
    0
    I did it again, mounted, checked and now I have 19045.2251

    upload_2022-11-8_18-1-53.png
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    #4432 Enthousiast, Nov 9, 2022
    Last edited: Nov 9, 2022
    SOmething changed there:
    Code:
    Name: Windows10_InsiderPreview_EnterpriseVL_x64_en-us_19045.1826.iso
    Size: 5811443712 bytes (5542 MiB)
    CRC32: 331AC4BD
    CRC64: 5F41E8EA72603FD3
    SHA256: fcd292f980306449e85f8c6e746b3a2dd265a5d8041ad243f0313a1b26b0507c
    SHA1: e49ad8f6e91663258d060f4ab58e7f28c115e12e
    BLAKE2sp: bbc7d073552fd25ec0450ac1630840ec38e6657da3d5937c9ccc31e6cbd6d354
    
    Code:
    [01] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Education | Education
    [02] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Education N | EducationN
    [03] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Enterprise | Enterprise
    [04] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Enterprise N | EnterpriseN
    [05] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro | Professional
    [06] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro N | ProfessionalN
    [07] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro Education | ProfessionalEducation
    [08] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro Education N | ProfessionalEducationN
    [09] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro for Workstations | ProfessionalWorkstation
    [10] 08/07/2022 en-US x64 10.0.19041.1826 Windows 10 Pro N for Workstations | ProfessionalWorkstationN
    vs
    My homebrew image (made by W10UI_10.25):
    Code:
    [01] 09/11/2022 nl-NL x64 10.0.19045.2251 Windows 10 Home | Core
    The 5 is showing up now (didn't MSFT promise to fix this? Seems they did:D).
     
  13. TheArkive

    TheArkive MDL Novice

    Aug 22, 2011
    17
    6
    0
    When I try to create an AIO iso, the boot install doesn't include a selection menu for each included edition. Is this expected behavior? Should I be able to make such an ISO with the UUPdump scripts?

    I think I've done it before, but I'm having a heck of a time remembering how I did it.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    Yes, you need to put this ei.cfg in the "ISO/DVD/USB:\Sources\" folder to enable manual SKU selection on devices with a MSDM for a specific SKU.

    Extract ei.cfg from rar first!
     

    Attached Files:

    • ei.rar
      File size:
      98 bytes
      Views:
      21
  15. TheArkive

    TheArkive MDL Novice

    Aug 22, 2011
    17
    6
    0
    #4435 TheArkive, Nov 24, 2022
    Last edited: Nov 24, 2022
    Right, I actually did that, although I had the VL section set to 1 instead of zero. It came out with "Home" and "Home Single Language" as the only available editions.

    I tried using an older project WinAIO maker, and it saw multiple editions included.

    I'll try VL set to 0 and see what happens.



    EDIT: Finally got it working. Initially I selected the 3rd download option (to add additional editions). For whatever reason that seems to throw a wrench in things when trying to add ei.cfg for manual SKU selection.

    I left VL set to 1. As I thought, that didn't have an effect on the manual SKU selection.

    Thanks @Enthousiast for the reminder. It happened to jog my memory to something unrelated but relevant (download option 2, not 3)
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    Tested working generic (not SKU specific) ei.cfg files (tested on a vm with a msdm for 10 Home):
    Code:
    [Channel]
    _Default
    [VL]
    1
    
    Code:
    [Channel]
    _Default
    [VL]
    0
    
    Code:
    [Channel]
    _OEM
    [VL]
    0
    
    Don't add it during conversion, iirc it will be removed by the UUP>ISO script.
     
  17. TheArkive

    TheArkive MDL Novice

    Aug 22, 2011
    17
    6
    0
    Very cool thanks! Didn't know about that either.

    Yah, I learned that the hard way. Now I have my assembly line setup with SkipISO so I just get a folder. Then I use ImgBurn to do make the bootable ISO.



    Any tips for Win11 ISO and SKU selection setup? Or should it be the same? I'm currently following the same steps and getting only 4 editions listed (2 home and 2 pro).

    Here's the config file i use:

    Code:
    [convert-UUP]
    AutoStart    =0
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =1
    StartVirtual =0
    wim2esd      =0
    wim2swm      =0
    SkipISO      =1
    SkipWinRE    =0
    LCUwinre     =0
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipEdge     =0
    AutoExit     =0
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    CustomList   =0
    
    [create_virtual_editions]
    vAutoStart   =0
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vwim2swm     =0
    vSkipISO     =1
    vAutoEditions=
    I always select to "make with install.wim" on the first part (option 1), and then I select all editions after that (option 0). I've been leaving VL to 1 in ei.cfg when making an Win11 ISO, in case that has an effect.
     
  18. secretromeo

    secretromeo MDL Addicted

    Mar 30, 2011
    501
    232
    30
    Is it possible to create Windows 10 IoT Enterprise LTSC 2021 using UUPDUMP? The official Microsoft ISO has install.wim with two indexes (and additional Enterprise LTSC 2021 besides the IoT one) and therefore exceeds the size of a DVD-5.
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    Needs to be set to "1" to start the creation of the additional SKUs.
    This setting needs to be set to "1" else it won't create an ISO.

    For all SKUs available to select from at install:

    At UUP dump website select Home + Pro (and their N editions when desired and available):

    convertconfig.ini
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =1
    StartVirtual =1
    wim2esd      =0
    wim2swm      =0
    SkipISO      =0
    SkipWinRE    =0
    LCUwinre     =0
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipEdge     =0
    AutoExit     =0
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    CustomList   =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vwim2swm     =0
    vSkipISO     =0
    vAutoEditions=
    This will create the updated ISO containing all available SKUs.
     
  20. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,229
    94,597
    450
    No, (IoT) Enterprise 2021 LTSC is not available at UUP dump, it doesn't get feature updates by WU.

    You can use this simple tool to create an ISO with the install.wim compressed to install.esd and it will fit DVD5 (4.37GB):
    https://forums.mydigitallife.net/th...-install-esd-install-swm-creation-tool.78925/

    Code:
    =========================================================
    Create ISO with compressed install.esd or multiple 3500MB install.swm v2.0
    =========================================================
    
    ==========================================================
    Select the compression type for the "Install" file
    ==========================================================
    
    [ 1 ] - ESD File - Smaller install file, longer creation.
    
    [ 2 ] - SWM File - Multiple split wim files.
    
    ==========================================================
    
    * Type your option and press Enter: 1
    
    ==========================================================
    Creating ISO folder...
    ==========================================================
    
    
    ==========================================================
    Extracting ISO to ISO folder...
    ==========================================================
    
    
    7-Zip 21.07 (x86) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26
    
    Scanning the drive for archives:
    1 file, 4851668992 bytes (4627 MiB)
    
    Extracting archive: Source_ISO\en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso
    --
    Path = Source_ISO\en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso
    Type = Udf
    Physical Size = 4851668992
    Comment = CES_X64FREO_EN-US_DV9
    Cluster Size = 2048
    Created = 2021-10-07 01:00:00
    
    Everything is Ok
    
    Folders: 85
    Files: 904
    Size:       4846242161
    Compressed: 4851668992
    
    
    ==========================================================
    Compressing install.wim to install.esd with LZMS compression
    This can take some time, depending on the hardware and used source ISO!
    ==========================================================
    
    Using LZMS compression with 16 threads
    Archiving file data: 7384 MiB of 7384 MiB (100%) done
    
    ==========================================================
    Deleting install.wim...
    ==========================================================
    
    
    ==========================================================
    Creating ISO...
    ==========================================================
    
    
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 41 directories)
    Scanning source tree complete (904 files in 86 directories)
    
    Computing directory information complete
    
    Image file is 3995697152 bytes (before optimization)
    
    Writing 904 files in 86 directories to en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f_ESD_2022_11_25.ISO
    
    100% complete
    
    Storage optimization saved 25 files, 14182400 bytes (1% of image)
    
    After optimization, image file is 3983579136 bytes
    Space saved because of embedding, sparseness or optimization = 14182400
    
    Done.
    
    ==========================================================
    Now you have time to copy the content of the ISO folder to a FAT32 formatted USB key,
    when done copying, press any key to cleanup the ISO folder.
    ==========================================================
    
    Press any key to continue . . .
    
    ==========================================================
    Cleaning up ISO folder...
    ==========================================================
    
    Press any key to continue . . .
    
    Code:
    Size: 3,70 GB (3.983.579.136 bytes)