This is an update to DISMTools 0.5.1, with bugfixes and enhancements from preview releases of version 0.6:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | DAFF8E4152ADB09F713C72AA19FA0B084A6C31E5765CC775B4CBB8D3A6D9FE0F |
Portable | DISMTools.zip | 93211B6573A862BBD4ACCAB21CC25F8A20CF485AAC87DDF8FF0BB9593787360C |
Changes
Preinstallation Environment Helper
- You can now press
B
on the partition selection screen to go back to the disk selection screen if you chose the wrong disk - The Operating System installer now shows a cleaner progress output for DiskPart and DISM:
- Compatibility with PowerShell 7 has been improved
- Output for CopyPE and OSCDIMG is now shown more cleanly
- The Windows PE image is now mounted to the %TEMP% (
$env:TEMP
) folder - A custom title is now used for both the PE generator and the OS installer
- PowerShell is now called without loading any existing profiles in
%USERPROFILE%\Documents\WindowsPowerShell
, to speed up script launch
Image information reports
- Preposterous dates are now classified as such when getting information about packages
Unattended answer file features
- The unattended answer file creation wizard can now be resized
- For fully unattended installations (including setup), unattended answer files are now named
autounattend
- Exit codes for the unattended answer file generator are now shown in Hex
- Fixed some XML writer issues for the UnattendGen parser (thanks David Retzloff on the MDL forums for spotting)
- After you have created your unattended answer file using the wizard, you can now open it in the Windows System Image Manager (SIM), or load it in the Editor mode
Note
The program will detect the presence of the Windows SIM. If it is not detected in its standard location, the action will be disabled. The Windows SIM is installed alongside the deployment tools, from the Assessment and Deployment Kit (ADK)
Miscellaneous
- The link to report program exceptions has changed to point to its new issue template (#160)
- Validating images for Trusted Desktop when applying them now requires Windows PE 4.0 or later
- The image application task and the image file information dialog are more reliable
- Fixed an issue where all images would be remounted, but the first mounted image would never be shown in the automatic reload panel
- Fixed a parser issue in the App Installer downloader
- Added feature update detection for Selenium builds of Windows
- Fixed an issue where the mounted image list in the mounted image manager would not be cleared if an external program had unmounted all images
- The exception dialog has seen a major redesign to show more information and feature details on how to report problems. Program version reporting is now included as well
- Fixed an issue where clicking the "Access directory" option of the "Mount directory" tree view item would always load the project's mount directory, even if the image was mounted elsewhere (thanks @Procstas for spotting)
- Fixed attribute filter issues for AppX package directories when they are dropped
What's Changed
- DISMTools 0.5.1 Update 1 by @CodingWonders in #170
Full Changelog: v0.5.1_stable...v0.5.1_upd1