DISCUSSION: Windows 8.1 Spring 2014 Update RTM

Discussion in 'Windows 8' started by Tito, Feb 20, 2014.

  1. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,762
    240
    #3461 murphy78, Apr 16, 2014
    Last edited by a moderator: Apr 20, 2017
    I think you can only dism /add-package msu files while not booted onto said windows image.
    I'm not sure about cab files, but I would think they would also follow suit.
    typically wusa is used for online msu integration.

    Example, for the win7 online-only update:
    Code:
    :KB2533552
    wusa Windows6.1-KB2533552-x86.msu /quiet /norestart
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,005
    14,661
    340
    #3463 xinso, Apr 16, 2014
    Last edited by a moderator: Apr 20, 2017
    Thanks, Murphy78. But it allowed me to dism /online for 17031 on the very same System. Weird.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,005
    14,661
    340
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,469
    92,637
    340
    Maybe
    check C:\Windows\WindowsUpdate.log file
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,469
    92,637
    340
    cab files can be dism'ed online too :D
    actually, i regulary install updates on my system this way only
     
  6. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    763
    558
    30
    Got KB2959977-x64 today, 2.6MB only.
    No repeated KB2919355 install, I installed it when it was released by MS.

    Cheers.
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,432
    11,762
    240
    Perhaps because it is only patching the language files..
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,005
    14,661
    340
    #3469 xinso, Apr 17, 2014
    Last edited by a moderator: Apr 20, 2017
    OK.

    And Abbodi is right. I just finished all cabs via dism /online /add-package on Server 2012 R2 Essentials 16384.

    Code:
    Microsoft Windows [版本 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>wusa d:\Windows8.1-KB2919355-x64.msu /extract:d:\1
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB291
    9355-x64.cab
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3
    .1.14
    [==========================100.0%==========================]
    操作順利完成。
    重新啟動 Windows 以完成此操作。
    您要立即重新啟動電腦嗎? (Y/N) n
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB293
    2046-x64.cab
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2932046~31bf3856ad364e35~amd64~~6.3
    .1.5
    [==========================100.0%==========================]
    操作順利完成。
    重新啟動 Windows 以完成此操作。
    您要立即重新啟動電腦嗎? (Y/N) n
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB295
    9977-x64.cab
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2959977~31bf3856ad364e35~amd64~~6.3
    .1.1
    [==========================100.0%==========================]
    操作順利完成。
    重新啟動 Windows 以完成此操作。
    您要立即重新啟動電腦嗎? (Y/N) n
    
    C:\Windows\system32>
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB293
    7592-x64.cab
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2937592~31bf3856ad364e35~amd64~~6.3
    .1.0
    [==========================100.0%==========================]
    操作順利完成。
    重新啟動 Windows 以完成此操作。
    您要立即重新啟動電腦嗎? (Y/N) n
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB293
    8439-x64.cab /norestart
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2938439~31bf3856ad364e35~amd64~~6.3
    .1.0
    [==========================100.0%==========================]
    操作順利完成。
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\1\Windows8.1-KB293
    4018-x64.cab /norestart
    
    部署映像服務與管理工具
    版本: 6.3.9600.16384
    
    映像版本: 6.3.9600.16384
    
    正在處理 1 的 1 - 正在新增封裝 Package_for_KB2934018~31bf3856ad364e35~amd64~~6.3
    .1.5
    [==========================100.0%==========================]
    操作順利完成。
    
    C:\Windows\system32>
    I'll be back after a reboot.

    Yeah! Some minor updates, no more Windows8.1-KB2919355.

    And 17031, 17041 and 16497 remains the same.

    Thank Murphy and Abbodi. And Qad too.
     
  9. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Windows 8.1 With Update (Multiple Editions) (x64) - DVD (Hebrew)

    Added to main ISO post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    #3471 TCM, Apr 17, 2014
    Last edited by a moderator: Aug 7, 2014
    No offense, but right click -> Copy Magnet URI and you can stop uploading torrent files to ddl hosters.
     
  11. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,153
    210
    #3472 MrMagic, Apr 17, 2014
    Last edited: Apr 17, 2014
    Does this Update 1 replace the Refresh Image with an updated version or will refreshing the machine revert it back to 8.1 ?

    EDIT - If updated from WU / Manual updates
     
  12. fkar

    fkar MDL Recognized Advisor

    Nov 3, 2012
    1,591
    1,412
    60
    I've a doubt.

    If I upgrade a PC from 8 to 8.1 now, will PC updated with Update 1 or we'll have to install it via Windows Update? :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    It upgrades directly to 8.1 UD, that's how abbodi got his ESD's. :D
     
  14. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    596
    278
    30
    Hey gang,

    Anyone know of a link to ISO language packs Pro x64 Update 1?

    Can't seem to find them.

    Thanks. :cool:
     
  15. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,953
    19,460
    340
    #3476 Tito, Apr 17, 2014
    Last edited by a moderator: Aug 7, 2014
    (OP)
    Check out the first post.

     
  16. asabater

    asabater MDL Member

    Sep 6, 2008
    195
    71
    10
    ask for murphy78 at TPB

    thanks to murphy78

    saludos
     
  17. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,940
    120
    Please code your links :)
     
  18. edusilva.abc

    edusilva.abc MDL Novice

    Apr 18, 2014
    5
    0
    0
    Windows Embedded 8.1 Industry Pro with Update

    Alguém poderia dispónabilizar o Windows Embedded 8.1 Industry Pro with Update (Portuguese-Brazil) x86 x64?.Obrigado