Fix 2nd stage hang

svn path=/trunk/; revision=31722
This commit is contained in:
Hervé Poussineau 2008-01-11 15:37:43 +00:00
parent 9d5c828c5a
commit 0c8a8e9740

View file

@ -1848,7 +1848,7 @@ main(int argc, char *argv[])
DPRINT("Umpnpmgr: main() started\n");
hInstallEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
hInstallEvent = CreateEvent(NULL, TRUE, SetupIsActive()/*FALSE*/, NULL);
if (hInstallEvent == NULL)
{
dwError = GetLastError();