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...
Berg745
Mar 03, 2025Copper Contributor
Looks like the issue is that there is always an edge.exe process running. Starting edge within a MSIX or Appv (same behaviour) takes over the current process. First killing al open processes and running then fixes the problem. But offcourse i don't want to kill al open processes of a users session.
RokeJulianLockhart
Aug 02, 2025Brass Contributor
So you're attempting to invoke an external installation of Edge from within an MSIX package, rather than repackage Edge as an MSIX?