[ARCHIVED] Windows Editions Reconstruction Project

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

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

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Yes, but unfortunately it waits on a black screen.
     
  2. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-3-25_3-44-5.png
    but i use this build esds maybe it was because of this
     
  3. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    There is no difference in these files.
     
  4. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Interesting, I don't understand, can we create version 763?
     
  5. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    You can add my .709 CU first, and then add the official .763 CU
     
  6. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-3-25_4-0-49.png

    I got an error while installing your cu package, do I have to do everything over again?
     
  7. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    Did you successfully add it yesterday?
     
  8. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Yes, I added it yesterday, now I don't understand why you did this.
     
  9. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    Because the official update only supports Professional en-US
     
  10. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Yes it is possible, I am repeating the steps and trying it now.
     
  11. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    I will send you a script in the afternoon that will retain the logs and package them into a single file. You can upload the logs for me to analyze the problem.
     
  12. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Yes, that would be better, we will be able to identify the problem exactly, I am waiting for you.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,671
    14,409
    340
  14. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    #15054 zwl29107, Mar 25, 2024
    Last edited: Mar 25, 2024
    script.cmd
    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
    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 /unmount-wim /mountdir:%mount% /commit /logpath:unmount.log > unmountp.log
    for %%i in (*.log) do echo %%i > list.txt
    makecab /f list.txt /d diskdirectorytemplate=%tempdir%\output /d cabinetnametemplate=log.cab
    explorer %tempdir%\output
     
  15. xinso

    xinso MDL Guru

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

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    it gave such a log file, it is available in the attachment.
     

    Attached Files:

    • log.zip
      File size:
      357 bytes
      Views:
      3
  17. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    Under normal circumstances, there should be 8 log files compressed into cabs.
    Even if I write a % less in the script(mountdir:%mount), there shouldn't be only one log file.
     
  18. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    this is temp folder in the attachment.
     

    Attached Files:

  19. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    599
    699
    30
    I have modified the script again.
     
  20. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10