This is the June 2025 update of DISMTools 0.6.2, with new features and enhancements from preview releases of version 0.7:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 6B3E878106C785372F0AE5C5F3FD6A81E4585FC596A83874E0C8698F65E6AFB3 |
Portable | DISMTools.zip | 7232FD6D232A63A9D97F3E40648770B7771F25C6AD0978594D4888C09439BA96 |
Important
If you use Windows Defender, it may incorrectly flag this version as malware. SmartScreen may also do this. Don't worry; this is safe to download and use.
This AV solution flags this program because it lacks code-signing certificates, which are quite expensive (as of January 2025, 660 and 864 dollars for 3 years of SV and EV certificates, respectively, from Comodo).
If you use other antivirus solutions, you will not see this problem. Learn more here
Bugfixes
- Fixed an issue where people could write to the console output
- Fixed an issue where DISM would never finish after edition servicing tasks due to a computer restart prompt
- Fixed an issue where exceptions that aren't related to the DISM API were not being logged when running background processes
- External issue: Fixed an issue where background processes would abruptly stop when getting package information due to specific time representations (issue: jeffkl/ManagedDism#263; fix: jeffkl/ManagedDism#264)
- Fixed an issue where the PE Helper could apply the installation image to the wrong volume if it had been assigned drive letter C (#262, thanks @Real-MullaC for spotting)
New features
Preinstallation Environment Helper
- The default size of the ISO creator has been increased to 1280x720
- The PE Helper now adds the
WinPE-StorageWMI
packages to the Preinstallation Environment - HotInstall now uses the latest version of the DISM API
- HotInstall now creates a removal script that's launched on system startup to revert installation changes, in case the target system boots to the full Windows installation instead of the DISMTools PE:
DynaLog
- DynaLog now logs process IDs, which can help you tell multiple DISMTools processes apart more easily
Miscellaneous
- The following components were updated:
Component | Version in latest release | New version |
---|---|---|
Markdig | 0.41.0
| 0.41.3
|
Managed DISM API | 3.3.0
| 3.3.12
|
What's Changed
- DISMTools 0.6.2 Update 2 by @CodingWonders in #264
Full Changelog: v0.6.2_upd1...v0.6.2_upd2