display the "Reinstall Driver" button in case the installation previously failed
[reactos.git] / reactos / lib / devmgr / devprblm.c
index 90186bc..a787c63 100644 (file)
@@ -56,6 +56,12 @@ ShowDeviceProblemWizard(IN HWND hWndParent  OPTIONAL,
                 break;
             }
 
+            case CM_PROB_FAILED_INSTALL:
+            {
+                /* FIXME - display the driver installation wizard */
+                break;
+            }
+
             default:
             {
                 /* FIXME - troubleshoot the device */