Releases: CodingWonders/DISMTools
v0.6.2 Update 3
This is the July 2025 update of DISMTools 0.6.2, with new features and enhancements from preview releases of version 0.7:
This is also one of the 2 releases dedicated to the third anniversary of DISMTools. The other one is 0.7 Preview 7. Huge thanks to everyone who have submitted feedback and have used it. Without you, we couldn't have gotten here:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 2DBD72D909971DCA4C3F396BD0A3966EAE3EFD9823F125B2B4B199AE36E548C6 |
Portable | DISMTools.zip | 155AD08990C6461BF173450D9D2A351CFE66CCE3EF261BDFB8F373043A061609 |
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 with the used volume letter checks in the PE Helper where they would not work correctly
New features
Preinstallation Environment Helper
- The command line can now be accessed from the main menu when you boot to the ISO file
- A new command-line alias,
netinit
, now lets you initialize the networking stack and enable the firewall on demand; and other administration scripts are now included - The startup screen in HotInstall is now localized
- The Driver Installation Module (DIM) has seen a minor design refresh to let you select items more easily, with grid lines
- PowerShell script execution policy settings have been off-loaded from the DT PE startup code and put into the ISO creation script. This can present startup time improvements
Help Documentation
- A Web-based Tour has been introduced. With this tour, DISMTools now follows a more interactive approach for people that are getting started. You will see a prompt when you use it for the first time, so you can get started
Miscellaneous
- Feature update detection now reports builds from the Bromine semester
- 7-Zip has been updated to version 25.00
- The installer is now built using Inno Setup 6.4.3
What's Changed
- DISMTools 0.6.2 Update 3 by @CodingWonders in #268
Full Changelog: v0.6.2_upd2...v0.6.2_upd3
v0.7_250730
This is the seventh preview release of DISMTools 0.7, with new features and enhancements:
This is also one of the 2 releases dedicated to the third anniversary of DISMTools. The other one is 0.6.2 Update 3. Huge thanks to everyone who have submitted feedback and have used it. Without you, we couldn't have gotten here:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | B06DA64CD699ED02B61DB3B07D02740C9FDBB5FCCE6CB5BCCBDBB96356AC9EFE |
Portable | DISMTools.zip | 483FEE07A8550E9E37DFD1C19FCA28CB57B6BCDDFCF13093B10C8BF18D6AA8EF |
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 with the used volume letter checks in the PE Helper where they would not work correctly
New features
Preinstallation Environment Helper
- The startup screen in HotInstall is now localized
- The Driver Installation Module (DIM) has seen a minor design refresh to let you select items more easily, with grid lines
- PowerShell script execution policy settings have been off-loaded from the DT PE startup code and put into the ISO creation script. This can present startup time improvements
Note
I'm not a big believer in benchmarks, so you'll have to determine whether there's an actual improvement. Startup time improvements are definitely improved when launching the DT PE from HotInstall
Unattended answer files
- UnattendGen has been updated to the latest version, providing cross-platform builds for Linux and macOS:
Note
DISMTools still includes only the Windows versions of UnattendGen. For self-contained builds, it will still download only the Windows versions
- When configuring DNS settings for Active Directory Domain Services join, you can now verify the syntax of DNS addresses. You will later see a report featuring the types of the addresses that have been specified. For invalid addresses, you will also see why they were marked as such:
- You can now remove the answer files from your image easily:
Help Documentation
- The DISMTools Tour is now finalized. As a reminder, you can access it from the Help menu or the Getting Started page in the Help documentation
- The Tour can now be launched automatically when you first set up DISMTools:
Image tasks
- DISMTools now uses
pnputil
to add drivers on active installations
Miscellaneous
- CODE: Registry actions are now carried out by the new Registry Helper
What's Changed
- DISMTools 0.7 Preview 7 by @CodingWonders in #267
Full Changelog: v0.7_pre_2571...v0.7_pre_2572
v0.7_250713
This is the sixth preview release (Beta 3) of DISMTools 0.7, with new features and enhancements:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 475A59EC8A920C4CC36E848E9B2AE3CB855EA516E647E7BF3A614FF750314D82 |
Portable | DISMTools.zip | E12CE2BFB23704A0A216B0284287D0F92C44453CFBD30A38A299A94D0C8AA834 |
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
- The fixed disk configuration routine code from the PE Helper has been ported to the WDS Helper Client
New features
Help Documentation
- NEW! A Web-based Tour has been introduced. With this tour, DISMTools now follows a more interactive approach for people that are getting started
Note
This tour is available from the Help menu and from Help documentation (in the Getting Started page):
Note
You can contribute to the Tour repository by reporting issues or making changes
Preinstallation Environment Helper
- The Driver Installation Module (DIM) is now added to the Windows PE image directly, allowing you to use it when booting to it via the network
Unattended answer files
- You can now configure your answer file to make devices join an Active Directory domain more easily:
Image tasks
- DISMTools now uses
pnputil
to remove drivers on active installations:
Note
In a future preview release, the PnP Utility will also be used to add drivers to active installations, so stay tuned!
- DISMTools can now map AppX package registrations on active systems to local users in the system:
Miscellaneous
- CODE: background processes have been refactored to use new list items
- CODE: startup code in most image task dialogs has been moved to
IImageTaskDialog
interface implementations - Feature update detection now reports builds from the Bromine semester
- 7-Zip has been updated to version 25.00
- The installer is now built using Inno Setup 6.4.3
Update details
Setting migration will be performed when you update to this version. These are the settings that will be affected:
Setting | New status | Reason |
---|---|---|
Image operations > Map system accounts to application registration information | New |
What's Changed
- DISMTools 0.7 Preview 6 by @CodingWonders in #265
Full Changelog: v0.7_pre_2563...v0.7_pre_2571
v0.6.2 Update 2
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
v0.7_250629
This is the fifth preview release of DISMTools 0.7, with new features and enhancements:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 799D73436A0012E4B9F83BED7F70C926F4300A42067A2CA948C4E4927F910374 |
Portable | DISMTools.zip | 0E1042EA3E53940CB0EC170EE70F83A3BF1D1DE93C77F5F9E0872F1AAA5BD826 |
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 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)
- Fixed an issue where the WDS Helper Server would not export installation images to "install.wim" if they were named differently in WDS
New features
Preinstallation Environment Helper
- The WDS Helper server component now offers a web dashboard from which you can view logs, clear temporary files, and stop the server more easily. It also provides detailed information about the connection and the server:
- The ISO creator can now download and install the latest version of the Windows ADK (10.1.26100.2454) for you if it can't find it on your system:
Note
If it detects an existing ADK, however, it will use that as opposed to the latest one
- 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 - The command line can now be accessed from the main menu when you boot to the ISO file or when you start the boot image via WDS
Note
The command line is not available when you start the installation with HotInstall. The command line will also remind you that the environment will restart after 72 hours of uptime, This is because Windows PE, in order not to be used as a pirated version of Windows, imposes such a limitation
- A new command-line alias,
netinit
, now lets you initialize the networking stack and enable the firewall on demand; and other administration scripts are now included
Note
Network initialization will only work when you plug in your device via Ethernet, and if the Preinstallation Environment detects the network adapter. It will not work with wireless connections
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 preview | New version |
---|---|---|
Markdig | 0.41.2 |
0.41.3 |
- CODE: more LINQ queries have been introduced
- CODE: a new progress reporter module has been introduced. This is used by the ISO creator, but is expected to be used in other places as well
What's Changed
- DISMTools 0.7 Preview 5 by @CodingWonders in #263
Full Changelog: v0.7_pre_2562...v0.7_pre_2563
v0.7_250615
This is the fourth preview release of DISMTools 0.7 (Beta 2), with new features and enhancements:
Huge thanks to all of you! We have now reached 100000 overall downloads. It couldn't have been possible without your help, support, and feedback. With this release, we also celebrate 4 years of the Windows 11 leak.
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 9802C127FA741CE95E06EB4B0B3ED8E4A4AAFD835B4D226C7099A7712A5861CF |
Portable | DISMTools.zip | E49FDA12FEA2549D5975E692624E44A188CFDCDAA55C1724F662C2996587CDBB |
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 the popup mounted image picker would not show any results if the mounted image manager was already open
- Fixed an issue where connecting to a WDS server would fail if it didn't have a Pending Devices policy set up
- Fixed an issue where the WDS Helper client would not get the installation images in some cases
New features
Preinstallation Environment Helper
- 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:
- If drivers are applied to the boot image that clients will boot to with WDS, the WDS Helper client now applies such drivers to the target installation
- The WDS Helper client now informs about blocks the server will impose for 2 minutes for a specific device if any connections to the server errored out
Unattended answer files
- When configuring the wireless network, a link to go to your router's gateway page (typically
192.168.1.1
) has been added. This lets you get the authentication technology of your router more easily if you don't know it:
- UnattendGen has been updated to the latest version
- The system component screen has been fully revamped:
This screen also provides documentation about a specific component, performing a Google search in its Web tab...
...and also detects components and passes reserved for proper installations:
Miscellaneous
- The following components were updated:
Component | Version in latest preview | New version |
---|---|---|
Markdig | 0.41.0 |
0.41.2 |
- DISMTools now detects if the computer has booted into Safe Mode and offers you the choice to load the online installation management mode:
- DISMTools now features a revamped popup mounted image picker:
What's Changed
- DISMTools 0.7 Preview 4 by @CodingWonders in #261
Full Changelog: v0.7_pre_2561...v0.7_pre_2562
v0.7_250601
This is the third preview release of DISMTools 0.7, with new features and enhancements:
This is the official Windows Deployment Services Technology Preview 1 and mainly focuses on changes to the PE Helper and PXE Helpers. Still, other components have also seen some changes.
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 367B0469F924122AD7DCBEF7B021A41C89D812CDD2D5EACD66FF157612FA7DB2 |
Portable | DISMTools.zip | 6E39AC5B23DEE55E3491F867C1B5C29D8372BBC6999CF8B47FA1C7794E155D97 |
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
Note
If you use Previews 1 or 2, start the update process by going to the About dialog (by clicking "PREVIEW")
Bugfixes
- Fixed an issue in the update checker
- Fixed a deployment issue in the Theme Designer. It will let you load and save themes now instead of throwing an exception
- 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. You should now see error code BC2, meaning that your computer needs to restart
- 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)
New features
Preinstallation Environment Helper
- The restart message is now shown in a cleaner way:
- CODE: the PE Helper no longer requires
dp_listdisk.dp
to be present in order to list disks, as it's now generated automatically - When starting up the DISMTools Preinstallation Environment, you will now see a menu from which you can choose the installation type:
- The WDS REST API now separates install images with folders with GUIDs as names
- Following the introduction of the WDS REST API in Preview 2, the DISMTools PE now includes the client component:
Note
Some notes to consider:
- If the WDS server is configured to require administrator approval for unknown devices, make sure that a client is approved before running the client component. This component will check whether the client device is approved before continuing. If it isn't, the following message will be shown and the client will reboot after 5 seconds:
(How can that be possible? Well, because of Science. You can start NetInstall from DVD/USB media, and that reason alone mandates this check)
- Expect some issues in the WDS Helper, since this is nothing but a technology preview, so please report feedback
Unattended answer files
- UnattendGen has been updated to the latest version
- You can now hide post-installation script windows when creating answer files:
Miscellaneous
- The following components were updated:
Component | Version in latest preview | New version |
---|---|---|
Managed DISM API | 3.3.0 |
3.3.12 |
- You can now switch color themes for both dark and light modes in the personalization settings. To test the theme engine, the color scheme used in versions older than 0.5 has been reinstated, and has had a slight revamp in its color scheme to adapt it to both modes:
- You can now hide the clock in the project view
- DISM output is now saved to log files after operations are complete
Update details
Setting migration will be performed when you update to this version. These are the settings that will be affected:
Setting | New status | Reason |
---|---|---|
Personalization > Show date and time on the project view | New |
What's Changed
- DISMTools 0.7 Preview 3 by @CodingWonders in #260
Full Changelog: v0.7_pre_2552...v0.7_pre_2561
v0.6.2 Update 1
This is the May 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 | 87050B6E382B8A5DE805CEB1697E3ADE329B4C4EA847FCDD84E66004C21C8530 |
Portable | DISMTools.zip | D863F8F210A1BB008E7B28305AA86AC0DBE1794441F8A2BFF263173BDF9BDA6B |
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
No issues were fixed in this release
New features
DynaLog
- DISMTools now includes a log viewer (DynaViewer)
Miscellaneous
- CODE: information dialogs are now able to disable the close button when getting information using Windows APIs
Removed features
- The restart dialog in the DISMTools Preinstallation Environment has been removed due to alleged "malware infections" (#246, thanks @MTTGamer for informing me)
Important
My commitment to keeping your PCs secure is still my number 1 priority. It just so happened that 20 vendors were flagging a simple application that shows a message, a timeout, and that returns an exit code, as "malware". It's a false positive, but I didn't take any chances, so I yanked it out of the program.
This will restore the old behavior in the PE Helper present during the 0.5 Series. Further changes will be made to this method to make it look like this dialog.
This issue shows the attack on open-source software developers. Every program I make does not have any malicious intent.
v0.7_250518
This is the second preview release of DISMTools 0.7, with new features and enhancements:
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | E55884D922F502CA64B007CABB9B63B606E9CC54079DB2253A345E342270ADE7 |
Portable | DISMTools.zip | 90D29436270DAD227FAC9E1E497594086791372B17F13C2D4E515E073C5DE22E |
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
Note
Start the update process by going to the About dialog (by clicking "PREVIEW")
Bugfixes
- Fixed a migration issue where the color scheme would switch to dark, regardless of the preferred scheme you set in the past
New features
Theme Engine
- DISMTools now includes a theme designer and editor
Tip
Like DynaViewer, introduced in 0.7 Preview 1, this theme designer comes in 2 versions: one that uses .NET 4.8, and another one that uses .NET 2.0. The latter one makes it compatible with operating systems as old as Windows 98:
The theme designer running on Windows 98 and Me
When saving themes in Windows 9x, you will see an extra character at the beginning. This is because themes are saved with Unicode, and these operating systems use ASCII
Now, don't worry if things are getting too retro here. This will be the final tool compatible with old operating systems
Preinstallation Environment Helper
- Massive improvements were made to the DISMTools PE on network environments using PXE/Windows Deployment Services (WDS, #230)
As part of the network-based installation efforts (codenamed NetInstall), DISMTools includes 2 scripts designed for WDS:
- A preparation script (
prepare_wds.ps1
) that reinstates Windows Setup on a Windows PE image (note that the ADK present on the server must match in version to the boot image that is provided by the ISO file) and allows you to set it as a boot image as part of unicast or multicast AutoCast transmissions
Preparation script after setting up a boot image in WDS in a unicast transmission
Prepared boot image in BOOTMGR
Windows Setup in the prepared boot image
- A Web-based REST API (
wdshelper_server.ps1
) that can be used by an authorized client in DHCP scopes to allow basic interaction with the WDS server. These are the exposed APIs. Any additional APIs are declared in the source code of the script:
Here is a demonstration of some of these APIs:
Both scripts are available in the pxehelpers\wds
folder of the ISO file. Yes, I know WDS is obsolete. I'll be looking at supporting additional network-based solutions
Important
The REST API script is designed to facilitate image testing with the DISMTools PE on the network and you can use them for any test deployments. For final deployments, an official boot image is still recommended. You can grab one from Windows installation media, or from the WDS preparation script
Miscellaneous
- CODE: the language engine, first introduced in HotInstall, has been ported to DISMTools
- CODE: information dialogs are now able to disable the close button when getting information using Windows APIs
Removed features
- 32-bit ARM support has been fully removed from the PE Helper
What's Changed
- DISMTools 0.7 Preview 2 by @CodingWonders in #256
Full Changelog: v0.7_pre_2551...v0.7_pre_2552
v0.7_250504
The first preview release of DISMTools 0.7 is now available, with new features and enhancements:
May the 4th be with you. Sorry, I couldn't resist. It had to happen for this release.
File hashes
File | Name | Hash (SHA256) |
---|---|---|
Installer | dt_setup.exe | 4EF12FAD8F280813F501EC5237CCF0E0E152D79519438ABD582D09188644EC23 |
Portable | DISMTools.zip | 71959DF9FEBFF176FDA2637044E59DD9737EA8BAFBC51F2C8106121D8F64252F |
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 a minor issue where DynaLog timestamps would not use a common format for time
New features
Theme Engine
- The program now uses a theme engine that makes it easy for you to make your own themes
Note
No options have been added to the GUI to configure which theme to choose for dark and light modes, so you'll have to configure them from the INI or the Registry. The files are in an INI format, so they are easy to read and modify.
A theme designer is in the works to make it easier for you to make your themes.
DynaLog
- DISMTools now includes a log viewer (DynaViewer)
Tip
The program includes 2 versions of DynaViewer: a version that uses .NET 4.8, and another version that uses .NET 2.0. The latter one makes DynaViewer compatible with operating systems as old as Windows 98:
DynaViewer running on Windows Me
When running into an internal error, you have an option to open this viewer
Removed features
- The restart dialog in the DISMTools Preinstallation Environment has been removed due to alleged "malware infections" (#246, thanks @MTTGamer for informing me)
Important
My commitment to keeping your PCs secure is still my number 1 priority. It just so happened that 20 vendors were flagging a simple application that shows a message, a timeout, and that returns an exit code, as "malware". It's a false positive, but I didn't take any chances, so I yanked it out of the program.
This will restore the old behavior in the PE Helper present during the 0.5 Series. Further changes will be made to this method to make it look like this dialog.
This issue shows the attack on open-source software developers. Every program I make does not have any malicious intent.
This change will be backported to 0.6.2 as part of an update
What's Changed
- DISMTools 0.7 Preview 1 by @CodingWonders in #250
Full Changelog: v0.6.2_stable...v0.7_pre_2551