Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 metro apps offline download

Is their any sites available to download windows 8 metro apps for offline installation. Alternative to windows store.Because i don't have internet connection in home.

Please tell me any sites ?

like image 368
SANN3 Avatar asked Nov 23 '12 04:11

SANN3


2 Answers

You have to be connected to install Windows 8 Store apps. You cannot sideload an app that has been downloaded from the Windows Store.

Alternatively, you can get your app directly from the developer without involving the Store, in which case, installation can be offline. Apps that aren't signed by Windows Store can only be installed on sideloading-enabled devices.

like image 190
mvark Avatar answered Oct 11 '22 23:10

mvark


Actually you can install Windows apps offline, I did it by capturing the URL windows store referring to, it was a file with .appx or .appxbundle extension. However, the URL contained some security information referring to the Windows Store session and user id. It means you cannot multi-part-download it or resume it if disconnected, very disappointing in case of games with 2 Gb or more data. After that, I installed these packages with PowerShell command

Add-AppxPackage [Disk:\File Location\File name.appx]

without brackets. It installed and worked correctly.

Waiting for a dedicated side-software (Like Cydia or smith.) that does it in one-click.

like image 26
Lazeez Avatar answered Oct 11 '22 23:10

Lazeez