Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,838
    4,453
    150
    Does anyone know about KB3122947 ? It is showing up on WU for some and not others. For some it installs, for others they get an error code 0x80070643. It is not listed in the Microsoft Catalog for download. If it installs, it reports 10.0.10586.26
     
  2. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...Just got this update,but failed to install with error:
    Update for Windows 10 Version 1511 for x64-based Systems (KB3122947) - Error 0x80070643​
    .................................LoL..............................................




     
  3. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ..................Someone else?..........x_x
     
  4. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    958
    1,498
    30
  5. drew84

    drew84 MDL Addicted

    Mar 13, 2014
    958
    1,498
    30
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,071
    55,456
    340
  7. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,660
    571
    120
    Clear your Windows update cache by using command cleanmgr at Run and restart your system.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,071
    55,456
    340
    #1689 abbodi1406, Dec 5, 2015
    Last edited: Dec 5, 2015
    It doesn't help :)

    adding the .cab package with dism will simply just make the package installed
    setrstor.exe will not be processed or executed

    what i mean is, having the update installed is not a big deal
    the update is ment for one specific issue, if you are not affected or the update (setrstor) is failing, adding dism package is not useful or required at all

    and no need to move anything, .cab can be installed from anywhere
     
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,838
    4,453
    150
    OK I will wait until MSFT fixes this screwed up mess
     
  10. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    I did this and works!...Thanks!
    o dism /online /add-package /packagepath:C:\Windows\SoftwareDistribution\Download\c4a1b8896ce9fbfea96c1ee6890d52a5\windows10.0-kb3122947-x64.cab
     
  11. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,855
    90
  12. 600415

    600415 MDL Member

    Aug 31, 2015
    191
    239
    10
    Burf these “real” 12.0.30501.0 files are not what you think… you took them from Office 2016 beta, right? They are not meant to go in system32 and may not work with actual VS12 apps… these betas were compiled with a unreleased internal alpha of VS14, and the version number is a leftover ;)
     
  13. 100

    100 MDL Expert

    May 17, 2011
    1,346
    1,560
    60
    This isn't perfectly fine, this is horrible. This is worse than using Comic Sans. For any supported release of the VC++ compiler there is a supported set of redistributable runtimes, and that's all that matters. You don't use whatever has the highest version number, you use the runtimes matching the compiler. And you especially don't mix and match DLLs from different releases into one set of runtimes. :doh:
     
  14. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,990
    7,151
    240

    long time no see;)
     
  15. GeRmAnOs

    GeRmAnOs MDL Novice

    Aug 12, 2015
    8
    3
    0
    #1696 GeRmAnOs, Dec 6, 2015
    Last edited: Dec 6, 2015
    @burfadel i can't run Installer.cmd as admin and i dont know why. Window pops out for milisecond an thats it.

    It's ok now ,i unpack first and tray run Installer.cmd but this must be run with installer without unpackind.
     
  16. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,855
    90
  17. burfadel

    burfadel MDL EXE>MSP/CAB

    Aug 19, 2009
    2,627
    3,855
    90
    #1698 burfadel, Dec 7, 2015
    Last edited: Dec 7, 2015
    Wow, what tact you have. You would make a great negotiator :tounge5: lol.

    The runtimes are for the most part cumulative. Meaning that in Visual Studio 2013, you can have a later redist installed and it is fine. You don't need a separate redist for each version of Visual Studio 2013 (and all the others) runtimes for each program that uses these versions. The key points would be not to mix up App based CRT's with desktop based ones, nor .NET Framework versions with standard versions. If I did the latter, I would be using 12.0.52512.0.

    Using the 30501 files in the redist in this case is fine. The runtimes are made of 'core' files (msvcr120.dll and msvcp120.dll), the remaining minimum files, and the additional files. On any system at any time, there is probably a mismatch of these anyway, due to different programs being installed etc. The additional and minimum components are separate, and the core files (msvcr120.dll and msvcp120.dll) are the main files used the majority of the time. The remaining minimum files are there as well. Now, the only chance of it being an issue is if the new msvc files have a different output or different command syntax for something, which they don't. They are simple bug fixes, as well as possible security and performance improvements (the last two being unlikely in this case, so mainly bug fixes).

    So, that is why in this case it is perfectly fine. If you believe that it is compiler and runtime specific, you will have to hunt down every vcredist ever made (both easy downloadable releases and 'hidden') to cover every program you might come across. Good luck with that ;).
     
  18. Chironz

    Chironz MDL Novice

    May 11, 2008
    36
    44
    0
    Good day guys...
    I have a 1511 iso.. i want to make an updated wim... what are the updates i need to integrate to wim?
    Do I only need the 2 updates inside the 10586 folder (WHD Updates) ? or do i still need to integrate the Baseline updates?
    thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,071
    55,456
    340
    There are no more Baseline updates

    and yes, only the 2 updates in 10586 folder are needed