Jump to content

ArnisLav

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Latvia

Posts posted by ArnisLav

  1. Extract the "Windows6.1-KB2533552-x86.cab" file from update MSU file. Create a folder named KB2533552 un the drive C:\ Then using command prompt enter

    expand "<path to uddate cab file>" -F:* "C:\KB2533552"

    The update files from CAB will be extracted.

    Go to C:\KB2533552 and open the file "update.mum" with notepad and change allowedOffline="false" to allowedOffline="true"

    And that's it. Now you can integrate this update into Install.wim using DISM

    Don't forget to add this path when integrating updates

    dism /Image:<your install.wim mount directory> /Add-Package /PackagePath:C:\KB2533552

×
×
  • Create New...