User Profile
SajidRavat
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: Environment variables in MSIX package wont be used by AVD session host
We are also struggling with Environment Variables in MSIX. Tried many configurations without success. Would you expect to see the Environment Variable listed in the Environment tab for the virtual process in Process Explorer?3.1KViews0likes1CommentInstall of MSIX Packaging Tool - Version 1.2023.319.0
Hi All, When installing the latest MSIX Packaging Tool in an offline environment with the following command line: Add-AppxProvisionedPackage -Online -PackagePath .\MsixPackagingToolv1.2023.319.0.msixbundle -LicensePath .\MsixPackagingToolv1.2023.319.0_License.xml I get the following error: Add-AppxProvisionedPackage : A certificate chain could not be built to a trusted root authority. At line:1 char:1 + Add-AppxProvisionedPackage -Online -PackagePath .\MsixPackagingToolv1 ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Add-AppxProvisionedPackage], COMException + FullyQualifiedErrorId : Microsoft.Dism.Commands.AddAppxProvisionedPackageCommand Previous version 1.2023.118.0 installs without issue Any ideas? Thanks.Solved2.3KViews0likes3CommentsRe: Isolating JRE within an MSIX container.
Oh that's interesting... Have you an example of using the deletion marker strategy in the AppXManifest? Could try to specifically set the markers for only the version we have installed. And no, getting rid of Java is a no go at this point for our client.2.9KViews0likes1CommentIsolating JRE within an MSIX container.
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?3.4KViews1like20Comments
Recent Blog Articles
No content to show