[RAPPS]
[reactos.git] / reactos / base / applications / rapps / unattended.cpp
index c23b8bf..6366d1e 100644 (file)
@@ -56,6 +56,8 @@ BOOL CmdParser(LPWSTR lpCmdLine)
         while (SetupFindNextLine(&Context, &Context));
         SetupCloseInfFile(InfHandle);
     }
         while (SetupFindNextLine(&Context, &Context));
         SetupCloseInfFile(InfHandle);
     }
+    else
+        return FALSE;
 
     CAvailableApps apps;
     apps.EnumAvailableApplications(ENUM_ALL_AVAILABLE, NULL);
 
     CAvailableApps apps;
     apps.EnumAvailableApplications(ENUM_ALL_AVAILABLE, NULL);