Questions tagged [dism]

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment (Windows PE) image. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx).

Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment (Windows PE) image. DISM can be used to service a Windows image (.wim) or a virtual hard disk (.vhd or .vhdx).

DISM replaces the ImageX tool which was deprecated in Windows 8. DISM also replaces Package Manager (Pkgmgr.exe), PEimg, and Intlcfg that were included in previous deployment toolkits. DISM also adds new functionality to improve the experience for offline servicing.

65 questions
0
votes
0 answers

Changes made to install.wim file is not in effect

I am using the DISM command to mount the install.wim and adding few folders and file to the root folder c:\ and them committed the image file. then creating a bootable ISO with the modified the WIM file. but the folders and file I added to the image…
0
votes
1 answer

Windows Server 2019 Cannot Install .NET 3.5

crosspost Microsoft IT Pro Tech Community crosspost r/sysadmin Windows Server 2019 Cannot Install .NET 3.5 I am running Windows Server 2019 (Version 1809, Build 17763.4499) and I cannot install .NET Framework 3.5. Below is the current installation…
0
votes
2 answers

Cannot find valid source for DISM /RestoreHealth for corrupted Windows Server 2016

A Windows Server 2016 running in Hyper-V has failed and appears to be corrupted (at the time of writing I was able to start it and SOME services are available, but it's showing the spinning circle on blue background with no text and doesn't permit…
MBender
  • 381
  • 2
  • 8
  • 25
0
votes
1 answer

Add custom exe app to windows image

Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD? //EDIT: App is without installer - its just few files + executable
Johny Wave
  • 11
  • 1
  • 5
-1
votes
1 answer

Cannot install Microsoft SQL Server 2012 prerequisites on Windows Server 2008 Core

I have the server with Windows Server 2008 core SP2 and I need to install SQL Server 2012 in it. The problem is that SQL Server requires .NET 4.5 and when I try to install .NET 4.5, the OS gives an error that says "the program is not recognized." To…
1 2 3 4
5