Windows 10 Hotfix Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Those files are required to complete the pending servicing operations

    you can get rid of them by running ResetBase operation, after booting the image

    or else, don't integrate updates that trigger the pending status (i.e. do not enable .NET 3.5)
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,628
    450
    Integration into boot.wim:
    Code:
    dism.exe /image:"c:\mount" /Add-Package /PackagePath:"i:\W10UI_4.1\16299.15_Updates_x86\windows10.0-kb4058043-x86"
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.125
    
    Processing 1 of 1 - Adding package Package_for_KB4058043~31bf3856ad364e35~x86~~10.0.1.0
    
    [==========================100.0%==========================]
    
    Error: 0x800f081e
    
    The specified package is not applicable to this image.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    This "store" is install.wim only :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    92
    13
    0
    #5023 MrTweakFreak, Dec 18, 2017
    Last edited: Dec 18, 2017
    Hey abbodi1406, thanks for responding to my thread :)

    Something else to mention is that the folders inside InFlight apparently were all empty from the start. I assumed they were there for a reason (unless empty folders have another meaning?).

    With the added side-effect/possibility to render "Reset Windows" unusable¿

    Oh, i didn't know that :) Is image cleanup in your W10UI script still recommended (i.e. that it won't break any Windows functions)?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Cleanup only don't break anything

    only resetbase does
     
  5. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    #5025 Windows 10 User, Dec 18, 2017
    Last edited: Dec 19, 2017
    I'll have to test later since my Windows is full of errors (maybe it's caused by the faulty .NET Framework 4.0 I told earlier). Anyway, is it easy to set the .ini file?

    EDIT: Windows Update detected an update so it means it isn't fully updated in spite of having integrated the mentioned updates.
     
  6. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    92
    13
    0
    #5026 MrTweakFreak, Dec 19, 2017
    Last edited: Dec 19, 2017
    Which is what i stated :p Thanks a lot for clearing it all up.

    btw: Am i correct that Windows has .NET framework 3.5 feature enabled by default?

    All that remains for me now is applying some default user tweaks to \Users\Default\NTUSER.DAT or HKEY_USERS\.DEFAULT (if there's no difference between them) and hopefully i'm done/ready to run a final test :cool:

    edit: Note to myself. HKEY_USERS\.DEFAULT (or Windows\System32\config\DEFAULT) apparently belongs to LocalSystem and not \Users\Default\NTUSER.DAT.
     
  7. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    Don't be so lazy. Read the readme.txt.
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    msu file already contain the executables to remove the drivers
    you only need the update if you have the affected cards
     
  9. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    I will when I don't have all this problems in Windows.
     
  10. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,549
    879
    60
    I need the MSU for KB4058043 x64 please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. djstx

    djstx MDL Member

    Apr 29, 2007
    110
    10
    10
    i dont know if there is an MSU
     
  13. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    #5036 Windows 10 User, Dec 27, 2017
    Last edited: Dec 27, 2017
    Windows Update MiniTool didn't detect any updates and which Windows and Office updates should I download and install with WHD (I suppose I only have to install the updates inside the 16299 folder since I have the RS3 but there is also an update inside a RSAT folder which is inside an Extra folder)? I don't have an ISO so should I extract the Office 2016 x64 RAR folder and copy the updates to the updates folder and they will be automatically aplied during install? What if I downloaded some updates for some Office programs that I choose not to install during setup (like Skype and OneDrive for Business, for example) or for some things for Windows 10 that I remove with MSMG ToolKit or NTLite? Will I have my Windows 10 16299 x64 and Office 2016 x64 fully updated if I integrate this updates?

    EDIT: I downloaded and integrated all the available Office 2016 x64 updates in WHD and Windows Update still detected an update (related to Skype for Business which I didn't even install)! Regarding Windows 10 16299 x64, after I downloaded and integrated all the available 16299 updates Windows Update didn't detect new ones!
     
  14. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    Even if you didn't install Skype for Business, WU will detect the corresponding updates. The same applies to Project and Visio.
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    If you don't know what RSAT or don't need it, then don't downloaded it

    --

    If you installed Office Suite (Pro Plus, Standard), you will get updates for all or most products included, even if you choose not to install some of them
    because components are shared, and MSI mechanism detect parent suite product codes...
     
  16. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,229
    74
    60
    #5039 Windows 10 User, Dec 27, 2017
    Last edited: Dec 28, 2017
    OK, thanks!

    Well, but I don't need Skype for Business and OneDrive for Business so I shouldn't integrate its updates or install new ones regarding them, right? And what about the fact that Windows Update still detects a new update after integrating all the available Office 2016 16299 x64 updates in WHD?
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Right, but it's your call

    what update is that?