Appx-Backup icon indicating copy to clipboard operation
Appx-Backup copied to clipboard

PowerShell script to backup an installed Windows Store App to an installable Appx file.

Results 8 Appx-Backup issues
Sort by recently updated
recently updated
newest added

https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/

Can you upload the appx to the internet archive because it is lost media?

hi, is it possible to download the archive from microsoft store, whithout installation?

I thought I'd try out the script by backing up the solitaire app and reinstall from the backup: ```.\Appx-Backup.ps1 -WSAppPath "C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_4.9.6151.0_x64__8wekyb3d8bbwe" -WSAppOutputPath "e:\tmp\appx" -WSTools "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\"``` This...

Parameter ` -WSTools` for location needs different location for `MakeAppx.exe`: ```` C:\Program Files (x86)\Windows Kits\10\App Certification Kit C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64 C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86 C:\Program Files (x86)\Windows Kits\10\tools\bin\i386 ````

First, thank you very much for the script! I'm now able to use an app again that received an unwanted update on the store that rendered it unusable for me....

This totally my fault. I couldn't make this (backup-recover). If any body make a video about backup and recovery store apps with this tool it will be useful for everyone....

Super helpful tool! Ran into a gotcha that isn't worth fixing, but just throwing it here as an issue in case someone else runs into it. If you have a...