CMGE_V2022-L.1345 had losted the lic.7z files in the winSxS folder and nutral.7z in the x:\Windows\System32\Licenses\neutral\ Maybe only with reconstruction way it will be fixed.
Do this links work for anyone? can't download them :\ or is there any ready clean version of this G edition?
EnterpriseG is for base image of OEM CMGE. Therefore, it is going the same way as IoTEnterpriseS. The license agreement file of EnterpriseG has been renewed with simply one placeholder.rtf at system32 and SysWOW64. CMGE, uses its own licence agreement files.
But in the iso, it have ei.cfg that's why after converting to en-US a license error appears during installation Code: [EditionID] EnterpriseG [Channel] volume [VL] 1 Must put that licensens and the neutral files in to the place, reapply the sku and set volume key, that will be successfull intalled.
Yes. But the official ISO installs fine. Why? This is from System32. Code: CMIT CMIT\LICENSE.txt _Default _Default\EnterpriseG _Default\EnterpriseG\license.rtf _Default\EnterpriseG\placeholder.rtf This is from SysWOW64. Code: _Default _Default\EnterpriseG _Default\EnterpriseG\license.rtf _Default\EnterpriseG\placeholder.rtf And CMGE setup uses _Default\EnterpriseG\license.rtf. EI.cfg = Volume _Default = Retail (Different to normal setup. unattend.xml?)
I'm curious about the basic language feature zh-CN, how to remove that permanent package? Do you have any idea?
basic language feature zh-CN, permanent package? Excuse me, but I can't understand what you mean. Oh, you mean... This microsoft-windows-languagefeatures-basic-zh-cn-package? To install, no sequence issue. To uninstall, the basic one has to be the last.
Yes, it is permanent package. Code: microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Now I have 2 language features basic package. Still can't remove that one permanent package even have update to 19044.1503 build.
The Basic package must be removed behind all others - the last to be removed. For all languages. e.g. [en-US] Code: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1 -------------------------------------------------------------------------------------------------------------------- Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [zh-CN] Code: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.19041.1 -------------------------------------------------------------------------------------------------------------------- Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Ocr-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 PS: The sequence has nothing to do with Microsoft-Windows-Client-LanguagePack-Package. you can also [zh-CN] Code: Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Ocr-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 -------------------------------------------------------------------------------------------------------------------- Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.19041.1
Code: D:\PackExtractor>for /F %x in ('findstr /i . Remove.txt 2>nul') do dism /english /image:Z:\1 /Remove-package /Packagename:%x D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Ocr-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-OCR-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>dism /english /image:Z:\1 /Remove-package /Packagename:Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. D:\PackExtractor>pause Press any key to continue . . . Code: Processing 1 of 1 - Removing package Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Yes, it will.
How that can be like that. That was not i facing lastnight until last hour ago. But, i just got the way. Download that zn-ch from uupdump, add to the image, and voila, now it removed completly.
See... I try to reproduce it for you... Code: Deployment Image Servicing and Management tool Version: 10.0.22000.1 Image Version: 10.0.19044.1415 Processing 1 of 6 - Removing package Microsoft-Windows-LanguageFeatures-Fonts-Hans-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] Processing 2 of 6 - Removing package Microsoft-Windows-LanguageFeatures-OCR-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] Processing 3 of 6 - Removing package Microsoft-Windows-LanguageFeatures-Speech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] Processing 4 of 6 - Removing package Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1 [==========================100.0%==========================] Processing 6 of 6 - Removing package microsoft-windows-languagefeatures-handwriting-zh-cn-package-Wrapper~31bf3856ad364e35~amd64~~10.0.19041.746 [==========================100.0%==========================] Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package: Permanent package cannot be uninstalled. Error: 0x800f0825 Error: 5 The command completed with errors. For more information, refer to the log file. The DISM log file can be found at logs\capa-cn.log It is weird.