Integrate update on Windows 8.1. How?

Discussion in 'Windows 8' started by kabino, Nov 15, 2013.

  1. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    hi
    which program can i integrate all updates on windows 8.1?
    With WindowsHotfixDownload doesn't work.
    Thanks
     
  2. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,279
    210
    What version of WHD you use? latest works providing your in windows 8.1 environment.
     
  3. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    4.0
    Where can i found it?

    EDIT: oki found it!! thanks :)
     
  4. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    Other problem :mad::mad:

    i have integrated about 20 updates for Windows 8.1 but has installed only 4.
    Why?
     
  5. HALIKUS

    HALIKUS MDL Addicted

    Jul 29, 2009
    526
    371
    30
    The quick answer, because 16 didn't install. The more technical answer is check your dism logs.
     
  6. bodmas

    bodmas MDL Senior Member

    Jul 26, 2011
    252
    132
    10
    #6 bodmas, Nov 16, 2013
    Last edited by a moderator: Apr 20, 2017
    you can do it using dism command line of the Windows Assessment and Deployment Kit (ADK).

    suppose you have a folder win81 in C drive and subfolder packages in it besides other necessary subfolders.
    Now suppose you have all required updates are in the packages subfolder like below picture:
    1.PNG

    then after mounting each index the command line for adding updates is:
    Code:
    [FONT=&amp]Dism /Image:C:\win81\mount /Add-Package /PackagePath:C:\win81\packages\Windows8.1-KB2894179-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2883200-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2894029-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2901549-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2902892-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2859675-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2887595-v2-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2908174-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2901101-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2898514-x64.msu /PackagePath:C:\win81\packages\Windows8.1-KB2906956-x64.msu[/FONT]
     
  7. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    Nice man!! i will try it.. Thanks
     
  8. kabino

    kabino MDL Member

    Nov 13, 2013
    175
    634
    10
    Sorry but where can I find a complete tutorial where to learn how to use ADK tools?
     
  9. bodmas

    bodmas MDL Senior Member

    Jul 26, 2011
    252
    132
    10