Commit b09e98da authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

regsvr32: /n and /u /n should be handled as invalid flags.

parent 9165dbbf
......@@ -272,6 +272,9 @@ int wmain(int argc, WCHAR* argv[])
}
}
if (!CallInstall && !CallRegister) /* flags: /n or /u /n */
return 1;
for (i = 1; i < argc; i++)
{
if (argv[i])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment