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

Some sections of the program fail when file path contains a space #5

Open garegin16 opened 2 years ago

garegin16 commented 2 years ago

Some section of the app fail because it calls DISM.exe without using "" (quotes) for paths. This results in dism error 87.

Dede333 commented 2 years ago

Hello, you can check another forked and modified version on github.com/dede333 (vb#). The particularity is to see the dism command on output console !. There is some cases where double quote is not require on the command, especially, when you use a simple logical drive for example: e:\

Thanks and regards

Capt_err_encadrement_lecteur_logique