Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Install Wim: How to Add Packages to Windows image Using the DISM Tool

Posted on 19/09/202028/09/2023 IT Expert By IT Expert No Comments on Install Wim: How to Add Packages to Windows image Using the DISM Tool
  1. Home
  2. Windows Server
  3. Install Wim: How to Add Packages to Windows image Using the DISM Tool
Install Wim

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that helps to update offline Windows Images. There are two ways to install or remove packages offline with DISM. You can either apply an unattended answer file to the offline image, or you can add or remove the package directly from the command prompt using DISM or PowerShell. Here are some possible errors you can encounter while resolving this issue Error 0xc1570103: The license file was not found in the specified path, and how to fix error 0xc1510114: The wim file needs to be remounted.

Note: If you would like to install multiple packages to a Windows image with dependency requirements, the best way to ensure the correct order of the installation is by using an answer file. You can use DISM to apply the Unattend.xml answer file to the image. When you use DISM to apply an answer file, the unattended settings in the offline servicing configuration pass are applied to the Windows image.

How to Add Packages to Windows image

To ensure we can add packages to the Windows image, we must install the latest version of the Windows Assessment and Deployment Kit (Windows ADK), which contains all of the required tools, including DISM. Thus, below are the steps to add packages to an install.wim file (Windows image).
1: Ensure you mount the image. See this article on how to mount an image.
2: After mounting the images, you can remove packages you don’t require by your organization. See this link on how to remove packages from the Windows image.

Now that we have successfully cleaned out wim file, we can then proceed to add the packages. View the installed packages before proceeding. This guide will teach you how to add packages to an install.wim image.

Using DISM: Query the Windows image for pre-installed apps with the following command, which makes sense.
dism /Image:G:\MountZ /Get-Package

Add your desired packages: With the command above, we can review the package we need and then add them with the command below. Here is how to add LXPs to Windows image using DISM and PowerShell.

dism /Image:G:\Path-to-the-mounted-wim-file\<MountedZ(mountedDirectory)>  /Add-Package  /PackagePath:G:\path-to-the-package\the-cabinet(cab)-file-to-be-added

After successfully adding the package to the WIM file, you should get a message as shown below

Deployment Image Servicing and Management tool
Version: xxxxxxxxxxxxxxx
Image Version: xxxxxxxxxxxxxxx

Processing 1 of 1 - Adding package Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~.cab [==========================100.0%==========================] The operation completed successfully.

After successfully adding the packages, save (commit) the changes to the WIM file as demonstrated below. This will unmount and save the newest state. For more on these commands, see the Microsoft documentation.

dism /unmount-wim /mountdir:G:\Path-to-the-mount-file\MountZ /commit

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:DISM, install.wim, Microsoft Deployment Toolkit (MDT), WDS, Windows 11, Windows Deployment Services

Post navigation

Previous Post: Determine Apps UWP and remove pre-provisioned Appx in Windows
Next Post: Action cannot be complete because the computer is open in Wimserv

Related Posts

  • microsoft confirms some pcs freeze after windows 10 2
    Information on BOOTP Vendor Extensions and DHCP Options Windows Server
  • erroradkupdate
    An error has occurred in the script on this page: HTA applications report a Script error after upgrading to ADK for Windows 11, version 22H2 Windows Server
  • windows server
    How to backup and restore a Windows DHCP Server via the DHCP Manager and PowerShell Windows Server
  • ftpwindows
    How to install and configure an FTP server on Windows 10 Windows Server
  • Configure AD LDAPs
    Generate a self-signed SSL certificate: Enable LDAP over SSL Windows Server
  • article 1280x720.192a2586 1 1
    No valid offer received: WDS PXE-E16 error when booting clients Windows Server

More Related Articles

microsoft confirms some pcs freeze after windows 10 2 Information on BOOTP Vendor Extensions and DHCP Options Windows Server
erroradkupdate An error has occurred in the script on this page: HTA applications report a Script error after upgrading to ADK for Windows 11, version 22H2 Windows Server
windows server How to backup and restore a Windows DHCP Server via the DHCP Manager and PowerShell Windows Server
ftpwindows How to install and configure an FTP server on Windows 10 Windows Server
Configure AD LDAPs Generate a self-signed SSL certificate: Enable LDAP over SSL Windows Server
article 1280x720.192a2586 1 1 No valid offer received: WDS PXE-E16 error when booting clients Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • iCloud for Windows
    How to install and uninstall iCloud for Windows [Part 1] Mac
  • Featured image Desktop Stickers
    How to create Desktop Stickers in Windows 11 Windows
  • Screenshot 2020 05 19 at 02.50.47
    Fix Administrative templates retrieved from the local computer does not show up Network | Monitoring
  • Disable and Enable USB in Windows
    Disable and Enable USB Usage for Certain Users in Windows Windows
  • password manager pro enterprise
    Configure failover for ManageEngine Password Manager Pro Password Manager
  • speedtest
    How to set up a self-hosted speed test server on Ubuntu Linux Linux
  • Windows server 2025 set up
    Install Windows Server 2025 via iDRAC Virtual Media or PXE Windows Server
  • aptira ansible 1
    The module ping was not found in configured module paths, core modules are missing Configuration Management Tool

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,784 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.