[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    This is my 26100.1.240331-1435.GE_RELEASE_CLIENTMULTI_X64FRE_EN-US.iso mounted at C:\sxs

    powerrun cmd
    Code:
    move C:\sxs\Windows\servicing\Packages\*.cat    C:\sxs\Windows\WinSxS
    move C:\sxs\Windows\servicing\Packages\*.mum    C:\sxs\Windows\WinSxS
    move C:\sxs\Windows\WinSxS\Manifests\*.manifest C:\sxs\Windows\WinSxS
    
    this way iso is sxs source

    :NOTES
    when building edition from uupdump it is best to use sxs source from uupdump as other source don't always have matching .manifest
     
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
    Microsoft Windows [版本 10.0.26200.7462]
    (c) Microsoft Corporation。保留所有权利。

    C:\Windows\System32>DISM /Image:D:\1 /Apply-Unattend:D:\TOOL\xxxEdition\install.xml

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    Removing package Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.26100.1
    [==========================100.0%==========================]
    操作成功完成。

    C:\Windows\System32>dism /image:D:\1 /add-package:E:\Packs\10.0.26100.1\Server-LP.esd

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.26100.1
    [==========================100.0%==========================]
    操作成功完成。

    C:\Windows\System32>Dism /image:D:\1 /Set-SKUIntlDefaults:zh-CN

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1


    为以下对象设置 SKU 默认设置: zh-CN
    操作成功完成。

    C:\Windows\System32>DISM /Image:D:\1 /Set-Edition:ServerDatacenter

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    开始升级组件...
    开始安装产品密钥...
    产品密钥安装已完成。

    开始应用特定于版本的设置...
    特定于版本的设置应用已完成。

    操作成功完成。

    C:\Windows\System32>DISM /Image:D:\1 /Cleanup-Image /StartComponentCleanup /ResetBase

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    [==========================100.0%==========================]
    操作成功完成。

    C:\Windows\System32>DISM /Image:D:\1 /Cleanup-Image /ScanHealth

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    [==========================100.0%==========================] 未检测到组件存储损坏。
    操作成功完成。

    C:\Windows\System32>Dism /image:D:\1 /get-CurrentEdition

    部署映像服务和管理工具
    版本: 10.0.26100.5074

    映像版本: 10.0.26100.1

    当前版本为:

    当前版本 : ServerDatacenter

    操作成功完成。

    C:\Windows\System32>
     
  3. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4103 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 28000.4 enterprise pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.28000.4
    
    Applying package servicing unattend
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.28000.4
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.28000.4
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.28000.4
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.28000.4
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.28000.4
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ProfessionalWorkstation
    Target Edition : IoTEnterprise
    Target Edition : IoTEnterpriseK
    Target Edition : ServerRdsh
    Target Edition : CloudEdition
    
    The operation completed successfully.
     
  4. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4104 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 22000.1 enterprise pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.22000.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.22000.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.22000.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.22000.1
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.22000.1
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.22000.1
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : CloudEdition
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    
    The operation completed successfully.
     
  5. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4105 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 20348.1 enterprise pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.20348.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    
    The operation completed successfully.
     
  6. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
  7. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4107 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 25398.1 enterprise pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Applying package servicing unattend
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.25398.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ProfessionalWorkstation
    Target Edition : IoTEnterprise
    Target Edition : ServerRdsh
    Target Edition : CloudEdition
    
    The operation completed successfully.
     
  8. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    construct 17763.1 x64 enterprise pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17763.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ProfessionalEdition.xml mount\Windows\Professional.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\Professional.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17763.1
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17763.1
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.17763.1
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    
    The operation completed successfully.
     
  9. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    construct 20348.1 serverstandard pl-pl

    Code:
    C:\construction>dism /logpath:logs\1.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\2.log /scratchdir:"C:\construction\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.20348.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\construction>copy mount\Windows\servicing\Editions\ServerStandardEdition.xml mount\Windows\ServerStandard.xml
            1 file(s) copied.
    
    C:\construction>dism /logpath:logs\3.log /scratchdir:"C:\construction\temp" /image:mount /apply-unattend:mount\Windows\ServerStandard.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\construction\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Current edition is:
    
    Current Edition : ServerStandard
    
    The operation completed successfully.
    
    C:\construction>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\construction\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.20348.1
    
    Editions that can be upgraded to:
    
    (The current edition cannot be upgraded to any target editions.)
    
    The operation completed successfully.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,090
    15,292
    340
  11. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4111 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 25398.1 AzureStackHCI pl-pl (without Microsoft-Windows-Hotpatch-Targeting-Gated-Package) by MUCS (my universal construction script :) )

    Code:
    C:\mucs>dism /logpath:logs\1.log /scratchdir:"C:\mucs\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Applying package servicing unattend
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\2.log /scratchdir:"C:\mucs\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.25398.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\mucs>copy mount\Windows\servicing\Editions\ServerAzureStackHCICorEdition.xml mount\Windows\ServerAzureStackHCICor.xml
            1 file(s) copied.
    
    C:\mucs>dism /logpath:logs\3.log /scratchdir:"C:\mucs\temp" /image:mount /apply-unattend:mount\Windows\ServerAzureStackHCICor.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\mucs\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Current edition is:
    
    Current Edition : ServerAzureStackHCICor
    
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\mucs\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.25398.1
    
    Editions that can be upgraded to:
    
    (The current edition cannot be upgraded to any target editions.)
    
    The operation completed successfully.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,090
    15,292
    340
  13. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    #4113 pp03, Jan 6, 2026
    Last edited: Jan 6, 2026
    construct 26100.1 ServerStandard pl-pl (by MUCS)

    Code:
    C:\mucs>dism /logpath:logs\1.log /scratchdir:"C:\mucs\temp" /image:mount /apply-unattend:1.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.26100.1
    
    Applying package servicing unattend
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\2.log /scratchdir:"C:\mucs\temp" /image:mount /add-package /packagepath:lp   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.26100.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~pl-PL~10.0.26100.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\mucs>copy mount\Windows\servicing\Editions\ServerStandardEdition.xml mount\Windows\ServerStandard.xml
            1 file(s) copied.
    
    C:\mucs>dism /logpath:logs\3.log /scratchdir:"C:\mucs\temp" /image:mount /apply-unattend:mount\Windows\ServerStandard.xml   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.26100.1
    
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\4-currentedition.log /scratchdir:"C:\mucs\temp" /image:mount /get-currentedition /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.26100.1
    
    Current edition is:
    
    Current Edition : ServerStandard
    
    The operation completed successfully.
    
    C:\mucs>dism /logpath:logs\5-targetedition.log /scratchdir:"C:\mucs\temp" /image:mount /get-targeteditions /english   || exit /b 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636
    
    Image Version: 10.0.26100.1
    
    Editions that can be upgraded to:
    
    (The current edition cannot be upgraded to any target editions.)
    
    The operation completed successfully.
     
  14. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
    working on MUCS to include language features and fods....
     
  15. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,482
    524
    60
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,090
    15,292
    340
    #4116 xinso, Jan 7, 2026
    Last edited: Jan 7, 2026
    [Test constructing amd64 with x86 Base]
    Code:
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Construct Core
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    [==========================100.0%==========================]
    
    Error: 87
    
    An error occurred while processing the command.
    Ensure that the command-line arguments are valid. For more information, review the log file.
    
    The DISM log file can be found at z:\1.log
    
    --->
    Code:
    2026-01-07 09:18:23, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80070057 - E_INVALIDARG]
    

    [Test constructing amd64 with amd64 Servicing in x86 Base]
    Code:
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Construct Core
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    [==========================100.0%==========================]
    
    Error: 87
    
    An error occurred while processing the command.
    Ensure that the command-line arguments are valid. For more information, review the log file.
    
    The DISM log file can be found at z:\1.log
    
    [Test constructing amd64 with amd64 Servicing without x86 Servicing in x86 Base]
    Code:
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Construct EnterpriseS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.17763.1
    
    
    Error: 0x80004005
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at z:\1.log
    
    --->
    Code:
    2026-01-07 10:09:31, Error                 DISM   DISM Driver Manager: PID=8312 TID=2688 Failed to get the servicing stack path from the os services provider. - CDriverManager::Initialize(hr:0x80070003)
    

    [Reconstruct 14393.0 EnterpriseS amd64 en-GB with Neutral x86]
    Code:
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Convert Neutral to EnterpriseS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.14393.0
    
    Removing package Microsoft-Windows-NeutralEdition~31bf3856ad364e35~x86~~10.0.14393.0
    Removing package Microsoft-Windows-NeutralEdition~31bf3856ad364e35~x86~~10.0.14393.0
    [==========================100.0%==========================]
    
    
    Error: 87
    
    An error occurred while processing the command.
    Ensure that the command-line arguments are valid. For more information, review the log file.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    -->
    x86 on amd64 is named as "WOW64". Therefore x86 packages, which have same components of WOW64 packages, cannot be removed.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,090
    15,292
    340
  18. TK50P

    TK50P MDL Member

    May 29, 2023
    191
    95
    10
    Code:
    C:\>dism /image:C:\mount /add-package /packagepath:C:\sxs\Windows\WinSxS\Microsoft-Windows-Enterprise-Desktop-Shared-Package~31bf3856ad364e35~amd64~~10.0.26100.1.mum /source:C:\sxs\Windows\WinSxS /logpath:C:\db.log
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5074
    
    Image Version: 10.0.26100.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Enterprise-Desktop-Shared-Package~31bf3856ad364e35~amd64~~10.0.26100.1
    [==========================100.0%==========================]
    Microsoft-Windows-Enterprise-Desktop-Shared-Package: The specified image is no longer serviceable and may be corrupted.
    Discard the modified image and start again.
     Error: 0x80073713
    
    Error: 14099
    
    The specified image is no longer serviceable and may be corrupted.
    Discard the modified image and start again.
    
    The DISM log file can be found at C:\db.log
    
    C:\>
    
    Code:
    2026-01-07 06:12:43, Info                  CSI    000000b9 The queue has completed running, and AI failures have occured.
    2026-01-07 06:12:43, Info                  CSI    000000ba ==Error Summary Start==
    2026-01-07 06:12:43, Error                 CSI    000000bb (F) Installer: Mof    Binary Name: mofinstall.dll    ErrorCode: 80041002    Phase: 9    Mode: Delta    Component: NONE[gle=0x80004005]
    2026-01-07 06:12:43, Info                  CSI    000000bc ==Error Summary End==
    2026-01-07 06:12:43, Error                 CSI    000000bd (F) AI failure encountered during offline servicing.  Not attempting rollback.
    [gle=0x80004005]
    2026-01-07 06:12:43, Error                 CSI    000000be@2026/1/7:04:12:43.394 (F) onecore\base\wcp\componentstore\com\store_transaction.cpp(3159): Error STATUS_ADVANCED_INSTALLER_FAILED originated in function Windows::COM::CComponentStore::ApplyTransactionNow expression: static_cast<DWORD>(14099L)
    [gle=0x80004005]
    2026-01-07 06:12:43, Error                 CSI    000000bf (F) STATUS_ADVANCED_INSTALLER_FAILED #295162# from Windows::COM::CComponentStore::ApplyTransactionNow(...)[gle=0xd0150020]
    2026-01-07 06:12:43, Error                 CSI    000000c0 (F) HRESULT_FROM_WIN32(ERROR_ADVANCED_INSTALLER_FAILED) #295156# from Windows::COM::CPendingTransaction::IStorePendingTransaction_Apply(...)[gle=0x80073713]
    2026-01-07 06:12:43, Error                 CSI    000000c1 (F) HRESULT_FROM_WIN32(ERROR_ADVANCED_INSTALLER_FAILED) #295155# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_Commit(Flags = 2144, pSink = NULL, disp = 0)[gle=0x80073713]
    2026-01-07 06:12:43, Error                 CSI    000000c2 (F) HRESULT_FROM_WIN32(ERROR_ADVANCED_INSTALLER_FAILED) #295154# 795346 us from Windows::ServicingAPI::CCSITransaction_ICSITransaction::Commit(flags = 0x00000860, pSink = NULL, disp = 0)
    [gle=0x80073713]
    2026-01-07 06:12:43, Info                  CSI    000000c3 Perf: LRU Cache Clear @0x2919d60
    2026-01-07 06:12:43, Info                  CBS    Setting ExecuteState key to: CbsExecuteStateDeviceInstalls
    2026-01-07 06:12:43, Error                 CBS    Exec: Failed to commit CSI transaction to execute changes. [HRESULT = 0x80073713 - ERROR_ADVANCED_INSTALLER_FAILED]
    
     
  19. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    926
    694
    30