[ARCHIVED] Windows Editions Reconstruction Project

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

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

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
  2. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    This version is 25398.1, problems occur when updating to a different version
     
  3. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    If you want, add 709 update to the script and I will send you the errors in the temp file.
     
  4. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    Just run the previous command and add /logpath: lcu.log > p.log at the end
     
  5. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-3-25_14-39-23.png

    I did it this way, is it right?
     
  6. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    No.
    Code:
    @echo off
    set tempdir=d:\temp
    set pkg=d:\pkg
    set wim=d:\install.wim
    set index=1
    set mount=d:\mount
    set lp=d:\lp
    set SSU=d:\KB5034861.esd
    set LCU=d:\KB5034769.esd
    md %tempdir%\output
    cd /d %tempdir%
    echo ^<?xml version="1.0" encoding="utf-8"?^>^
    
    ^<unattend xmlns="urn:schemas-microsoft-com:unattend"^>^
    
        ^<servicing^>^
    
            ^<package action="remove"^>^
    
                ^<assemblyIdentity name="Microsoft-Windows-ServerTurbineCorEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^
    
            ^</package^>^
    
            ^<package action="remove"^>^
    
                ^<assemblyIdentity name="Microsoft-Windows-ServerDatacenterCorEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^
    
            ^</package^>^
    
            ^<package action="install"^>^
    
                ^<assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /^>^
    
                ^<source location="%pkg%\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum" /^>^
    
            ^</package^>^
    
        ^</servicing^>^
    
    ^</unattend^> >unattend.xml
    dism /mount-wim /wimfile:%wim% /index:%index% /mountdir:%mount% /logpath:mount.log > mountp.log
    dism /image:%mount% /apply-unattend:unattend.xml /logpath:apply.log > applyp.log
    dism /image:%mount% /add-package:%lp% /logpath:addlp.log > addlpp.log
    dism /image:%mount% /add-package /packagepath:%SSU% /packagepath:%LCU% /logpath:addlcu.log > addlcup.log
    dism /unmount-wim /mountdir:%mount% /commit /logpath:unmount.log > unmountp.log
    
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,671
    14,409
    340
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Tested en-US version, works fine as well.
     
  9. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-3-25_17-26-25.png

    It installed without any problems, but it reacts late from time to time, so I'll ignore that from now on.
     
  10. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    If you have completed version 763 I can try it.
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,671
    14,409
    340
  12. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    @zwl29107 Can we create this version like Xinso does version 763?
     
  13. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    The official CU only supports Pro (and Pro based virtual editions) en-US, and I have completed 80% of the CU I created
     
  14. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Can you finish it today? I can't wait.
     
  15. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    This is unlikely. My computer's performance is very poor, and in my opinion, the file reading performance of PowerShell is very poor, too. It takes several hours just to generate CDF files.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,671
    14,409
    340
  17. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    I guess there is no ssd if it is that slow