Home | History | Annotate | Download | only in bootstrap

Lines Matching defs:_command

331             OnPlan(_command.action);
535 if (BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
567 if (_command.action != BOOTSTRAPPER_ACTION_INSTALL ||
641 if (_restartRequired && BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
756 if (_command.action == BOOTSTRAPPER_ACTION_INSTALL) {
835 if (BOOTSTRAPPER_DISPLAY_FULL > _command.display ||
836 BOOTSTRAPPER_ACTION_LAYOUT == _command.action ||
837 BOOTSTRAPPER_ACTION_UNINSTALL == _command.action ||
838 BOOTSTRAPPER_RESUME_TYPE_REBOOT == _command.resumeType) {
840 ::PostMessageW(_hWnd, WM_PYBA_PLAN_PACKAGES, 0, _command.action);
1015 if (BOOTSTRAPPER_DISPLAY_EMBEDDED == _command.display) {
1020 } else if (BOOTSTRAPPER_DISPLAY_FULL == _command.display) {
1064 if (BOOTSTRAPPER_DISPLAY_FULL == _command.display && (INSTALLMESSAGE_WARNING == mt || INSTALLMESSAGE_USER == mt)) {
1213 if (BOOTSTRAPPER_DISPLAY_FULL == _command.display) {
1253 _restartRequired = (BOOTSTRAPPER_APPLY_RESTART_NONE != restart && BOOTSTRAPPER_RESTART_NEVER < _command.restart);
1255 _allowRestart = _restartRequired && (BOOTSTRAPPER_DISPLAY_FULL > _command.display || BOOTSTRAPPER_RESTART_PROMPT < _command.restart);
1258 if (BOOTSTRAPPER_DISPLAY_NONE < _command.display) {
1307 ::PostMessageW(pThis->_hWnd, BOOTSTRAPPER_ACTION_HELP == pThis->_command.action ? WM_PYBA_SHOW_HELP : WM_PYBA_DETECT_PACKAGES, 0, 0);
1478 hr = UpdateUIStrings(_command.action);
1481 if (_command.action == BOOTSTRAPPER_ACTION_MODIFY) {
1505 if (_command.wzCommandLine && *_command.wzCommandLine) {
1506 argv = ::CommandLineToArgvW(_command.wzCommandLine, &argc);
1751 if (BOOTSTRAPPER_DISPLAY_NONE >= _command.display) {
1756 if (::IsWindow(_command.hwndSplashScreen)) {
2050 if (BOOTSTRAPPER_DISPLAY_NONE < _command.display) {
2067 if (BOOTSTRAPPER_DISPLAY_NONE < _command.display) {
2092 if (BOOTSTRAPPER_DISPLAY_NONE < _command.display) {
2239 if ((PYBA_STATE_APPLIED <= _state && BOOTSTRAPPER_DISPLAY_FULL > _command.display)) {
2388 BOOTSTRAPPER_DISPLAY_FULL != _command.display,
2477 if (BOOTSTRAPPER_DISPLAY_PASSIVE == _command.display) {
2480 *pdwPageId = BOOTSTRAPPER_ACTION_HELP == _command.action
2514 } else if (BOOTSTRAPPER_DISPLAY_FULL == _command.display) {
2521 *pdwPageId = BOOTSTRAPPER_ACTION_HELP == _command.action
2536 switch (_command.action) {
3052 memcpy_s(&_command, sizeof(_command), pCommand, sizeof(BOOTSTRAPPER_COMMAND));
3056 if (SUCCEEDED(hr) && BOOTSTRAPPER_RESUME_TYPE_REBOOT != _command.resumeType && 0 < llInstalled && BOOTSTRAPPER_ACTION_INSTALL == _command.action) {
3057 _command.action = BOOTSTRAPPER_ACTION_MODIFY;
3058 } else if (0 == llInstalled && (BOOTSTRAPPER_ACTION_MODIFY == _command_command.action)) {
3059 _command.action = BOOTSTRAPPER_ACTION_INSTALL;
3069 if (BOOTSTRAPPER_RESUME_TYPE_REBOOT == _command.resumeType && BOOTSTRAPPER_ACTION_UNINSTALL < _command.action) {
3151 BOOTSTRAPPER_COMMAND _command;