advpack: The only flag we don't handle is RSC_FLAG_UPDHLPDLLS.
This commit is contained in:
parent
0154704f9f
commit
8e111502ad
|
@ -871,8 +871,8 @@ HRESULT WINAPI RunSetupCommandW(HWND hWnd, LPCWSTR szCmdName,
|
||||||
debugstr_w(szDir), debugstr_w(lpszTitle),
|
debugstr_w(szDir), debugstr_w(lpszTitle),
|
||||||
phEXE, dwFlags, pvReserved);
|
phEXE, dwFlags, pvReserved);
|
||||||
|
|
||||||
if (dwFlags)
|
if (dwFlags & RSC_FLAG_UPDHLPDLLS)
|
||||||
FIXME("Unhandled flags: 0x%08lx\n", dwFlags);
|
FIXME("Unhandled flag: RSC_FLAG_UPDHLPDLLS\n");
|
||||||
|
|
||||||
if (!szCmdName || !szDir)
|
if (!szCmdName || !szDir)
|
||||||
return E_INVALIDARG;
|
return E_INVALIDARG;
|
||||||
|
|
Loading…
Reference in New Issue