Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,840
    450
  2. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    No, Drivers are not Updates
     
  5. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    ty @abbodi1406 for confirm..
    updating like intel HD driver from catalog update, well I use dism as usual..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,840
    450
    I just put the new .cmd in the folder.
     
  8. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Yap, already now :D.. you are tester.. it not possible new tool already publish then you not testing :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. javaspain

    javaspain MDL Member

    Jul 29, 2009
    190
    98
    10
    Create BAT file:
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"
     
  10. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    is there need to put servicing stack for 15063.0.170317-1834.rs2_release_clientcombinedsl_ret_x64fre_en-us_64317f9f897ab3cab7e45cbcafd139d30396c81f.esd. this old esd 1703(fist esd come)
    or just need flash update and kb4055254 to build preintegrated?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Senjanov

    Senjanov MDL Member

    Jul 29, 2011
    217
    44
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    #4854 KedarWolf, Nov 26, 2017
    Last edited by a moderator: Nov 26, 2017
    Can someone check see if I have this right?

    My updates are in D:\3

    My netfx3 is in D:\5

    And my extracted ISO is in D:\1

    The script just closes and never runs.

    At one point I had it working but no Updates folder was found and wouldn't let me add it. :I
    Code:
    @echo off
    cd /d "%~dp0"
    rem when changing below options, be sure to set the new values between = and " marks
    
    rem for updating current os, leave this option as %SystemDrive%
    set set "target=D:\1"
    
    rem updates location, %cd% represent the current script directory
    set "repo=D:\3"
    
    rem dism.exe tool path (default is system's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature
    set net35=1
    
    rem optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab
    set "net35source=D:\5"
    
    rem Cleanup OS images to "compress" superseded components (might take long time to complete)
    set cleanup=1
    
    rem Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature)
    rem require first to set cleanup=1
    set resetbase=0
    
    rem create new iso file if the target is a distribution folder
    rem require placing oscdimg.exe or cdimage.exe next to W10UI.cmd
    set iso=1
    
    rem set this to 1 to start the process directly once you execute the script
    rem make sure you set the above options correctly first
    set autostart=0
    
    rem optional, set temporary directory for extracted files
    set "cab_dir=%~d0\W10UItemp"
    
    rem optional, set mount directory for updating wim files
    set "mountdir=%SystemDrive%\W10UImount"
    set "winremount=%SystemDrive%\W10UImountre"
    
    rem ##################################################################
    rem # NORMALY THERE IS NO NEED TO CHANGE ANYTHING BELOW THIS COMMENT #
    rem ##################################################################
    
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,019
    93,840
    450
    Did you set the script as i did? Did the script enable dotnetfx3 and next it re-integrated the CU again?
     
  14. iFlaX

    iFlaX MDL Senior Member

    Apr 10, 2015
    387
    372
    10
    #4857 iFlaX, Nov 26, 2017
    Last edited by a moderator: Nov 26, 2017
    Here's my log :

    Code:
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/2: Windows10.0-KB4048951-x64.cab
    2/2: Windows10.0-KB4048955-x64.cab
    
    ============================================================
    Mounting install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 2 - Adding package Package_for_KB4048951~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting OS image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    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_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10UI_3.7\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.15
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~16299.64.1.8
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.64
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image File : C:\W10\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding boot.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Exporting image
    [==========================100.0%==========================]
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    
    OSCDIMG 2.54 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 37 directories)
    Scanning source tree complete (969 files in 89 directories)
    
    Computing directory information complete
    
    Image file is 4217274368 bytes (before optimization)
    
    Writing 969 files in 89 directories to Win10_16299_Updated.iso
    
    100% complete
    
    Storage optimization saved 34 files, 14157824 bytes (1% of image)
    
    After optimization, image file is 4205350912 bytes
    Space saved because of embedding, sparseness or optimization = 14157824
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    wrong
    Code:
    set set "target=D:\1"
    correct
    Code:
    set "target=D:\1"
     
  16. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,347
    2,302
    60