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
osoft.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!