Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 293 of file install.c.
Referenced by adv_install().
{ INT check; INFCONTEXT context; HRESULT hr = S_OK; if (!SetupFindFirstLineW(info->hinf, info->install_sec, CheckAdminRights, &context)) return S_OK; if (!SetupGetIntField(&context, 1, &check)) return S_OK; if (check == 1) hr = IsNTAdmin(0, NULL) ? S_OK : E_FAIL; return hr; }