[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #761 xinso, Nov 17, 2024
    Last edited: Nov 17, 2024
    Q: Is it possible to make the latest Edge.wim?

    ATM, there are two official ones:
    1. Edge-122.0.2365.106.wim (175,974 KB)
    2. Edge-130.0.2849.68.wim (179,543 KB)

    The latest is 131.0.2903.51.
     
  2. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    #762 winosr25, Nov 17, 2024
    Last edited: Nov 17, 2024
    130.0.2849.68 (27749.1000)

    no it gives a dism 0xc2fe0101 error with the cmd
    dism /Image:C:\offline /Add-Edge /SupportPath:"C:\Users\Administrator\Downloads\Edge.wim"
     
  3. maxtorix

    maxtorix MDL Member

    Feb 3, 2010
    181
    147
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #765 xinso, Nov 18, 2024
    Last edited: Nov 18, 2024
    winosr25 said:
    Code:
    no it gives a dism 0xc2fe0101 error with the cmd
    dism /Image:C:\offline /Add-Edge /SupportPath:"C:\Users\Administrator\Downloads\Edge.wim"
    

    [Hint]
    The correct usage is "dism /Image:C:\offline /Add-Edge /SupportPath:"C:\Users\Administrator\Downloads".

    PS:
    If error still occurs, the Edge.wim must be made improperly.

    e.g. A properly made 131.0.2903.51 Edge.wim should be composed of

    Edge
    Code:
    Application
    Edge.dat
    
    EdgeCore
    Code:
    131.0.2903.51
    
    EdgeUpdate
    Code:
    1.3.195.35
    EdgeUpdate.dat
    MicrosoftEdgeUpdate.exe
    
    EdgeWebView
    Code:
    Application
    EdgeWebView.dat
    
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #766 xinso, Nov 18, 2024
    Last edited: Nov 18, 2024
    Q: Where to get these three Client Apps for Server? (Temporarily switch Server to Client if not available?)
    Code:
    Microsoft.Copilot_8wekyb3d8bbwe
    Microsoft.StartExperiencesApp_8wekyb3d8bbwe
    Microsoft.WidgetsPlatformRuntime_1.6.1.0_neutral_~_8wekyb3d8bbwe
    
    PS:
    These two are installed on Client by 26100.1742 CU.
    Code:
    Microsoft.Copilot_8wekyb3d8bbwe (amd64_microsoft-copilot_31bf3856ad364e35_10.0.26100.712_none_70c07f1218639276)
    Microsoft.StartExperiencesApp_8wekyb3d8bbwe (amd64_microsoft-windows-startexperiencesapp_31bf3856ad364e35_10.0.26100.712_none_25472221920ab242)
    
    Missing Microsoft.WidgetsPlatformRuntime_1.6.1.0_neutral_~_8wekyb3d8bbwe should be the reason why the Widgets is abnormal on Server.

    No No No.
    Code:
    Microsoft.Copilot_8wekyb3d8bbwe
    
    Error: 0x8051100f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    Code:
    microsoft.startexperiencesapp_8wekyb3d8bbwe
    
    Error: 0x8051100f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    How about the ones from Microsoft Store link generator?
    Microsoft.Copilot_1.1.9.0_neutral_~_8wekyb3d8bbwe.Msixbundle
    Code:
    Microsoft.Copilot_1.1.9.0_neutral_~_8wekyb3d8bbwe
    
    Error: 0x803d0000
    
    The input data was not in the expected format or did not have the expected value.
    
    microsoft.startexperiencesapp_8wekyb3d8bbwe.msixbundle
    Code:
    microsoft.startexperiencesapp_8wekyb3d8bbwe
    
    Error: 0x8051100f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    OK.

    Q: Where is Microsoft.WidgetsPlatformRuntime_1.6.1.0_neutral_~_8wekyb3d8bbwe?
    A: Solution:
    Step 3-1: Temporarily switch Server to Client.
    Step 3-2: Run Store update for WidgetsPlatformRuntime to be installed.
    Step 3-3: Switch back to Server, and Widgets will run alike Client. Yeah, very lovely.

    Q: Is it possible to fetch it through ESEDatabaseView for integration?

    Yes, in \Program Files\WindowsApps.
    Microsoft.WidgetsPlatformRuntime_1.6.1.0_neutral_~_8wekyb3d8bbwe
    But no effective regular download URL...


    Here it is:
    microsoft.widgetsplatformruntime_8wekyb3d8bbwe.xml
    Code:
    <ProductID>9N3RK8ZV2ZR8</ProductID>
    
    <PFM>microsoft.widgetsplatformruntime_8wekyb3d8bbwe</PFM>
    
    Microsoft.WidgetsPlatformRuntime_1.6.1.0_neutral_~_8wekyb3d8bbwe.msixbundle
    RP (Release Preview) at Microsoft Store link generator.
     
  6. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    Sure, you can directly extract the installer, copy files and pack them.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #768 xinso, Nov 18, 2024
    Last edited: Nov 18, 2024
    Long time no see.

    Yes, I'd just got 131.0.2903.51. Thanks.
     
  8. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    I modded Microsoft-Edge-WebView-FOD-Package 130.0.2849.68 (27749.1000) for 26100.1.
    I installed this in dism without error once recorded I remain in 122.0.2365.106
     
  9. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    nlite is missing this, it doesn't work either
    Microsoft.UI.Xaml.x64.2.8.appx"
    Microsoft.VCLibs.x64.14.00.appx"
    Microsoft.VCLibs.x64.14.00.Desktop.appx"
     
  10. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    this is a sound pack too old for the Edge-130.0.2849.68
     
  11. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
  12. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    the manifestations are decrypted in the pack
     
  13. winosr25

    winosr25 MDL Member

    May 14, 2024
    106
    51
    10
    I'm going to dig into the destop or feature client it's hidden we're missing a capilot appx or other
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #776 xinso, Nov 19, 2024
    Last edited: Nov 20, 2024
    Q: Are these two of the same?
    1. C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
    2. C:\Program Files\WindowsApps\Microsoft.StartExperiencesApp_2021.1.8.0_neutral_~_8wekyb3d8bbwe
     
  15. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    Can someone make a fixed en-us Client Lang pack for 25398 pls
    so updates will be installed
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    #778 xinso, Nov 21, 2024
    Last edited: Nov 21, 2024
    Both 25398.1189 and 25398.1251 fail for my en-US Pro.
     
  17. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    yes cos same lang file related to powershell and its .cat file
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,672
    14,410
    340
    zwl29107, are these two official OEM?

    22000.1.210604-1628.co_release_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso
    22621.1.amd64fre.ni_release.220506-1250_Client_EnterpriseS_OEM_en-us.iso

    PS:
    I don't use Baidu anymore.