Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dt_setup.exe | 2024-02-02 | 20.2 MB | |
DISMTools.zip | 2024-02-02 | 20.6 MB | |
README.md | 2024-02-02 | 4.0 kB | |
v0.4.1 source code.tar.gz | 2024-02-02 | 42.3 MB | |
v0.4.1 source code.zip | 2024-02-02 | 42.9 MB | |
Totals: 5 Items | 126.1 MB | 0 |
This is the release version of DISMTools 0.4.1, with new features and enhancements:
File hashes
File | Hash (SHA256) |
---|---|
Installer | B4BF93D295167D5975DA9318470578C55A9FAA94B0451831ECC6C47BFFD6B400 |
Portable | CC536156B35CC8A944E0041987DF6D1691CCDC7F047B9FF4694EB9B4C2B5D999 |
Changes made since last preview
Bugfixes
- Dates of the RSS feed news are now represented correctly
New features
- Added 2 new command-line arguments:
/offline
(enters the offline installation management mode) and/?
(shows the following message):
Removed features
- The old method of getting drives through WMIC is now removed. Typing
dthelper /drinfo
will now result in an unrecognized command
Overall changes
Bugfixes
[!NOTE] This will show the bugfixes of all preview versions. To view them, expand a section
Preview 1
- Driver information background processes no longer fail on Windows 7 images - The image information report preview window is no longer shown behind other windows - The help documentation content browser no longer redirects to the Help home page if its window lost focus or was minimizedPreview 2
- Fixed an issue where the program would try to save the offline installation management mode pseudo-project after performing element processing - Fixed a typo in the description of error code 0xC142010C - Package, feature, and capability operations now pass the `/norestart` flag to DISM to skip system restart questionsNew features
- You can now get image file information of SWM files
- Introduced a PRI resource extractor that comes in handy when getting friendly AppX package display names
Example of an AppX package with its friendly display name in the resources.pri
file
- The Options window has been redesigned
- Image status watchers have been added, which detect status changes in an image and notify you of such changes
- CODE: background processes no longer depend on the
expBackgroundProcesses
variable - You can now import the driver packages from one image to another to provide the same hardware compatibility:
-
If some packages, features, or capabilities require a system restart, you will now see the following message:
Some [packages/features/capabilities] require a system restart to be fully processed. Save your work, close your programs, and restart when ready
What's Changed
- DISMTools 0.4 Hotfix PR (2023/12/24) by @CodingWonders in https://github.com/CodingWonders/DISMTools/pull/92
- DISMTools 0.4.1 by @CodingWonders in https://github.com/CodingWonders/DISMTools/pull/99
Full Changelog: https://github.com/CodingWonders/DISMTools/compare/v0.4_stable...v0.4.1_stable