Inject multiple packages into an offline Windows image

You can use DISM to inject multiple packages using a single command into an offline Windows image. To do this, follow these steps:

  1. Copy the packages (.cab or .msu files) to a computer that has the Windows AIK 2.0 installed on it.
  2. Open the Deployment Tools Command Prompt on the computer and mount your image using DISM.
  3. Type the following comand: For /R [drive:[path]] %f in (*.cab) do dism /image: /add-package /packagepath:”%f”

If you have feedback concerning this tip, please email me. And be sure to check out my website!

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top