Update on the French translation status: almost 80% of the aforementioned Case statements now contain localization code for French. This makes the program almost fully functional when using French, but you shouldn't switch to that language yet. The latest preview release of DISMTools 0.3.3 will feature translations in that state though. However, translation work will have been completed by the next preview release
It can service Windows PE images, but can't be opened from that environment. Unless .NET 4.8 is supported on WinPE, I can't test the program (yes, there's the "WinPE-NetFx" optional component but I think adds .NET 3.5)
Good morning Thank you again for your work I will test it in Winpe as I have told you can activate Language and Regional Parameter because I Telchange a lot of ISO in Us_us but I have the opportunity to put it in my language the FR_FR in install.wim and BOOT.WIM but by default it remains in us_ it is for me to have it in fr I will send you a video d vdism which realizes it without problem but become obselete
Second update on the French translation status: 99% of the Case statements have received French translations. The program is pretty much functional with this language set now. Only 4 to go!
When you have to rely on PowerShell to implement the missing translations: By the way, French translations are now complete.
Coming in DISMTools 0.3.3: Image information reports! They let you save the information of the image to a report file. They only save information you would see in the image information dialog, but they will be more configurable in the future. To access this function, go to Commands > Image management > Save image information..., and then specify a report location. Do note that this is only available in the nightly version of the "dt_pre_23104" branch
This project looks quite interesting. Thank you for your time and effort. I've been using DISM, Powershell, and NTLite for years to do image cutomizing but this, potentially, looks like maybe a better solution. I've made one attempt (so far) at customizing an image. The following are my notes on DISMTools use: 1) Main screen doesn't refresh after initial image load. I have to restart the program to get a refreshed screen. 2) No instructions on file locations for ADK tools and wimlib tools. Also, the install button doesn't bring up a dialog box asking for path information for said tools. 3) What is the program looking for in the way of APPX file structure when indicating a folder location for APPX windows store applications. Also, it would be nice if you could choose multiple APPX files instead of one at a time. 4) Although I have a personal order in which I accomplish things a tutorial on the preferred order of operation would be helpful. Once again, this project has great potential and goes much further than others in the same class. I look forward to subsequent updates.
First of all, thanks for encouraging the development of this project! This program is not yet complete and is in beta stages, so some things are missing from it or don't work correctly. Now, to your remarks (notes): If you're talking about stuff not being populated after mounting an image to a project, you only have to reload the project. After doing that, the program will catch up with the changes. This is because of an exception that the program handles incorrectly. This is still being investigated The program copies the necessary ADK deployment tools from "\Program Files\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools" ("Program Files (x86)" on 64-bit copies of Windows), and detects whether an ADK is installed by looking for the "ADKInstallation" value in "HKLM\SOFTWARE\Microsoft\WIMMount". wimlib stuff is not implemented, and may not be for a long time. Currently, I have plans as to how this tool (amazing btw) could be used, but it's just ideas The program detects information about an AppX package by reading the "AppxManifest.xml" file ("AppxMetadata\AppxBundleManifest.xml" on bundle packages) and getting the information from there. Multiple selection of AppX packages in the file picker is being planned for a future version, but you can just select the packages you want (from an elevated program) and drop them onto the list view The in-progress help system should resolve those confusions soon. You can read more about it here If you have any other questions, feel free to ask.
As I have time I'll check out the specifics above. Thanks for the quick response. Keep up the outstanding work.
Image information report functionality is now fully implemented, and will make its way into version 0.3.3.
Coming in DISMTools 0.4: Multiple selections. Simply select multiple application packages in the AppX addition list view, and view the common properties of them. You can't edit them in bulk now, but will be possible later on. Also, you can now select multiple AppX packages in the file picker
Another feature that will come to version 0.4 is offline installation management. With this mode, you can manage the installation of any (supported) partition containing a Windows installation. This action can be accessed on the main screen, by clicking "Manage offline installation...". You'll then need to specify the installation you want to manage: You should be able to perform any operation you would perform in online installation management in this mode. If you can't perform an action in this mode, let me know.
@The Windows Guy I took the liberty and moved the thread to the MDL Projects and Applications sub-forum. Thanks again for actively maintaining this project.
Nice...was just getting ready to mess with the latest Windows 11 beta. I'll be able to evauate both now.