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

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

  1. kzhkr

    kzhkr MDL Novice

    Sep 4, 2012
    11
    0
    0
    i been getting this error of failure creating install.wim which i didnt encounter before previously. anyone have solution to this? TIA.

    Code:
    === Running UUP Converter v110 ===
    
    === Checking UUP Info . . .
    
    === Configured Options . . .
    
    AutoStart 1
    AddUpdates 1
    Cleanup
    DisableUpdatingUpgrade
    NetFx3
    wim2esd
    
    === Parsing Apps CompDB . . .
    
    === Preparing Reference ESDs . . .
    
    === Creating Setup Media Layout . . .
    
    === Creating install.wim . . .
    
    [ERROR] "\Windows\WinSxS\SettingsManifests\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_11.0.26100.1_none_8393d0da35ae3da0.manifest": blob not found
            SHA-1 message digest of missing blob:
            b2fc876ce36459f8548b39c863144c5dbb4dd32c
    ERROR: If this is a delta WIM, use the --ref argument to specify the WIM(s) on which it is based.
    ERROR: Exiting with error code 55:
           A file resource needed to complete the operation was missing from the WIM.
    
    Errors were reported during wim export.
    
    Press 0 or q to exit.
    
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,564
    99,709
    340
    One (or more) of the downloaded files is corrupted, verify sha1 hash
     
  3. DVBtCi

    DVBtCi MDL Novice

    Nov 8, 2007
    7
    0
    0
    #5804 DVBtCi, Jan 27, 2025
    Last edited: Jan 27, 2025
    Hello to all,

    I'm trying to generate an ISO for the following editions : Home + Pro and their additional editions. But my result never has them all.

    HOME+PRO Run :

    UUP Edition
    X Windows Home
    X Windows Home N
    X Windows Pro
    X Windows Pro N



    UUP Download options
    - Download method
    _ Download UUP set
    _ Download and convert to ISO
    X Download, add additional editions and convert to ISO
    - Conversion options
    X Include updates (Windows converter only)
    _ Run component cleanup (Windows converter only)
    _ Integrate .NET Framework 3.5 (Windows converter only)
    _ Use solid (ESD) compression



    UUP Selection editions
    - Base on Home edition
    X Windows Home Single Language
    - Base on Pro edition
    X Windows Pro for Workstations
    X Windows Pro Education
    X Windows Education
    X Windows Enterprise
    X Windows Enterprise multi-session/Virtual Desktops
    X Windows IoT Enterprise
    X Windows IoT Enterprise Subscription
    - Base on Pro N option selected will add these additional editions
    X Windows Pro N for Workstations
    X Windows Pro Education N
    X Windows Education N
    X Windows Enterprise N

    Generated Windows Setup editions

    [01] 12/01/2025 en-US x86 10.0.19045.5371 Windows 10 Home | Core
    [02] 12/01/2025 en-US x86 10.0.19045.5371 Windows 10 Home N | CoreN
    [03] 13/01/2025 en-US x64 10.0.26100.2894 Windows 11 Home Single Language | CoreSingleLanguage
    [06] 12/01/2025 en-US x86 10.0.19045.5371 Windows 10 Pro | Professional
    [07] 12/01/2025 en-US x86 10.0.19045.5371 Windows 10 Pro N | ProfessionalN

    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =0
    StartVirtual =1
    wim2esd      =0
    wim2swm      =0
    SkipISO      =0
    SkipWinRE    =0
    LCUwinre     =0
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipLCUmsu   =0
    SkipEdge     =0
    AutoExit     =0
    DisableUpdatingUpgrade=0
    AddDrivers   =0
    Drv_Source   =\Drivers
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    StubAppsFull =0
    CustomList   =0
    
    [create_virtual_editions]
    vUseDism     =1
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vwim2swm     =0
    vSkipISO     =0
    vAutoEditions=ProfessionalWorkstation,ProfessionalEducation,Education,Enterprise,ServerRdsh,IoTEnterprise,IoTEnterpriseK
    

    I would have thought of having all sub PRO editions in the ISO. !

    To generate the business-edition of windows, as below, if possible, how can that be done ?


    [01] 05/01/2024 en-US x64 10.0.22621.3007 Windows 11 Education | Education
    [03] 05/01/2024 en-US x64 10.0.22621.3007 Windows 11 Enterprise | Enterprise
    [05] 05/01/2024 en-US x64 10.0.22621.3007 Windows 11 Pro | Professional
    [07] 05/01/2024 en-US x64 10.0.22621.3007 Windows 11 Pro Education | ProfessionalEducation
    [09] 05/01/2024 en-US x64 10.0.22621.3007 Windows 11 Pro for Workstations | ProfessionalWorkstation

    I ran the uup_download_windows script with the as is ConvertConfig file

    Yours,


    I don't understand, i generated PRO only, create ISO and ran.
    The result was as expected. Can it be the host : 11th Gen i7-1165G7, 16Gb, W11Pro 24h2, 26100.2894
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,761
    125,024
    450
    #5805 Enthousiast, Jan 27, 2025
    Last edited: Jan 27, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,761
    125,024
    450
    Appearantly that part went wrong, also with code tags and the original contents it would be more readable.

    This is with the correct settings:

    Convertconfig.ini:
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =0
    StartVirtual =1
    wim2esd      =0
    wim2swm      =0
    SkipISO      =0
    SkipWinRE    =0
    LCUwinre     =0
    UpdtBootFiles=0
    ForceDism    =0
    RefESD       =0
    SkipLCUmsu   =0
    SkipEdge     =0
    AutoExit     =0
    DisableUpdatingUpgrade=0
    AddDrivers   =0
    Drv_Source   =\Drivers
    
    [Store_Apps]
    SkipApps     =0
    AppsLevel    =0
    StubAppsFull =0
    CustomList   =0
    
    [create_virtual_editions]
    vUseDism     =1
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vwim2swm     =0
    vSkipISO     =0
    vAutoEditions=ProfessionalWorkstation,ProfessionalEducation,Education,Enterprise,ServerRdsh,IoTEnterprise,ProfessionalWorkstationN,ProfessionalEducationN,EducationN,EnterpriseN
    
    Code:
    vAutoEditions=
    also would create all possible additional/virtual editions based on the selected source, but when specified you can create the editons you really want.

    I only set the options related to the additional editions creation and updates integration (i forgot to set it to 0 actually).

    Progress:
    Code:
    
    === Running UUP Converter v110 ===
    
    === Checking UUP Info . . .
    
    === Configured Options . . .
    
    AutoStart 1
    AddUpdates 1
    StartVirtual
    
    === Preparing Reference ESDs . . .
    
    Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64
    Microsoft-OneCore-DirectX-Database-FOD-Package-amd64
    Microsoft-Windows-Hello-Face-Migration-Package-amd64
    Microsoft-Windows-Hello-Face-Package-amd64
    Microsoft-Windows-InternetExplorer-Optional-Package-amd64
    Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64
    Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package-amd64
    Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64
    Microsoft-Windows-LanguageFeatures-Speech-en-us-Package-amd64
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package-amd64
    Microsoft-Windows-MediaPlayer-Package-amd64
    Microsoft-Windows-MSPaint-FoD-Package-amd64
    Microsoft-Windows-Notepad-FoD-Package-amd64
    Microsoft-Windows-PowerShell-ISE-FOD-Package-amd64
    Microsoft-Windows-Printing-PMCPPC-FoD-Package-amd64
    Microsoft-Windows-Printing-WFS-FoD-Package-amd64
    Microsoft-Windows-QuickAssist-Package-amd64
    Microsoft-Windows-StepsRecorder-Package-amd64
    Microsoft-Windows-TabletPCMath-Package-amd64
    Microsoft-Windows-UserExperience-Desktop-Package-amd64
    Microsoft-Windows-WordPad-FoD-Package-amd64
    OpenSSH-Client-Package-amd64
    
    === Creating Setup Media Layout . . .
    
    === Creating install.wim . . .
    
    Using LZX compression with 16 threads
    Archiving file data: 7249 MiB of 7249 MiB (100%) done
    Using LZX compression with 16 threads
    Archiving file data: 234 MiB of 234 MiB (100%) done
    
    === Updating install.wim / 2 image{s} . . .
    
    1/5: SSU-19041.5363-x64.cab [SSU]
    2/5: Windows10.0-KB5015684-x64.cab [Enablement]
    3/5: Windows10.0-KB5046905-x64.cab [Setup DU]
    4/5: Windows10.0-KB5049981-x64.cab [LCU]
    5/5: Windows10.0-KB5050199-x64.cab [SafeOS DU]
    
    === Servicing Index: 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_5363~31bf3856ad364e35~amd64~~19041.5363.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5371.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Enterprise
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: IoT Enterprise
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Enterprise multi-session
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Education
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Pro Education
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Pro for Workstations
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image File : C:\Users\Enthousiast\Downloads\Compressed\19045.5371_amd64_en-us_multi_fd386e36_convert_virtual\ISOFOLDER\sources\install.wim
    Image Index : 1
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Servicing Index: 2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_5363~31bf3856ad364e35~amd64~~19041.5363.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5371.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Enterprise N
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Education N
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Pro Education N
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Pro N for Workstations
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19045.5371
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image File : C:\Users\Enthousiast\Downloads\Compressed\19045.5371_amd64_en-us_multi_fd386e36_convert_virtual\ISOFOLDER\sources\install.wim
    Image Index : 2
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Rebuilding install.wim . . .
    
    "ISOFOLDER\sources\install.wim" original size: 6335769 KiB
    Using LZX compression with 16 threads
    Archiving file data: 13 GiB of 13 GiB (100%) done
    "ISOFOLDER\sources\install.wim" optimized size: 6205162 KiB
    Space saved: 130607 KiB
    
    === Adding setup dynamic update{s} . . .
    
    Windows10.0-KB5046905-x64.cab
    
    === Creating winre.wim . . .
    
    Using LZX compression with 16 threads
    Archiving file data: 971 MiB of 971 MiB (100%) done
    
    === Updating winre.wim / 1 image{s} . . .
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_ServicingStack_5363~31bf3856ad364e35~amd64~~19041.5363.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Package_for_SafeOSDU~31bf3856ad364e35~amd64~~19041.5363.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.3562
    
    [====================       35.9%                          ]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Adding LCU for boot.wim . . .
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.3562
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.5371.1.9
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.5371
    
    Processing 1 of 1 - Adding package Package_for_KB5015684~31bf3856ad364e35~amd64~~19041.1799.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.19041.5371
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image File : C:\Users\Enthousiast\Downloads\Compressed\19045.5371_amd64_en-us_multi_fd386e36_convert_virtual\temp\winre.wim
    Image Index : 1
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Using LZX compression with 16 threads
    Archiving file data: 1001 MiB of 1001 MiB (100%) done
    
    === Adding winre.wim to install.wim . . .
    
    === Creating boot.wim . . .
    
    === Rebuilding boot.wim . . .
    
    "ISOFOLDER\sources\boot.wim" original size: 914241 KiB
    Using LZX compression with 16 threads
    Archiving file data: 1272 MiB of 1272 MiB (100%) done
    "ISOFOLDER\sources\boot.wim" optimized size: 576133 KiB
    Space saved: 338108 KiB
    
    === Removing temporary files . . .
    
    === 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 (905 files in 86 directories)
    
    Computing directory information complete
    
    Image file is 7763099648 bytes (before optimization)
    
    Writing 905 files in 86 directories to 19045.5371.250111-1601.22H2_RELEASE_SVC_PROD1_CLIENTMULTI_X64FRE_EN-US.ISO
    
    100% complete
    
    Storage optimization saved 25 files, 14200832 bytes (1% of image)
    
    After optimization, image file is 7750948864 bytes
    Space saved because of embedding, sparseness or optimization = 14200832
    
    Done.
    
    Finished.
    Press 0 or q to exit.
    
    
    SKUs:
    Code:
    [01] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro | Professional
    [02] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro N | ProfessionalN
    [03] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Enterprise | Enterprise
    [04] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 IoT Enterprise | IoTEnterprise
    [05] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Enterprise multi-session | ServerRdsh
    [06] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Education | Education
    [07] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro Education | ProfessionalEducation
    [08] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro for Workstations | ProfessionalWorkstation
    [09] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Enterprise N | EnterpriseN
    [10] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Education N | EducationN
    [11] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro Education N | ProfessionalEducationN
    [12] 27/01/2025 en-US x64 10.0.19045.5371 Windows 10 Pro N for Workstations | ProfessionalWorkstationN
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. DVBtCi

    DVBtCi MDL Novice

    Nov 8, 2007
    7
    0
    0
    Tongiht,
    I generated PRO+N and it worked as specified
    I generated HOME+N and it worked as specified

    I don't understand why the script was stubborn this weekend.
     
  7. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    104
    31
    10
  8. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,079
    4,356
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    104
    31
    10
    #5811 DuskGolem, Feb 12, 2025
    Last edited: Feb 13, 2025
    So, a particular build, no matter which channel it was fetched from, is universally the same?
     
  10. Paul Mercer

    Paul Mercer MDL Guru

    Apr 6, 2018
    2,079
    4,356
    90
    sure, only the build number matters, channels are completely irrelevant
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,043
    10,271
    270
    UUPDump usually only displays the channel it was released first in. Unfortunately, that information is of very limited value.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    104
    31
    10
    As long as it is just limited to the site and not the files themselves, it's no problem for me.
     
  13. xscorpionx

    xscorpionx MDL Novice

    Feb 11, 2017
    22
    5
    0
    #5815 xscorpionx, Mar 6, 2025
    Last edited: Mar 6, 2025
    Hello,
    I tried to download ISO 26100 24H2 from UUPdump, but while creating the same I got error as attached screenshot, I had this kind of error also with previous build (both RETAIL), what can I do to create such ISO correctly and without errors?

    Today's ISO: 26100.3323.250220-1537.GE_RELEASE_SVC_PROD3_CLIENTMULTI_X64FRE_IT-IT.ISO
    Previous ISO: Windows 11, version 24H2 (26100.3194) amd64

    Both of ITA's languages..

    EDIT: Tried now too, errors from log:

    2025-03-06 05:32:10, Error CBS Permanent package 'WinPE-Rejuv-Package~31bf3856ad364e35~amd64~~10.0.26100.1' cannot be uninstalled. CurrentState Installed HighestState Absent [HRESULT = 0x800f0825 - CBS_E_CANNOT_REMOVE]
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed initiating changes - CDISMPackage::Internal_ChangePackageState(hr:0x800f0825)
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed to Remove the Package. - CDISMPackage::RemoveEx(hr:0x800f0825)
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Permanent package cannot be uninstalled. - GetCbsErrorMsg
    2025-03-06 05:32:10, Error DISM DISM Package Manager: PID=8464 TID=904 Failed while processing command remove-package. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0825)

    Also with this errors, the ISO works without any problems or conflict??
     

    Attached Files:

  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,564
    99,709
    340
    @xscorpionx

    It's harmless error that i forgot to suppress or add a check to skip the operation when "LCUmsuExpand" is enabled
    will be fixed soon
     
  15. Stimpy88

    Stimpy88 MDL Senior Member

    Mar 24, 2011
    401
    240
    10
    I just got it too. Thanks for confirming that it's harmless.
     
  16. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    104
    31
    10
    I also got this error but I had "LCUmsuExpand = 0" in "ConvertConfig.ini" file (I did not change any value in this file except for setting UpdtBootFiles to 1). As the error is harmless, all is good.

    I am still attaching the ISO creation log + the DISM log to this post for your reference, just in case.
     

    Attached Files:

  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,043
    10,271
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. DuskGolem

    DuskGolem MDL Member

    Jan 9, 2019
    104
    31
    10