Quantcast
Channel: Microsoft Community - Super Fresh
Viewing all articles
Browse latest Browse all 1237235

How to install Skype appxbundle without Windows Store?

$
0
0

Hi,

We use Skype classic version 7.40.32.103 and we saw the message said it will be discontinued soon. We disabled Windows store on our Windows 10 pro version 1709 for all users.

I cannot find any msi package for the latest version 8.25.0.5. But i managed to download the appxbundle of Skype from the Windows store, i tried install it using the powershell commands below but no luck, 

Add-AppxPackage -register "Folder path\Microsoft.SkypeApp_12.1815.210.0_neutral___kzf8qxf38zg5c.AppxBundle" -DisableDevelopmentMode

Add-AppxProvisionedPackage -Online -PackagePath "Folder path\Microsoft.SkypeApp_12.1815.210.0_neutral___kzf8qxf38zg5c.AppxBundle" -SkipLicense

powershell.exe -ExecutionPolicy Bypass -NoProfile -Command "Add-AppxProvisionedPackage -Online Microsoft.SkypeApp_12.1815.210.0_neutral___kzf8qxf38zg5c.AppxBundle -SkipLicense"

Any idea how to deploy the Windows Store version Skype using powershell, with Windows store disabled?

Thanks!


Viewing all articles
Browse latest Browse all 1237235

Trending Articles