[resolved] Installation of "msix" package
Verfasst: 03 Sep 2026, 10:03
Hi,
how do I silently install an "msix" package using "Opsi" ?
I tried this in a "Dosbatch" or "Winbatch" section :
but it doesn't works because "Add-AppxProvisionedPackage" is not a recognized command (only with "PowerShell")...
Best regards
how do I silently install an "msix" package using "Opsi" ?
I tried this in a "Dosbatch" or "Winbatch" section :
Code: Alles auswählen
Add-AppxProvisionedPackage -Online -SkipLicense -PackagePath "C:\tmp\mypackage.msix"
Best regards