Forum Discussion
Berg745
Feb 24, 2025Copper Contributor
How to run edge inside MSIX
HI there, I have a MSIX that starts msedge (psflauncher.exe and then the config.ini executbable points to edge with an argument to open website. When testing i see that Edge starts outside the bu...
Aug 11, 2025
Edge also runs in a container, but in that scenario is in a separate container. If it needs to see files in the package, you should try shared package container (Win11 minimum requirement). You'll have to read up on that, but basically you are creating a separate xml file for the package definitions, and use a separate PowerShell command to deploy and activate the xml file. When your app starts, edge should then start in your container.
Berg745
Aug 11, 2025Copper Contributor
Thanks,
Going to dive into this solution for the next release of this package.