Apr 11 2023 03:22 AM
I have packaged a legacy version of Java (1.6.27) for a browser application that requires a specific version.
The MSIX package works using Edge in Internet Explorer mode.
However if there is a locally installed version of Java which is a later version, the packaged version no longer works, Edge launches the locally installed Java instead. I have tried using Tim Mangan's JREBlock, but that has not worked either.
Could this be due to MSIX not having merge/override settings that App-V does?
Any ideas?
Apr 12 2023 04:08 AM
Apr 12 2023 07:30 AM
Apr 26 2023 11:21 PM
There's no such setting or an option to do that yet. However, you can submit this as an idea on MSIX feedback - Microsoft Community Hub.
Meanwhile, if you can share the installer for your app, we can check if there's a workaround available.
Apr 27 2023 02:30 PM
Aug 22 2023 12:28 AM - edited Aug 31 2023 02:10 AM
Hi @SajidRavat
Please share the JRE packaged application on this thread using the drag and drop feature and we will investigate into it further.
Thanks,
Fiza Azmi
PM, MSIX Team
Sep 01 2023 02:09 AM
Hi @fizaazmi
There is no application. The JRE is required in Edge within a session running in Internet Explorer mode.
Sep 28 2023 03:09 AM
Hi @SajidRavat
Which is the MSIX package in question in this case?
Thanks,
Fiza Azmi
PM, MSIX
Sep 28 2023 03:30 AM
Sep 28 2023 10:07 AM
It occurred to me to ask if the Java package has ExectionAlias extension, and is this for Windows 11, and is there a shared package container.
Tim
Sep 29 2023 01:36 AM
Sep 29 2023 06:56 AM
@SajidRavat Yes, Execution alias needs only Win 10 1703. It is Shared Package Container that needs Win 11. The idea here is that Edge needs the shated container since it is also running in a container. This might not also work, but is the best idea that I have.
Sep 29 2023 07:33 AM
Dec 07 2023 03:33 AM
There has been a new release of PSF (version 1.0.231110.2) with a way to support Deletion Markers for registries which allows hiding of specific registry keys or registry values in the virtual environment. Please try using that and let us know if that works for you.
Dec 08 2023 08:48 AM