how to intregrate updates to office 2013 iso?

Discussion in 'Microsoft Office' started by bakelal, Jan 18, 2015.

  1. bakelal

    bakelal MDL Junior Member

    Oct 20, 2013
    93
    6
    0
    i have Office-2013-SP1-PPVL-x64-en-US-NOV2014.iso-MURPHY78 and i want to integrate December update in it,how can i do it? i tried the WHD download for office 2013 but i get .exe files how can i convert those to .msp files..please guide me
     
  2. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    #2 NICK@NUMBER11, Jan 18, 2015
    Last edited by a moderator: Apr 20, 2017
    you could copy all the new exe files in say c:\x86 or x64 and run this command with admin privileges



    Code:
    for %g in (c:\x86\*.exe) do %g /extract:c:\Office2013\x86_Updates /quiet
    pause
    for %g in (c:\x64\*.exe) do %g /extract:c:\Office2013\x64_Updates /quiet
     
  3. bakelal

    bakelal MDL Junior Member

    Oct 20, 2013
    93
    6
    0
    does murphy78 added any guide on how to create updates iso? becoz if i extract msp and copy them to update folder it asks for replacing the msp which are already present inside
     
  4. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,503
    720
    60
    thats normal, yes just replace them with the updated versions