Windows 10 Hotfix Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    I was refering to akf's post :D

    i'm here daily, monitoring :tea:

    .net 4.6.2 rtm is around the corner :p
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
  3. DiamondMon

    DiamondMon MDL Addicted

    Jul 31, 2009
    664
    1,615
    30
    Not me! M$ only :D
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    Sometimes you hit the messenger while aiming at the culprit ;):D
     
  5. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    I get your point, but I prefer to download the msu file, and then use DISM to install the msu file. This is my practice since Windows 7. I do not know why it is not exactly the same, in Windows 10.

    Thanks for the tips. That is why I encountered error, while using DISM to install the MSU file.

    After that, I used Command Prompt to execute DISM to install the cab file (extracted from the msu file, with Extract command). In Command Prompt, it showed that the installation is 100% completed, and prompted me to restart the computer. As the computer was shutting down, it showed that "Windows is installing Updates. 30% Complete".

    After the reboot and pass the BIOS screen, it showed that "Windows is installing Updates. 90% Complete", before showing that "We are undoing the changes".

    In short, I did not manage to install KB3172985 at all.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    A msu is a self installing file, why extract the cab file, just doubleclick it to start installing it.

    If you really need to extract a msu, just use 7zip.

    There must be something else wrong on your system, i had not any problem installing it on a testinstall with the insider release of the cu already pre-installed.

    I didn't see you publishing the error reports from your previous tries (or maybe i missed it/them).
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
  8. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    I looked at the scripts written by abbodi1406 and burfadel, which are to facilitate installing many Windows Updates (msu files) at one go. One common feature is that the script uses DISM.

    In my opinion, if abbodi1406 and burfadel think that WUSA is better than DISM in installing msu file, they would have used WUSA in their script.

    Maybe, it is not so applicable in this case, since we do not have many Windows Update file, particularly for Windows 10. So, the script is not so useful.

    Again, these are my humble opinions. Feel free to correct me, if I say anything wrong.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
  10. diy371

    diy371 MDL Member

    Jan 28, 2013
    164
    277
    10
    #2493 diy371, Jul 15, 2016
    Last edited by a moderator: Apr 20, 2017
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    #2494 Enthousiast, Jul 15, 2016
    Last edited by a moderator: Apr 20, 2017
    I've been testing and these are my results:

    Abbodi1406 script (online):

    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/1: X86-all-windows10.0-kb3172985-x86_795a2ac0975b53c75e98d12feb7afb4b28adbbac.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/1: Windows10.0-KB3172985-x86.cab
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~10586.494.1.7
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x80070490
    
    Error: 1168
    
    Element not found.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.


    Using manual dism cmd: dism /online /add-package:C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab

    Code:
    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>dism /online /add-package:C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.10586.0
    
    Image Version: 10.0.10586.0
    
    An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003
    An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003
    
    Error: 3
    
    An error occurred trying to open - C:\Users\jgkvbh\Desktop\W10UI_1.4\windows10.0-kb3172985-x64.cab Error: 0x80070003
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Windows\system32>
     
  12. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    I do it all manually offline, winre/boot/install and it all works just fine, maybe abbodi1406 will take a look at it :)
     
  14. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    That's the error I was getting!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    #2498 armond, Jul 15, 2016
    Last edited by a moderator: Apr 20, 2017
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    Normally i always start with a fresh clean win image, will test it offline later, it's almost bedtime overhere :)
     
  17. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    #2500 armond, Jul 15, 2016
    Last edited by a moderator: Apr 20, 2017
    DISM is so picky anyway...