Maybe https://forums.mydigitallife.net/th...nterprise-ltsb-ltsc.76296/page-3#post-1469676 But use the mum file instead of cab Or download this https://forums.mydigitallife.net/th...nterprise-ltsb-ltsc.76296/page-2#post-1468798
I already downloaded it. But I need packages and other languages and bitness. How to get these two packages? Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1-en-US.cab Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1.cab from ESD files???????????????????????
You don't get them from "microsoft-windows-editionspecific-professional-package.esd", you have to extract it with SxS on a running OS. But these two files are in the archive edge-10.0.17763.1.7z Spoiler Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1-en-US.cab Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1.cab
I know. I already have these two packages. Looking for other languages. but then how to understand this: https://forums.mydigitallife.net/th...nterprise-ltsb-ltsc.76296/page-3#post-1469767
You want to gather cab files for all languages and architectures? or just install the one suitable for you? my post was for the second i.e. for en-us x86 extract microsoft-windows-editionspecific-professional-package.esd to C:\Edge extract microsoft-windows-client-languagepack-package_en-us-x86-en-us.esd to C:\Lang run: Code: dism /online /norestart /add-package=C:\Edge\Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~x86~~10.0.17763.1.mum dism /online /norestart /add-package=C:\Lang\Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~x86~en-US~10.0.17763.1.mum PowerShell -NoLogo -NoProfile -NonInteractive -InputFormat None -ExecutionPolicy Bypass Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml
I am interested in the process of obtaining all possible packages of different languages and architectures. thank you very much, I will try.
That require modified SxSExtract.vbs to extract packages from other packages that, or downloading all Langs ISO/SVF
Alternatively you can download lang pack then extract ms edge releated files the files like below (after %lang% these numbers and chars not important ) : Code: %arch%_microsoft-windows-i..iguration.resources_31bf3856ad364e35_10.0.17763.1_%lang%_3a4510bd3d42b465/ (Folder) %arch%_microsoft-windows-m..osoftedge.resources_31bf3856ad364e35_10.0.17763.1_%lang%_6c2216992b8e51e9/ (Folder) %arch%_microsoft-windows-i..iguration.resources_31bf3856ad364e35_10.0.17763.1_%lang%_3a4510bd3d42b465.manifest %arch%_microsoft-windows-i..oyment-languagepack_31bf3856ad364e35_10.0.17763.1_%lang%_4dd79e28d8863cbb.manifest %arch%_microsoft-windows-m..gebrowser.resources_31bf3856ad364e35_10.0.17763.1_en-us_71660127cca36a0c.manifest %arch%_microsoft-windows-m..osoftedge.resources_31bf3856ad364e35_10.0.17763.1_%lang%_6c2216992b8e51e9.manifest Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~%arch%~%lang%~10.0.17763.1.cat Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~%arch%~%lang%~10.0.17763.1.mum
Work needed to trick windows update to get Edge updated. Tried the method used by MSMG toolkit, end up breaking windows update. Maybe some parameters need to be changed but I cannot find the correct value.
Did you put in the correct version number for the package? If you leave it as MSMG included in his toolkit, it (obviously) won't work. Cheers.