Windows 8 Hotfix Repository

Discussion in 'Windows 8' started by McRip, Aug 7, 2012.

  1. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    They're not really designed to do that. I guess part of it would be copying the relevant folders from the 'WindowsApps' folder (it's a system folder under program files folder, so you have to view both hidden files and system files in the folder options).

    The folders may be quite large, Windows Apps aren't really space or file number efficient. Now, with the folders you could simply copy them across to the new image. The second part I'm not sure sure about, as I have remove Windows Apps completely from my computer (it can be done). Main reason for that is because LUA provides too many limitations for me, but you need LUA enabled to use Metro Apps.

    Anyways, the second part no doubt is a windows registry based thing maybe? Not sure where the Windows Apps installed info is stored. Basically if it's a reg location, you could simply export the details to a reg file and import them into the new image using the 'load hive' command (as you are well aware!)

    Sorry I couldn't be of any more help. Out of interest, check out the size of the WindowsApps folder and the number of files it contains, from what I've seen it's not really a good basis for the 'future' of Windows use.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,797
    340
    #402 abbodi1406, Dec 14, 2012
    Last edited by a moderator: Apr 20, 2017
    there are also another folder relevant to Windows metro apps in the path:
    Code:
    %localappdata%\Packages
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,797
    340
    added is the correct
     
  4. ricktendo64

    ricktendo64 MDL Expert

    Apr 20, 2008
    1,396
    2,025
    60
    #404 ricktendo64, Dec 14, 2012
    Last edited by a moderator: Apr 20, 2017
    Yes they are, you can list, add (but you need the .appx containers) & remove the packages with dism

    Code:
    dism /Online /Get-ProvisionedAppxPackages
    
    dism /Online /Add-ProvisionedAppxPackage /PackagePath:C:\App1.appx /SkipLicense
    
    dism /Online /Remove-ProvisionedAppxPackage /PackageName:microsoft.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp
     
  5. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    #405 akf, Dec 15, 2012
    Last edited: Dec 15, 2012
    Apart from KB2779030, why are KB2761465 and KB2771431 not included in McRip's repo? Are these updates superseded?

    Thanks for the information.:)
     
  6. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    They just haven't been added yet. I took a look at the repo and here's what it needs to be current:

    Can be removed:
    KB2780541 -superseded by the combination of KB2769034 (windows-winre-recoveryagent is .20544) & KB2770917 (windows-sysreset is .20534)
    KB2764954 -superseded by KB2779768 (sdbus.inf is .20555)
    KB2768703 -superseded by KB2756872 (windows-msmpeg2vdec is .20521)

    Needs to be added:
    KB2737084
    KB2761465
    KB2763342
    KB2771431
    KB2777287
    KB2779030
    KB2781498
     
  7. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,626
    3,856
    90
    #407 burfadel, Dec 15, 2012
    Last edited: Dec 15, 2012
    It appears KB2777287 and KB2779030 may no longer be available. Do you have the downloads?

    Another new update is KB2792463 (sdbus.inf .20579)
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,797
    340
  9. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    #411 akf, Dec 15, 2012
    Last edited: Dec 15, 2012
    Thank you for your informative answer as always. :)

    @McRip
    Could you please compile a similar repository for Office 2013 as well, when you have completed your scan at the weekend? Thank you.
     
  10. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    Thanks PointZero. We must add KB2780523 to the list of hotfixes to be removed as well, it is obsoleted by KB2782419 (microsoft-windows-store-client-ui 6.2.9200.16453 & 6.2.9200.20557)
     
  11. qaqaq

    qaqaq MDL Novice

    Nov 1, 2012
    12
    0
    0
    #413 qaqaq, Dec 16, 2012
    Last edited: Dec 16, 2012
    upanh.biz/images/2012/12/16/GmCr3.png .2 version KB2771431 ?
     
  12. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    107
    7
    10
    I don't know why but is it ordinary that update installation process on Windows 8 x64 take a lot of time?
     
  13. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    it depends on your machine's speed and the amount of update. Recent updates were quite big like 200 MB and more just like a service pack in the past. So it can take a few minutes :D
     
  14. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    107
    7
    10
    I have an Intel core i3 2.2 GHz processor, 4 GB DDR3 1333MHz RAM, 320 GB 5400rpm HDD but it is now 3 hours of updating and still not ended.
     
  15. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    If it is not your download speed but the time it takes to install the updates, then you are doomed. Something happened to your installation prior to the update(s)
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,797
    340
    My repo - x86:
    win 7 = 300MB - around 350 updates
    win 8 = 418MB - arond 40 updates

    :biggrin: