Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    That's obvious....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #2282 Enthousiast, May 14, 2016
    Last edited: May 14, 2016
    The problem only exists on a running win 7 and integrating updates in a 10 win image. I work on a running 14342 and no problems at all with offline servicing 10586.

    The servicing stack update went ok under 7 but the latest CU gives the error.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. UnderXP

    UnderXP MDL Junior Member

    Feb 28, 2013
    55
    15
    0
    Hi, standalone .cab KB3120830 (DotNet 4.6.2) is integrable in offline image 1511 ?
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #2286 Enthousiast, May 14, 2016
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ...kb3157993 for flash superseded to kb3163207....in 1511.....
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #2288 Enthousiast, May 14, 2016
    Last edited by a moderator: Apr 20, 2017
    Code:
    Command line that ran is dism.exe /image:"e:\mount" /Add-Package /PackagePath:"e:\KB3120830"
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14342.1000
    
    Image Version: 10.0.10586.0
    
    Processing 1 of 1 - Adding package Package_for_KB3120830~31bf3856ad364e35~x86~~10.0.1.523
    
    The operation completed successfully.
    DISM doesn't give an error message, but here in the win 10 hotfix repository should be more info from either drew84 or abbodi1406 about the use of it. It's for one of the 10's usable by dism (10240 or 10586, i can't find it atm).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    443
    275
    10
    #2291 scaramonga, May 15, 2016
    Last edited: May 15, 2016
    Funny you should say that. I installed kb3156421 offline on my laptop, and when I checked updates through Minitool, there was CU update kb3156421 waiting to be installed. Hmm, I went for it, and it downloaded 18mb and updated. .318 before, .318 after.

    All seems fine lol, so dunno?
     
  9. Gladwin

    Gladwin MDL Senior Member

    Dec 20, 2012
    252
    123
    10
    maybe some problem for my system .... i have 3 pc .... 3 pc is different Windows ( Windows 7 , Windows 8.1 & Windows 10 ) so i test it .... but 3 also same give the error for integrated offline Windows 10 , may i ask it is it update with offline batter it at audit mode ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    516
    133
    30
    Because your system download .NET 3.5.1 first.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #2294 Enthousiast, May 15, 2016
    Last edited: May 16, 2016
    Depends how you enabled dotnet35, did you do it by "Turn windows features on or of" (then it will download the updated dotnet35 files while enabling it) or did you enable dotnet35 by dism online command (then a part of the CU will be downloaded after it to update dotnet35).

    When you first offline enable dotnet35 on the windows image and then integrate the CU it also won't download (part of) the CU again after installing windows.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    #2295 Super Spartan, May 16, 2016
    Last edited by a moderator: Apr 20, 2017
    The first thing I did when I installed 10586.104 is run this command:

    Code:
    Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:S:\sources\sxs /LimitAccess
    Then I installed the update

    But it still downloaded the same updated yet finished quickly during the installation
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #2296 Enthousiast, May 16, 2016
    Last edited by a moderator: Apr 20, 2017
    I believe i explained that in the reply above yours :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,476
    2,578
    60
  15. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    thanks a lot man. very helpful as always
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...