Installing a .msu and Windows Update Service

Discussion in 'Windows 10' started by damianfox, Aug 11, 2015.

  1. damianfox

    damianfox MDL Senior Member

    Jan 23, 2011
    423
    308
    10
    Anyone know if you can still install a .msu with the Windows Update Service Disabled ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,921
    340
    #2 abbodi1406, Aug 11, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    mkdir .\temp
    expand.exe -f:*Windows*.cab windows10.0-kb3081436-x86.msu .\temp
    dism /online /norestart /add-package /packagepath:.\temp
    rd /s /q .temp
    
     
  3. damianfox

    damianfox MDL Senior Member

    Jan 23, 2011
    423
    308
    10
    #3 damianfox, Aug 11, 2015
    Last edited: Aug 11, 2015
    (OP)
    Thanks, I know how to get the .cab outta the .msu I was just wondering if I needed to Re-Enable the Windows Update Service to Install the new .msu

    I'll just try to install it with it Disabled.

    Edit: Yes the Windows Update Service must be Enabled to install a .msu
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,921
    340
    Using the msu, you can't
    dism can, with cab
     
  5. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #5 T-S, Aug 11, 2015
    Last edited by a moderator: Apr 20, 2017
    MSUs can be unpacked also with 7zip just like any other compressed file.
     
  6. john123x

    john123x MDL Member

    Jun 5, 2011
    116
    86
    10
    i think you can extract EXE from Update CAB, and just double click the EXE.

    Of course, my result isnt conclusive, because until now, to me, there is only one CAB update