Windows 8.1 Apps Off-Line Installation(SideLoading) - Added 7/31: Games for Win8.1

Discussion in 'Windows 8' started by FaiKee, Mar 16, 2014.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,463
    92,569
    340
    #101 abbodi1406, May 8, 2014
    Last edited by a moderator: Apr 20, 2017
    You could use the "Win8.1 Apps Deploy" from the OP

    updating apps online would be very easy by using powershell:
    Code:
    Add-AppxPackage -Path Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe.appx -Update
    Add-AppxPackage -Path Microsoft.WinJS.2.0_1.0.9600.17018_neutral__8wekyb3d8bbwe.appx -Update
    Add-AppxPackage -Path Microsoft.BingFinance_2014.425.1751.3374_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingFoodAndDrink_2014.326.2200.4175_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingHealthAndFitness_2014.425.1753.2639_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingMaps_2014.130.2132.1189_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingNews_2014.425.1755.1307_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingSports_2014.425.1756.808_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingTravel_2014.425.1757.788_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.BingWeather_2014.425.1758.462_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.HelpAndTips_2014.331.1818.1664_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.Office.OneNote_2014.420.603.4226_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.Reader_2014.312.322.1510_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.SkypeApp_2014.428.1159.3489_neutral_~_kzf8qxf38zg5c.appxbundle -Update
    Add-AppxPackage -Path Microsoft.WindowsAlarms_2013.1204.852.3011_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.WindowsCalculator_2013.1007.1950.2960_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path microsoft.windowscommunicationsapps_2014.408.909.3923_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.WindowsReadingList_2013.1218.27.757_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.WindowsScan_2013.1007.2015.3834_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.WindowsSoundRecorder_2013.1010.500.2928_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.XboxLIVEGames_2013.1011.10.5965_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.ZuneMusic_2014.418.1224.5224_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    Add-AppxPackage -Path Microsoft.ZuneVideo_2014.418.1225.1298_neutral_~_8wekyb3d8bbwe.appxbundle -Update
    
    however, Provisioning the apps (online or offline) will need a whole set of commands
    i have a scripts for that, but it needs some finalization :)
     
  2. win_seven

    win_seven MDL Member

    Aug 26, 2009
    209
    47
    10
    abbodi1406

    Can you add freshpaint to the list
    Thank
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,463
    92,569
    340
    I noted that i will provide only inbox apps (the default apps comes with the update iso)
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,463
    92,569
    340
    In offline integration, you can even include x64 and arm dependency packages for x86 image and vice versa, and it will be integrated in the image :D

    .lic is the same .xml file, just change the extension
    the error occurs because the saved licenses is this way are stricted to machine and user id
    while provisioning apps with dism require OEM full license
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    Yes, I did read somewhere that if we are integrating apps for 64-bit OS then we need to include both the 32-bit and 64-bit dependency files fro the app.

    Ok if .lic and .xml are same then i will try them, so may be since the lic was restricted to machine and user id, the app didn't work it seems.
    also there is an option in dism to skip license file, i will try it and see what happens.

     
  7. whymoo

    whymoo MDL Junior Member

    May 4, 2014
    50
    6
    0
    Installing paid apps

    Though this tool can't be used to crack trial apps, can it be used in this way

    1. cracker pays for app and uploads appx and dependency (sort of like cracking on ios)
    2. pirate installs app using this tool (because using dev side-loading will get Microsoft account banned and enterprise is expensive)
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    Microsoft updates Bing Maps and Bing Maps Preview Apps
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,463
    92,569
    340
    Done with Video, OneNote, News, Communications

    Maps preview separate app i guess? :D
     
  10. ancooor

    ancooor MDL Novice

    Jun 3, 2014
    2
    0
    0
    Hi guys,

    I'm not able to download the kit. The "mega" attachment returns error 404. I tried also to register on PC beta but I need an invitation.
    Could you upload update the link please?

    Thanks in advance.
     
  11. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Checked MEGA, it's OK, anyway added @abbodi1406's link to OP. :D
     
  12. ancooor

    ancooor MDL Novice

    Jun 3, 2014
    2
    0
    0
    Thank you very much
     
  13. nrvpnchl

    nrvpnchl MDL Novice

    Sep 30, 2012
    33
    2
    0
    I think it can be done that way. This tool can crack full licenses not trial. But after purchasing an app, it will install full license for that app and then it can be "cracked" with this tool.
     
  14. ash1991

    ash1991 MDL Novice

    Jul 14, 2014
    3
    2
    0
    #118 ash1991, Jul 14, 2014
    Last edited: Jul 14, 2014
    I downloaded "SideLoad kit-English.rar" through Mega but when extracting(using 7-Zip app) it says : can not open file ... as archive.
    And now the 404 Error goes to @abbodi1406's link!
    @FaiKee, Would you please check the links and post the file checksum.
     
  15. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Need to use winrar5 to unpack, I think 7-zip doesn't have the correct logarithm. :D
     
  16. ash1991

    ash1991 MDL Novice

    Jul 14, 2014
    3
    2
    0
    #120 ash1991, Jul 14, 2014
    Last edited: Jul 14, 2014
    Thanks that worked!