[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    #1121 Javac75, Dec 29, 2024 at 10:05
    Last edited: Dec 29, 2024 at 10:33
    No way.
    but I want to see his/her session.xml too. :cool:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    190
    30
    Yes manual way. Which files needs to be edit? Just update.mum? Sharing a before after update.mum can be usefull. If editing of other mum manifest needs a before after share of mums and manifest can be usefull too. I can compare files
     
  3. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    190
    30
    I have downloaded UpdateOS!.Will check. I want to learn manual modding. Not with a tool.
     
  5. 2012mshs

    2012mshs MDL Novice

    Aug 13, 2015
    12
    14
    0
    It use Wuyouzi067 auto pack! Easy compare!
     
  6. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    190
    30
    Very good explanation. It is works as i guess.
     
  8. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    I hope that is clear enaugh for you.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    538
    190
    30
  10. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  12. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #1134 Skylined, Dec 29, 2024 at 16:44
    Last edited: Dec 29, 2024 at 17:34
    @xinso

    Season Greetings!

    Let's see what this has:
     

    Attached Files:

    • 2849.txt
      File size:
      197 bytes
      Views:
      33
  13. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    569
    264
    30
    the files that bedi creates? I'm just using the bedi script to create the enterpriseS edition and then integrate the modified LCU.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #1136 xinso, Dec 30, 2024 at 00:09
    Last edited: Dec 30, 2024 at 01:56
    Thank you. Happy New Year!

    The 20348.1 N Editions, having Common-RegulatedPackages packages. If you want it in official structure,

    Step 2-1:
    replace
    Code:
        <update name="Microsoft-Windows-Common-RegulatedPackages-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Common-RegulatedPackages-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Common-RegulatedPackages-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Common-RegulatedPackages-WOW64-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    with
    Code:
        <update name="Microsoft-Windows-Media-Placeholder-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Media-Placeholder-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    Step 2-2:
    Add Microsoft-Windows-Media-Placeholder-Package~31bf3856ad364e35~amd64~~10.0.20348.1.
     
  15. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    569
    264
    30
    @Javac75
    Here I am building with your script Windows 11 EnterpriseS (LTSC) 21h2 (22000.1) which I then want to upgrade using a LCU modified by your script

    Code:
    ========================================================================================================
    o-------------------------------- THE CONSTRUCTION Of ENTERPRISES -------------------------------------o
    ========================================================================================================
    
    
     Prepare  Checking all payload files necessary  Please wait
    
    Source Image version: Professional 10.0.22000.1
    
    Checking language package... ready.
    Checking specific package... ready.
    Checking client package... ready.
    
    
     Process  Get EnterpriseS edition files required  Please wait
    
    Extract Windows EnterpriseS specific edition esd... Done.
    Extract Windows language package... Done.
    
    
     Building  Mounting install.wim
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
     Building  Start building EnterpriseS
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.22000.1
    
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1
    Removing package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.22000.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    
     Integrate  Add es-ES Client language
      Done.
    
    
     Integrate  Set IoTEnterpriseS edition
      Done.
    
     ------------------------------------------------------------
      Current Edition : IoTEnterpriseS
     ------------------------------------------------------------
    
    
     Integrate  Trying to apply IoTEnterpriseS edition unattend file
    
      Done.
    
    
     Finish  Optimize and Cleanup image
    
    Optimizing provisioned appx packages... Optimized.
    Starting component cleanup... Done.
    
    
     Finish  Resetbase IoTEnterpriseS image
    
    Starting reset image base... Done.
    
    
     Finish  Cleanup unnecessary files
      Done.
    
    
     Finish  Save and Unmount IoTEnterpriseS image
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image File : C:\Bedi\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
     Finish  Set WIM information
    
    Setting the NAME property of image 1 to "IoTEnterpriseS".
    Setting the DESCRIPTION property of image 1 to "IoTEnterpriseS x64".
    Setting the FLAGS property of image 1 to "IoTEnterpriseS".
    Setting the DISPLAYNAME property of image 1 to "Windows 11 IoTEnterpriseS".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 11 IoTEnterpriseS 10.0.22000.1 x64".
    
    
     Finish  Optimize IoTEnterpriseS image
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    "install.wim" original size: 3489306 KiB
    Using LZX compression with 2 threads
    Archiving file data: 7891 MiB of 7891 MiB (100%) done
    Calculating integrity table for WIM: 3407 MiB of 3407 MiB (100%) done
    "install.wim" optimized size: 3489296 KiB
    Space saved: 9 KiB
    Information for Image 1
    -----------------------
    Index:                  1
    Name:                   IoTEnterpriseS
    Description:            IoTEnterpriseS x64
    Display Name:           Windows 11 IoTEnterpriseS
    Display Description:    Windows 11 IoTEnterpriseS 10.0.22000.1 x64
    Directory Count:        22491
    File Count:             109119
    Total Bytes:            16172036686
    Hard Link Bytes:        7183998567
    Creation Time:          Sat Jun 05 19:05:12 2021 UTC
    Last Modification Time: Mon Dec 30 00:40:28 2024 UTC
    Architecture:           x86_64
    Product Name:           Sistema operativo Microsoft« Windows«
    Edition ID:             IoTEnterpriseS
    Installation Type:      Client
    Product Type:           WinNT
    Product Suite:          Terminal Server
    Languages:              en-US es-ES
    Default Language:       es-ES
    System Root:            WINDOWS
    Major Version:          10
    Minor Version:          0
    Build:                  22000
    Service Pack Build:     1
    Service Pack Level:     0
    Flags:                  IoTEnterpriseS
    WIMBoot compatible:     no
    
      Done.
    
    ========================================================================================================
    o--------------------------- IoTEnterpriseS has been successfully constructed ----------------------------o
    ========================================================================================================
    
    
    Press e[X]it or [C]leanup.
    Code:
    windows10.0-kb5043067-x64_LCU.msu = generated by modLCU
    
    SSU-22000.3196-x64.esd
    Windows10.0-KB5043067-x64.esd
    The problem is in the integration of the modified LCU marking a source error, I am integrating outside of your script..

    Also attached log files with error report.
     

    Attached Files:

  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  17. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    177
    207
    10
    Yes, I need to see the log file that said error source, not this one.
    Try to use upmod.cmd in files folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    395
    178
    10
    Thank you, I tested and installed the language pack for my country pt-br but when I set the default language and country when restarting BSDO