[ARCHIVED] Windows Editions Reconstruction Project

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

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

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #6861 xinso, Mar 12, 2022
    Last edited: Mar 12, 2022
    [Fact about Unstaged ISO SKU channel]
    Retail

    Q: How to make license terms available for all channels?
    A: In install.wim\Windows\System32, add xx-XX\Licenses for all SKU channels.

    en-US for example
    Code:
    Z:\en-US\Licenses
    Z:\en-US\Licenses\OEM
    Z:\en-US\Licenses\Volume
    Z:\en-US\Licenses\_Default
    Z:\en-US\Licenses\OEM\Core
    Z:\en-US\Licenses\OEM\CoreCountrySpecific
    Z:\en-US\Licenses\OEM\CoreN
    Z:\en-US\Licenses\OEM\EnterpriseG
    Z:\en-US\Licenses\OEM\EnterpriseGN
    Z:\en-US\Licenses\OEM\EnterpriseS
    Z:\en-US\Licenses\OEM\EnterpriseSN
    Z:\en-US\Licenses\OEM\PPIPro
    Z:\en-US\Licenses\OEM\Professional
    Z:\en-US\Licenses\OEM\ProfessionalN
    Z:\en-US\Licenses\OEM\Core\license.rtf
    Z:\en-US\Licenses\OEM\CoreCountrySpecific\license.rtf
    Z:\en-US\Licenses\OEM\CoreN\license.rtf
    Z:\en-US\Licenses\OEM\EnterpriseG\license.rtf
    Z:\en-US\Licenses\OEM\EnterpriseGN\license.rtf
    Z:\en-US\Licenses\OEM\EnterpriseS\license.rtf
    Z:\en-US\Licenses\OEM\EnterpriseSN\license.rtf
    Z:\en-US\Licenses\OEM\PPIPro\license.rtf
    Z:\en-US\Licenses\OEM\Professional\license.rtf
    Z:\en-US\Licenses\OEM\ProfessionalN\license.rtf
    Z:\en-US\Licenses\Volume\Core
    Z:\en-US\Licenses\Volume\CoreCountrySpecific
    Z:\en-US\Licenses\Volume\CoreN
    Z:\en-US\Licenses\Volume\EnterpriseG
    Z:\en-US\Licenses\Volume\EnterpriseGN
    Z:\en-US\Licenses\Volume\EnterpriseS
    Z:\en-US\Licenses\Volume\EnterpriseSN
    Z:\en-US\Licenses\Volume\PPIPro
    Z:\en-US\Licenses\Volume\Professional
    Z:\en-US\Licenses\Volume\ProfessionalN
    Z:\en-US\Licenses\Volume\Core\license.rtf
    Z:\en-US\Licenses\Volume\CoreCountrySpecific\license.rtf
    Z:\en-US\Licenses\Volume\CoreN\license.rtf
    Z:\en-US\Licenses\Volume\EnterpriseG\license.rtf
    Z:\en-US\Licenses\Volume\EnterpriseGN\license.rtf
    Z:\en-US\Licenses\Volume\EnterpriseS\license.rtf
    Z:\en-US\Licenses\Volume\EnterpriseSN\license.rtf
    Z:\en-US\Licenses\Volume\PPIPro\license.rtf
    Z:\en-US\Licenses\Volume\Professional\license.rtf
    Z:\en-US\Licenses\Volume\ProfessionalN\license.rtf
    Z:\en-US\Licenses\_Default\Core
    Z:\en-US\Licenses\_Default\CoreCountrySpecific
    Z:\en-US\Licenses\_Default\CoreN
    Z:\en-US\Licenses\_Default\EnterpriseG
    Z:\en-US\Licenses\_Default\EnterpriseGN
    Z:\en-US\Licenses\_Default\EnterpriseS
    Z:\en-US\Licenses\_Default\EnterpriseSN
    Z:\en-US\Licenses\_Default\PPIPro
    Z:\en-US\Licenses\_Default\Professional
    Z:\en-US\Licenses\_Default\ProfessionalN
    Z:\en-US\Licenses\_Default\Core\license.rtf
    Z:\en-US\Licenses\_Default\CoreCountrySpecific\license.rtf
    Z:\en-US\Licenses\_Default\CoreN\license.rtf
    Z:\en-US\Licenses\_Default\EnterpriseG\license.rtf
    Z:\en-US\Licenses\_Default\EnterpriseGN\license.rtf
    Z:\en-US\Licenses\_Default\EnterpriseS\license.rtf
    Z:\en-US\Licenses\_Default\EnterpriseSN\license.rtf
    Z:\en-US\Licenses\_Default\PPIPro\license.rtf
    Z:\en-US\Licenses\_Default\Professional\license.rtf
    Z:\en-US\Licenses\_Default\ProfessionalN\license.rtf
    
     
  2. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    Hi, I'm wondering how to make system registry neutral for unstaged images. Because if I use an registry files from Professional/Core edition, then Setup detects the OS as Professional/Core. It does not ask which OS to install.
    Now I'm trying with 19041.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    Just use the config from 19100.1051 Unstaged ISO. It is universal and neutral for all.
     
  4. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    The install.wim I made, is it the standard Unstaged install.wim? Mount the image, dism++ shows that this interface is not supported, use Apply-Unattend to install Microsoft-Windows-ProfessionalEdition, which is a normal installation image.

    Mount the image
    a.png

    use Apply-Unattend to install Microsoft-Windows-ProfessionalEdition
    b.PNG
     
  5. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    It is only universal to x64 images since the cpu architecture registry is 0x00000009
     
  6. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    I'm making a script to stage an unstaged image in one click
     
  7. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
  8. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    And
    Add the langpack and modify the image state
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #6869 xinso, Mar 12, 2022
    Last edited: Mar 12, 2022
    Thank you. It is 19100.1051.210916-1011.VB_RELEASE_SVC_TEAM_FLIGHT_CLIENTUNSTAGED_RETAIL_X64FRE_EN-US.ISO.

    Q: How to maka Unstaged ISO in one's own language? Possible?
     
  10. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #6870 zhanglin, Mar 12, 2022
    Last edited: Mar 12, 2022
    I can access

    I haven't seen the constitute of unstaged.wim, so not sure if I'm doing it correctly.
     
  11. keqing

    keqing MDL Novice

    Feb 2, 2021
    28
    14
    0
    Hi xinso,I have tried to add the key value of "EnterpriseS" offline to the home sku of 10240, but your method doesn't seem to work. I tried to integrate the latest SSU with Dism, but it was completed in less than a second. As a result, I found that it was not integrated at all. In addition, updates such as KB4577586 and KB4589198 cannot be integrated. I think LCU cannot be integrated in this case.Is this my wrong operation method?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #6872 xinso, Mar 12, 2022
    Last edited: Mar 12, 2022
    Edition composition for build "As of 16299.15" and "From 17134.1 forward" is different.
     
  13. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    149
    10
    Get lp.cab for the language you want and put it into langpacks\xx-xx\lp.cab in the ISO.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    No no no. I have tested many times...

    10.0.14357.1000.rs1_release.160527-1700_amd64fre_client-unstaged_retail_it-it-DVD-ROM.iso
    19100.1051.210916-1011.VB_RELEASE_SVC_TEAM_FLIGHT_CLIENTUNSTAGED_RETAIL_X64FRE_EN-US.ISO

    19041.1.191206-1406.VB_RELEASE_CLIENTUNSTAGED_RETAIL_X64FRE_EN-US.ISO = OK
    19041.1.191206-1406.VB_RELEASE_CLIENTUNSTAGED_RETAIL_X64FRE_xx-XX.ISO = NOT OK (Offline Area Setting is not able to be set)
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
  16. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    149
    10
    You should change lang.ini, I think that's what preventing you from installing other languages.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    #6878 xinso, Mar 12, 2022
    Last edited: Mar 12, 2022
    I did change.

    1. install.wim and Languages from en-US ISO to xx-XX ISO
    2. en-US lp.cab to xx-XX lp.cab
    3. change lang.ini from 3 to 1
    --> Install
    4. unable to set Offline Area Setting
     
  18. Applegame12345

    Applegame12345 MDL Member

    Mar 13, 2016
    167
    149
    10
    Have you added the language you want to install?
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,436
    340
    Yes.

    2. en-US lp.cab to xx-XX lp.cab

    en-US --> xx-XX
    xx-XX lp.cab copy\paste\replace en-US lp.cab