[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8861 xinso, Jul 22, 2022
    Last edited: Jul 23, 2022
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8862 xinso, Jul 23, 2022
    Last edited: Jul 23, 2022
    NOT all esd can be successfully installed.
    Code:
    ------------------------------------------------------------
    Add SSU
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    An error occurred trying to open - files\update\ssu\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    An error occurred trying to open - Z:\00000.0_Core_to_Standalone_DotNetRollup_Update\files\update\ssu\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    
    Error: 87
    
    An error occurred trying to open - Z:\00000.0_Core_to_Standalone_DotNetRollup_Update\files\update\ssu\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    PS:
    If install after standalone Core has been unmounted, no need to expand, and no problem as #8880.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8863 xinso, Jul 23, 2022
    Last edited: Jul 23, 2022
    Give it a go, why not.
    Code:
    
    ------------------------------------------------------------
    Create standalone 10240.16384 Windows 10 Home amd64 en-US
    ------------------------------------------------------------
    
    ------------------------------------------------------------
    Mount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Education
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EducationEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Enterprise
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Professional
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set Core key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Get current edition
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add .NET Framework 4.8
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.2919
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add DotNetRollup
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Applying image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4526.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Reset Core base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Save and Unmount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : Z:\00000.0_Core_to_Standalone_DotNetRollup\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Export Core image to install.wim
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set wim information
    ------------------------------------------------------------
    
    Setting the NAME property of image 1 to "Windows 10 Core".
    Setting the DESCRIPTION property of image 1 to "Windows 10 Core".
    Setting the FLAGS property of image 1 to "Core".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Home".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 10 Home".
    Calculating integrity table for WIM: 3167 MiB of 3167 MiB (100%) done
    
    Done.
    
    Press any key to continue . . .
    
    
    -->
    Code:
    C:\windows\system32>dism /english /image:z:\1 /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:z:\1 /add-package:z:\Windows10.0-KB5014024-x64-C.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    An error occurred trying to open - z:\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    An error occurred trying to open - z:\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    
    Error: 87
    
    An error occurred trying to open - z:\Windows10.0-KB5014024-x64-C.esd Error: 0x80070057
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    C:\windows\system32>dism /english /image:z:\1 /add-package:Z:\Windows10.0-KB5014024-x64-C
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_KB5014024~31bf3856ad364e35~amd64~~10240.19291.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:z:\1 /add-package:Z:\Windows10.0-KB5015832-x64-C
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.19291
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.19360.1.5
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x800f0922
    
    Error: 0x800f0922
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    C:\windows\system32>
    
    -->
    Failed
    --> Applied to K:
    Code:
    C:\windows\system32>dism /english /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /add-package:Z:\Windows10.0-KB5014024-x64-C
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_KB5014024~31bf3856ad364e35~amd64~~10240.19291.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:K: /add-package:Z:\Windows10.0-KB5015832-x64-C
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.19291
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.19360.1.5
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x800f0922
    
    Error: 0x800f0922
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    C:\windows\system32>
    
    -->
    Failed
    -->
    Code:
    
    ------------------------------------------------------------
    Create standalone 10240.16384 Windows 10 Home amd64 en-US
    ------------------------------------------------------------
    
    ------------------------------------------------------------
    Mount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Education
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EducationEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Enterprise
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Professional
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set Core key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Get current edition
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add .NET Framework 4.8
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.2919
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add DotNetRollup
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Applying image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4526.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Reset Core base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Save and Unmount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : Z:\00000.0_Core_to_Standalone_DotNetRollup\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Optimize install.wim
    ------------------------------------------------------------
    
    "install.wim" original size: 3548340 KiB
    Using LZX compression with 12 threads
    Archiving file data: 6733 MiB of 6733 MiB (100%) done
    "install.wim" optimized size: 3243141 KiB
    Space saved: 305198 KiB
    
    ------------------------------------------------------------
    Set wim information
    ------------------------------------------------------------
    
    Setting the NAME property of image 1 to "Windows 10 Core".
    Setting the DESCRIPTION property of image 1 to "Windows 10 Core".
    Setting the FLAGS property of image 1 to "Core".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Home".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 10 Home".
    
    Done.
    
    Press any key to continue . . .
    
    
    --> Applied to K:
    --> Dism++ + Windows10.0-KB5014024-x64-C.esd + Windows10.0-KB5014710-x64-C.esd
    Code:
    C:\windows\system32>dism /english /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.19291
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    -->
    The failure is caused by incomplete Windows10.0-KB5015832-x64-C.esd.
    --> Dism++ + Windows10.0-KB5015832-x64-C.esd.
    Code:
    C:\windows\system32>dism /english /image:K: /get-packages
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.19291
    
    Packages listing:
    
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.10240.16384
    State : Installed
    Release Type : Language Pack
    Install Time : 2015/7/10 下午 01:11
    
    Package Identity : Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : Feature Pack
    Install Time : 2015/7/10 下午 12:20
    
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : Foundation
    Install Time : 2015/7/10 下午 12:20
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:12
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:12
    
    Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:12
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:12
    
    Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:12
    
    Package Identity : Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~en-US~10.0.10240.16384
    State : Installed
    Release Type : Language Pack
    Install Time : 2015/7/10 下午 01:11
    
    Package Identity : Microsoft-Windows-Prerelease-Client-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : Feature Pack
    Install Time : 2015/7/10 下午 12:20
    
    Package Identity : Microsoft-Windows-RetailDemo-OfflineContent-Content-en-us-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:15
    
    Package Identity : Microsoft-Windows-RetailDemo-OfflineContent-Content-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 2015/7/10 下午 01:15
    
    Package Identity : Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4526.1
    State : Installed
    Release Type : Update
    Install Time : 2022/7/23 下午 03:40
    
    Package Identity : Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.2919
    State : Installed
    Release Type : Update
    Install Time : 2022/7/23 下午 03:40
    
    Package Identity : Package_for_KB5014024~31bf3856ad364e35~amd64~~10240.19291.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 2022/7/23 下午 03:55
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.19325.1.38
    State : Uninstall Pending
    Release Type : Security Update
    Install Time : 2022/7/23 下午 04:01
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.19360.1.5
    State : Install Pending
    Release Type : Security Update
    Install Time : 2022/7/23 下午 04:12
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    -->
    Solved
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8864 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Solved? For LCU only, not for "LCU Integration" to both WinRE.wim and Install.wim.
    Code:
    2022-07-24 11:42:11, Error                 CSI    00005f92 (F) STATUS_CANNOT_DELETE #26534907# from Windows::Rtl::SystemImplementation::CDirectory::DeleteExistingFile(...)[gle=0xd0000121]
    2022-07-24 11:42:11, Error                 CSI    00005f93 (F) STATUS_CANNOT_DELETE #26534906# from Windows::Rtl::SystemImplementation::CDirectory_IRtlDirectoryTearoff::DeleteExistingFile(flags = (MissingFileIsOk|MarkDeletePending|OpenForBackup|DeleteIfReadOnly), oa = @0x119af7e338->SIL_OBJECT_ATTRIBUTES {s:40; on:"SSShim.dll"; a:(OBJ_CASE_INSENSITIVE)}, disp = Invalid)
    [gle=0xd0000121]
    2022-07-24 11:42:11, Info                  CSI    00005f94 Error STATUS_CANNOT_DELETE while executing operation HardLinkFile on [l:326{163}]"\??\C:\Windows\WinSxS\amd64_microsoft-windows-packagemanager_31bf3856ad364e35_10.0.10240.17709_none_f4d226c48df53653\SSShim.dll, \??\C:\Windows\System32\SSShim.dll"
    
    Yet it ended up
    Code:
    ===================================================================================================
    10240.19265 standalone Windows 10 Home amd64 en-US has been successfully created
    ===================================================================================================
    
    Which should be 10240.19360.
     
  5. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Rename SSShim.dll to something else after dism starts.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8866 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    "Rename SSShim.dll", dism won't work.

    "Mount" + LCU --> No
    "Apply" + LCU --> Yes

    Why?
     
  7. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Best Guess: DISM providers are different.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8868 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Same image, isn't it?
     
  9. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    DISM.log says when the image is mounted, WImProvider.dll will be loaded.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8870 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    So, how to solve?

    Apply, OK.
    Mount, not OK. (No influence from .Net48 and DotNetRollup integration.)
     
  11. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Read carefully #8884. You start dism first, and rename ssshim before dism reaches 69%.
     
  12. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Not sure if it matters, but I think that if you update 10240.16384 or 14393.1 normally via WU the they will be updated to an intermediate cumulative update (14393.2273, don't remember about 10240), then (after a reboot) they will be updated to the LCU. There must be a reason for that. I don't think is just a WU glitch.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8873 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Anyway, the update integration with Reconstruction script will fail. 10240.16384 is really weird.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8874 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Q: For reconstruction structure, do we need full UUP image?
    A: No. The Edition esd is enough. e.g. 25163.1000 MetadataESD_professional_en-us.esd.

    All is needed is MetadataESD_professional_en-us.esd\3\Windows\servicing\Sessions\Sessions.xml.

    Remember not to go long winding road.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8875 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Q: What is gonna be main changes for following editions?
    A:

    [IoTEnterpriseS]
    Microsoft-SecHealth-UI-Package
    and
    Microsoft-Windows-win32calc-Package
    Microsoft-Windows-win32calc-WOW64-Package

    [EnterpriseG]
    Microsoft-Windows-Shell-Wallpaper-Common-Package
    Microsoft-Client-Features-Classic-Package
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8876 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    10240 update integration works in this way:
    1. Reconstruct with script
    Code:
    
    ------------------------------------------------------------
    Create standalone 10240.16384 Windows 10 Home amd64 en-US
    ------------------------------------------------------------
    
    ------------------------------------------------------------
    Mount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Education
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EducationEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Enterprise
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Remove Professional
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.10240.16384
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Set Core key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Get current edition
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.16384
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    Press any key to continue . . .
    
    --> pause
    2. Update with Dism++
    -->
    3. continued by script
    Code:
    
    ------------------------------------------------------------
    Reset Core base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.10240.19291
    
    
    
    Error: 0x800f0806
    
    The operation could not be completed due to pending operations.
    
    The DISM log file can be found at C:\windows\Logs\DISM\dism.log
    
    ------------------------------------------------------------
    Save and Unmount Core image
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image File : Z:\00000.0_Core_to_Standalone_DotNetRollup\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Optimize install.wim
    ------------------------------------------------------------
    
    "install.wim" original size: 4541062 KiB
    Using LZX compression with 12 threads
    Archiving file data: 9361 MiB of 9361 MiB (100%) done
    "install.wim" optimized size: 4304248 KiB
    Space saved: 236814 KiB
    
    ------------------------------------------------------------
    Set wim information
    ------------------------------------------------------------
    
    Setting the NAME property of image 1 to "Windows 10 Core".
    Setting the DESCRIPTION property of image 1 to "Windows 10 Core".
    Setting the FLAGS property of image 1 to "Core".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Home".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 10 Home".
    
    Done.
    
    Press any key to continue . . .
    
    --> with
    Reset Core base
    Error: 0x800f0806
    The operation could not be completed due to pending operations.

    Q: Pending for which updates?
    A: Windows\WinSxS\Pending.xml.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8877 xinso, Jul 24, 2022
    Last edited: Jul 24, 2022
    Q: What is the difference between EditionSpecific package of ServerTurbine and ServerTurbineCor?

    [ServerTurbine]
    Microsoft-Windows-Editions-ServerTurbine-Package
    +
    Microsoft-Windows-Internet-Naming-Tools-Package
    Microsoft-Windows-SrvInitConfig-Package-Package

    [ServerTurbineCor]
    Microsoft-Windows-Editions-ServerTurbineCor-Package

    [Common Packages]
    Microsoft-Windows-Branding-ServerTurbine-Package
    Microsoft-Windows-Security-SPP-Component-SKU-ServerTurbine-Package
    Server-Help-Package.ServerDatacenter
    +
    Microsoft-Windows-EditionPack-ServerTurbine-Package
    Microsoft-Windows-EditionPack-ServerTurbine-WOW64-Package
    (HotPatch)
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8878 xinso, Jul 25, 2022
    Last edited: Jul 25, 2022
    Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-Package~31bf3856ad364e35~amd64~~10.0.20348.825
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-Package" version="10.0.20348.825" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor" releaseType="Feature Pack">
        <update name="2d2fe58bdbf34af012093fe59e9e01a5">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-merged-Package" version="10.0.20348.803" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="3019fa52f786c098fce5e739f52c4bfc">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="BCD-Template-HCI-Package" version="10.0.20348.681" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="4721bcc0e9c0474b829bcf263407bff9">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Branding-ServerAzureStackHCICor-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="c6d71227899e2c1010b3e7090764ac46">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-CoreSystem-BootEnv-Hci-Package" version="10.0.20348.825" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="9dfe86fc3553038dbcc8bbf60ecac445">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Editions-ServerAzureStackHCICor-Package" version="10.0.20348.825" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="29245d323881099e5cd48bdbf27f069b">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Security-SPP-AzureStackHCIAddOn-Package" version="10.0.20348.803" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="fc42bdc33458f8336b3c28470074b698">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-ServerAzureStackHCICor-Package" version="10.0.20348.681" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="01731c83da42fc87426299b7e92c29c7">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Server-HelpResources-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="e7fe3b87b424e5cfe110a6eab5fdda4c">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Server-Setup-Hci-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="fd8891376f42cd98ae9f7a5335b4700f">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Server-Help-Package.ServerDatacenter" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
    21H2 20348.825
    Code:
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.20348.825
    
    Current edition is:
    
    Current Edition : ServerAzureStackHCICor
    
    The operation completed successfully.
    
    C:\windows\system32>
    

    Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-Package~31bf3856ad364e35~amd64~~10.0.20348.859
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor" releaseType="Feature Pack">
        <update name="2d2fe58bdbf34af012093fe59e9e01a5">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionSpecific-ServerAzureStackHCICor-merged-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="3019fa52f786c098fce5e739f52c4bfc">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="BCD-Template-HCI-Package" version="10.0.20348.681" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="4721bcc0e9c0474b829bcf263407bff9">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Branding-ServerAzureStackHCICor-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="c6d71227899e2c1010b3e7090764ac46">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-CoreSystem-BootEnv-Hci-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="9dfe86fc3553038dbcc8bbf60ecac445">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Editions-ServerAzureStackHCICor-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="a47f149d4111acbd5fa3685e168bd5f9">
          <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
            <mum2:noAutoMerge />
          </mum2:customInformation>
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Product-Data-ASOSFe-22h2-EKB-Wrapper-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="29245d323881099e5cd48bdbf27f069b">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Security-SPP-AzureStackHCIAddOn-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="fc42bdc33458f8336b3c28470074b698">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-ServerAzureStackHCICor-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="01731c83da42fc87426299b7e92c29c7">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Server-HelpResources-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="e7fe3b87b424e5cfe110a6eab5fdda4c">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Server-Setup-Hci-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="c853818c470b4c3e82802836f4c43a58">
          <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
            <mum2:noAutoMerge />
          </mum2:customInformation>
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-UpdateTargeting-ServerOS-ASOSFe-22h2-EKB-Wrapper-Package" version="10.0.20348.859" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="fd8891376f42cd98ae9f7a5335b4700f">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Server-Help-Package.ServerDatacenter" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
    22H2 20349.859
    Code:
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.20349.859
    
    Current edition is:
    
    Current Edition : ServerAzureStackHCICor
    
    The operation completed successfully.
    
    C:\windows\system32>
    
     
  19. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Enablement package missing: What's the feature controled by it
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,707
    14,434
    340
    #8880 xinso, Jul 25, 2022
    Last edited: Jul 25, 2022
    Microsoft only knows.