[ARCHIVED] Windows Editions Reconstruction Project

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

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

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    It works only with 19041+ versions.
    Fods from versions before 19041 are not downloadable seperately.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
  3. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #7183 zhanglin, Mar 24, 2022
    Last edited: Mar 24, 2022
    You didn't understand what I said, if "6-BootWim.cmd" is "EOF" in these two places, it will not uninstall and save the image, if it is "Save", it will uninstall and save the image, complete unstagedboot.wim production.

    The "6-BootWim.cmd" in the two "unstaged" downloaded before and after is different.
     
  4. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    It takes a lot of time to put the script together. Also I found the universal files need to be downloaded from uup:
    1.*.cab (ALL fods)
    2.*.esd (Except esds like professional_en-us.esd)
    3.*.en-us.esd
    4.professional_*.esd
    5.*countryspecific_zh-cn.esd
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7185 xinso, Mar 24, 2022
    Last edited: Mar 24, 2022
    For latest build, unless you tell users that the created image is Single Edition, the Edition(s) to be upgraded to should be included (as an official image does).
     
  6. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    I know. Just a question: What status is professional package in core image? Installed or STAGED?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7187 xinso, Mar 24, 2022
    Last edited: Mar 24, 2022
    [xml]
    stage Professional
    install Core
     
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Than I should add a EditionStaged.txt to the script.
    Didn't you notice the xml creation code is stageable?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7189 xinso, Mar 24, 2022
    Last edited: Mar 24, 2022
    I have no idea about that. stageable "xml creation code"?
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7190 xinso, Mar 24, 2022
    Last edited: Mar 25, 2022
  11. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    276
    98
    10
  12. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Four wims created in unstaged script, put them in the root folder of sxsstage.
    Note: modify the _imgs folder to create custom image.
     
  13. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,434
    340
    #7195 xinso, Mar 25, 2022
    Last edited: Mar 25, 2022
    10537.1000_Unstaged_Combo_amd64

    Create-Single.cmd
    Code:
    @echo off
    pushd "%~dp0"
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    :: SKU=23
    :: SKU=CoreARM, CoreConnectedCountrySpecific, CoreConnected, CoreConnectedSingleLanguage, CoreCountrySpecific, Core, CoreSingleLanguage
    :: SKU=Education
    :: SKU=EmbeddedIndustryA, EmbeddedIndustryEEval, EmbeddedIndustryE, EmbeddedIndustryEval, EmbeddedIndustry 
    :: SKU=EnterpriseEval, Enterprise, EnterpriseSEval, EnterpriseS 
    :: SKU=PPIPro
    :: SKU=Professional, ProfessionalS, ProfessionalStudent, ProfessionalWMC
    :: SKU=Starter
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    set TARGET=Starter
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    set LANG=en-US
    
    set ARCH=amd64
    
    set LVER=10.0.10537.1000
    set SVER=10537.1000
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    rmdir /q /s temp >NUL 2>&1
    mkdir temp >NUL 2>&1
    mkdir temp\mount >NUL 2>&1
    set MT=temp\mount
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    copy /y files\install.wim install.wim >NUL 2>&1
    copy /y files\xml\%TARGET%.xml files\packages\1.xml >NUL 2>&1
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
     
  15. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    I said, it is hard to differ fods langpacks and normal fods.
    Once it's done, the whole build (All fods, langpacks and editions)can be created.Or you can change lang.txt
     
  16. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    Is it possible to create any edition with any language via unstaged way?
    For example: CoreCountrySpecific in en-us or ProfessionalN in ru-ru.
    Do not forget lang2.txt. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    149
    10
    Oh, so I just need to remove all languages except one from lang.txt?
     
  18. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    Yes. Remove any language you don't want from lang.txt and lang2.txt files. Just make sure these files are same. Or script might fail.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    149
    10
    Did that, and it still downloaded files for all languages.