Install Msix: Powershell All Users
: Stages the app at the system level. Windows then "installs" it for each user the next time they sign in. AVEVA™ Documentationhttps://docs.aveva.com Silent Install with MSIX - AVEVA™ Documentation
Add-AppxPackage -Path "C:\Path\To\YourApp.msix" -AllUsers install msix powershell all users
: Once provisioned, the app is automatically "registered" (installed) for every new user the first time they sign in. Existing Users : Stages the app at the system level