Page 1 of 1

Installing the .heic extension from the MS Store

Published: November 19, 2020 - 10:10 PM
by gabcool123
Hello,

WAPT version: 1.8 Enterprise,
Server OS: Debian Stretch,
Administration machine OS: Windows 10.




I would like to know if it's possible to deploy an application from the Microsoft Store, such as one with the .heic extension, via the WAPT server, and if so, how? If not, is there another alternative?

Thank you!

Re: Installing the .heic extension from the MS Store

Published: November 20, 2020 - 8:50 AM
by florentR2
For a Dell application, provided you have the .bundle file, you can do the following:

Code: Select all

powershell -ex bypass -c Add-AppxProvisionedPackage -Online -PackagePath C:\xxx\MaxxAudioProForDell2019\2ccd06ab93a5461080ec95e9acfddb44.appxbundle -License C:\xxx\MaxxAudioProForDell2019\2ccd06ab93a5461080ec95e9acfddb44_License1.xml
But I have never had the opportunity to test the same principle with another application by retrieving the bundle or appx from somewhere on a profile where it is installed.