kmorgan2 / ResTool-NXT

Computer Repair and Troubleshooting utility for ResTech, a department of NIU Housing and Dining
1 stars 1 forks source link

Handle DISM does not exist condition #14

Closed kmorgan2 closed 9 years ago

kmorgan2 commented 9 years ago

Some computers can't do online image cleanup, catch this. Feel free to use output redirection as long as the output file is discarded.

kmorgan2 commented 9 years ago

Should be compliant as long as DISM as a whole runs. Any case where DISM as a whole does not exist should be rare enough that we will be able to diagnose otherwise. Still, DISM could use improvements, so I will check for successful run before parsing results.

kmorgan2 commented 9 years ago

Handled in 0.1.141125.0 by eliminating DISM option on Win7 or earlier OS, where online image servicing is not available. CheckSUR (the system update readiness tool) is a possible replacement for older machines. Additionally, detected failure to resolve component store corruption, but need more sample DISM logs to determine what success or no detection cases look like specifically