Windows Editions Reconstruction Project

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

  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    Thank you. Now I just have to figure out how to get win32calc en-US 19041.1 language pack
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,703
    13,707
    340
    #6042 xinso, Dec 26, 2021
    Last edited: Dec 26, 2021
    Extract 19041.1
    Microsoft-Windows-Client-Language-Pack_x64_xx-xx.cab
    or
    microsoft-windows-client-languagepack-package_xx-xx-amd64-xx-xx.esd

    Install
    Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~xx-XX~10.0.19041.1.mum

    [Online]
    dism /online /add-package:C:\Microsoft-Windows-Client-Language-Pack_x64_xx-xx\Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~xx-XX~10.0.19041.1.mum

    [Offline]
    dism /image:C:\MOUNT /add-package:C:\Microsoft-Windows-Client-Language-Pack_x64_xx-xx\Microsoft-Windows-win32calc-Package~31bf3856ad364e35~amd64~xx-XX~10.0.19041.1.mum
     
  3. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,694
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,703
    13,707
    340
    Thanks, but mine is "ARM64" Win32Calc by Abbody.
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    Thank you. Now I have the complete packages and don't have to extract the entire language pack package whenever I need to add win32calc to my images
     
  6. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,694
    60
    Maybe this would work?
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,703
    13,707
    340
    #6049 xinso, Dec 26, 2021
    Last edited: Dec 26, 2021
    No. It is original arm64 Win32Calc language pack which is installed by original arm64 language pack while reconstruction.
     
  8. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    I can't build lol

    Code:
    C:\Windows\system32>mkdir logs  1>NUL 2>&1
    
    C:\Windows\system32>mkdir temp  1>NUL 2>&1
    
    C:\Windows\system32>dism /english /logpath:logs\1.log /scratchdir:"C:\WORK\temp" /image:mount /apply-unattend:1.xml   || pause
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    
    Error: 2
    
    Unable to access the image.
    Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder.
    
    The DISM log file can be found at logs\1.log
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    The error seems pretty self explanatory, you don't have the image mounted under c:\work
     
  10. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    No is mounted
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    the mounted OS must be in English ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    sorry I meant c:\mount
     
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    The script use C:\Work\mount for extract the wim
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    no i built it with non english img and LP
     
  15. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120
    ok

    what happen if you use?

    dism /image:mount /apply-unattend:1.xml || pause

    keep in mind that you must be in the parent directory of mount, given the path is relative not absolute (like dism /image:c:\work\mount)
     
  16. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    Code:
    C:\work>dism /english /logpath:logs\1.log /scratchdir:"C:\work\temp" /image:mount /apply-unattend:1.xml   || pause
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19041.1415
    
    
    Error: 0x800f0805
    
    The specified package is not valid Windows package.
    
    The DISM log file can be found at logs\1.log
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    3,781
    2,698
    120

    you need 10.0.19041.1
     
  18. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,238
    912
    60
    Thank you, I try with this 10.0.19041.1 build

    I build the EnterpriseS and after I apply the LCU update ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...