mikecel79 / DISMGUI

DISM GUI is a graphical interface for the DISM command line utility written in the .NET. DISM GUI allows you to mount and dismount WIMs, manager drivers, features and packages.
http://mikecel79.wordpress.com
261 stars 56 forks source link

exe? #1

Open itsdrinkingthewater opened 6 years ago

itsdrinkingthewater commented 6 years ago

Hey mike, i used this tool plenty at my old job, and I cant figure out whats changed. im pretty sure it had an exe or posh something i could run for the front end? have i gone crazy?

x-radeon commented 6 years ago

If you go https://github.com/mikecel79/DISMGUI/releases you can download the zip file that has the exe in it. Any new versions of DISM GUI will appear there.

Dede333 commented 3 years ago

Hello, you can use the modified version of DISMGUI-4 at this url: https://github.com/Dede333/VB_DISMGUI

for exe at this url: https://github.com/Dede333/VB_DISMGUI/tree/main/DISM%20GUI/bin/Release

Note: Mike, dism commands are displayed before call async dism function, it's more easy to debug the code. Capt1

thanks