Forum Discussion
jocs
May 31, 2022Copper Contributor
Windows Service Msix Automatic Update - in SYSTEM ACCOUNT
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
Dec 29, 2022Former Employee
Hi
Can you run the below commands and re-try?
1. cmd-device powershell Set-ExecutionPolicy -scope 'CurrentUser' -executionPolicy 'ByPass'
2. cmd-device powershell Add-AppxProvisionedPackage -Online -PackagePath ".\Test.msix" -SkipLicense
Can you run the below commands and re-try?
1. cmd-device powershell Set-ExecutionPolicy -scope 'CurrentUser' -executionPolicy 'ByPass'
2. cmd-device powershell Add-AppxProvisionedPackage -Online -PackagePath ".\Test.msix" -SkipLicense
Sukumar Rayan
Jan 11, 2023Former Employee
Hi jocs Can you please confirm if this worked for you? This will really help us debug the issue. Thanks