Forum Discussion
jocs
May 31, 2022Copper Contributor
Service Msix Automatic Update
Hi, We have a service that we deploy using msix, all is working, however we now need to have the service automatic updated wihtout user interaction. We deploy the service outside microsoft store ...
Aniket_Banerjee
Feb 08, 2023Former Employee
Hi jocs,
Can you try this command instead of Add-AppxPackage
Add-AppxProvisionedPackage -Online -PackagePath ".\Test.msix" -SkipLicense