You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
more and more apps will be delivered as appx or msix package. chocolatey should working to extend the support for those packages. One idea is to extend the choco sync command to sync those type of apps.
Describe The Solution. Why is it needed?
A possible solution is to use "Get-ProvisionedAppxPackage -Online" as information source. There you will get the application name and installed version. choco sync has to only generate the package to the lib folder with these details.