Windows 10 Hotfix Repository

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

  1. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    @Enthousiast I'm currious, what this problem again..
    to be inform.. pre-integrated CU winver 16299.64..and flash player old also security update flashplayer old before update flashplayer today
    Code:
    ============================================================
    
    1. Target (x64): Current OS
    
    2. Updates: "D:\Update Windows 10\W10UI_3.6"
    
    3. DISM: "C:\Windows\system32\dism.exe"
    
    4. Enable .NET 3.5: YES
    
    5. Cleanup System Image: YES      6. Reset Image Base: NO
    
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:
    Code:
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/1: windows10.0-kb4049179-x64_1412087787b62de747da539e4d9397f0b5909713.cab
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    Processing 1 of 1 - Adding package Package_for_KB4049179~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Cleaning up OS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    
    Error: 2
    
    Unable to access the image.
    Make sure that the image path and the Windows directory for the image exist and you have Read permissions on the folder.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    .
     
  2. CHEF-KOCH

    CHEF-KOCH MDL Expert

    Joined:
    Jan 7, 2008
    Messages:
    1,198
    Likes Received:
    1,188
    Trophy Points:
    60
    It means what it says "image path and the Windows directory for the image exist and you have Read permissions on the folder".
     
  3. WyldWolf

    WyldWolf MDL Junior Member

    Joined:
    Dec 29, 2010
    Messages:
    60
    Likes Received:
    17
    Trophy Points:
    0

    I also see this occur when something keeps a lock on the mount/temp folders used for the operation, which then kills the dism commit, or other ops. I always kill my explorer windows and any other apps open that might lock on any of the build folders while I build.
     
  4. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    I know..
    it in my windows not creating own iso.. it happen in enterprise.. in pro version dont like that
     
  5. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    I'm updating to target os not creating own iso..
     
  6. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
    kb4049179 is superseeded by kb4048951 (released yesterday).

    What does this command reports (run in an elevated cmd):
    Code:
    Dism /Online /Cleanup-Image /StartComponentCleanup
     
  7. larsond2002

    larsond2002 MDL Novice

    Joined:
    Dec 26, 2015
    Messages:
    11
    Likes Received:
    1
    Trophy Points:
    0
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  9. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Yes
    i forgot to update %dismtarget% for online cleanup to /online instead /imagex:c:
     
  11. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    #4831 Senjanov, Nov 15, 2017
    Last edited: Nov 15, 2017
    I think resolve now.. ty.
    Code:
    Microsoft Windows [Version 10.0.16299.19]
    (c) 2017 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /online /Cleanup-Image /AnalyzeComponentStore
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.19
    
    [==========================100.0%==========================]
    
    Component Store (WinSxS) information:
    
    Windows Explorer Reported Size of Component Store : 7.21 GB
    
    Actual Size of Component Store : 6.96 GB
    
        Shared with Windows : 6.02 GB
        Backups and Disabled Features : 833.35 MB
        Cache and Temporary Data : 114.76 MB
    
    Date of Last Cleanup : 2017-09-29 21:15:26
    
    Number of Reclaimable Packages : 0
    Component Store Cleanup Recommended : Yes
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism.exe /online /Cleanup-Image /StartComponentCleanup
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.19
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>
    then I'll try update tuesday patch now using w10ui_3.7
     
  12. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  13. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Cleanup is not possible if System restart is required (install pending)
     
  15. iFlaX

    iFlaX MDL Senior Member

    Joined:
    Apr 10, 2015
    Messages:
    328
    Likes Received:
    288
    Trophy Points:
    10
    When launching Windows update after a clean install with a pre-updated 1709 ISO i get offered the latest cumulative update again. Is that normal? I used W10UI_3.7 to integrate the updates + Net 3.5. I also chose Cleanup system image and Reset image base.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
    Did you enable dotnetfx3 after integrating the CU?
     
  17. iFlaX

    iFlaX MDL Senior Member

    Joined:
    Apr 10, 2015
    Messages:
    328
    Likes Received:
    288
    Trophy Points:
    10
    I just ran the script with the updates in the same folder and toggled to enable net 3.5, figured the script did everything.
     
  18. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
    Waiting for another project to unmount (11 indices) and then i run 3.7 to test :)
     
  19. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
  20. iFlaX

    iFlaX MDL Senior Member

    Joined:
    Apr 10, 2015
    Messages:
    328
    Likes Received:
    288
    Trophy Points:
    10
    Interesting, then i have no idea why it happend for me. Thanks for trying it out and showing me your results. :)