I have the MicrosoftEdge17763mui package - how do I use it to add Edge during MSMG Toolkit manipulations?
You know MSMG has said repeatedly that there is still no multilanguage support for the toolkit. You will have to wait until he releases it. If you really need it now and your image is x64, use GodHands powershell script. Cheers.
I only care for the En-US, the default, the USA English! I have no idea what God-Hand's PowerShell script is. I need to integrate Edge onto mounted image... But I have only .107 version and I am not sure if Edge will work on .107...
It does. You can even add it manually with the cabs in the toolkit. Just add the language pack last. Run in command window as administrator. Code: dism /image:<path to mounted wim> /add-package /packagepath:<path to main Edge cab for 17763> dism /image:<path to mounted wim> /add-package /packagepath:<path to language Edge cab for 17763>
using LTSC 1809 Windows OS Build 17763.253 I am unable to get this to work. I followed the instructions on page 3 to pull the 2 cabs with SxS, Copied those two files into C:\Windows\system32 folder then ran the command: dism /online /add-package /packagepath:Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1.cab /packagepath:Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1-en-US.cab I receive this error: any ideas on how I can get Edge to work in LTSC?
Why did you put them in System32? Just drop them in a folder on your desktop and run them from there.
because they would not execute from there and post #49 in this thread suggested putting them in system32, which I did and at least it executed, though with errors.
You know you need to run as administrator. Cab files will execute from anywhere, but dism needs to be run as administrator. You also need the whole path.
did run as an administrator (elevated privileges), though it does appear that the path I used had a typo, which is why they pooped out from the downloads folder in my profile. but it doesn't matter where I run them from I am getting the same error. Tired it from the downloads folder, desktop and system32 same error.
nope doesn't work, get error 0x80070003 which seems to be a permissions issue, but the files have everyone full control
Must be something in your install then, perhaps something you have changed. I have never had any trouble installing Edge. Are you on LTSC 2019, 1809, build 17763? EDIT: Yea, I guess you are.
just noticed your Microsoft-Windows-Internet-Browser-Package-amd64-10.0.17763.1.cab file is 14mb, mine is only 1.7mb that's really odd
so the files in your cabs are dated 9-15-2018 and mine are dated 10-29-2018, some of the files in yours are significantly larger, emodel.dll for example is 9.7mb in yours, and in mine it is 0.6mb I extracted mine from a Windows 10 pro virgin install machine.