Searched refs:RunSetupCommandW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/urlmon/ |
H A D | axinstall.c | 337 hres = RunSetupCommandW(ctx->hwnd, cmd, NULL, ctx->tmp_dir, NULL, NULL, 0, NULL); in process_hook_section() 395 hres = RunSetupCommandW(ctx->hwnd, ctx->install_file, sect_name, in install_inf_file() 405 …hres = RunSetupCommandW(ctx->hwnd, ctx->install_file, NULL, ctx->tmp_dir, NULL, NULL, RSC_FLAG_INF… in install_inf_file()
|
/reactos/dll/win32/advpack/ |
H A D | advpack.spec | 69 69 stdcall RunSetupCommandW(long wstr wstr wstr wstr ptr long ptr)
|
H A D | install.c | 954 hr = RunSetupCommandW(hWnd, cmdname.Buffer, infsec.Buffer, dir.Buffer, in RunSetupCommandA() 990 HRESULT WINAPI RunSetupCommandW(HWND hWnd, LPCWSTR szCmdName, in RunSetupCommandW() function
|
/reactos/sdk/include/psdk/ |
H A D | advpub.h | 296 HRESULT WINAPI RunSetupCommandW(HWND hWnd,
|