We are trying to migrate from internet explorer to Microsoft Edge chromium. We have a couple applications which require Java, we used to have internet explorer web application shortcuts using the "-noframemerging" paramater so we can sideload Java App-V for certain applications.
I can't seem to find a way to get this to work in Microsoft Edge Chromium, the problem is if a user already has a Microsoft Edge chromium window open and he opens the web application shortcut which require java, java app-v won't be loaded cause it will open in the same process that already exist.
Does anyone have any idea how to solve this?
If you are trying to isolate applications in each process then I suggest you can have a test with --site-per-process command-line switch.
You can refer to the steps below to apply the command line switch.
You can try to test this approach and let us know about your testing results.