Jump to content

Recommended Posts

Posted

sir can you please tell me How to add windows Updates(msu files) into running system(windows8.1/windows7sp1) using DISM.


i am using this command, i have copied the update files into folder "updates" on drive C.


c:\>dism  /online  /add-package  /packagepath:c:\updates


when i press enter after typing this command then message comes:


an error occurred, error=0X80070032


error=50


request is not supported.


what is the exact command?


Posted

You need admin privileges on the command first.

 

DISM commands cannot be run in a standard command prompt.

 

A quick (And REALLY easy to do) google search answered this issue:

 

http://blogs.technet.com/b/askcore/archive/2011/02/15/how-to-use-dism-to-install-a-hotfix-from-within-windows.aspx

 

Basically you cannot use msu files this way you need to unpack them and get the cabs...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...