Lines Matching refs:InstallUtil
693 InstallUtil::ValueEquals prog_id_pred(prog_id);
697 if (InstallUtil::DeleteRegistryValueIf(
699 prog_id_pred) == InstallUtil::DELETED) {
761 InstallUtil::DeleteRegistryKey(root, reg_prog_id);
769 InstallUtil::DeleteRegistryKey(root, reg_app_id);
774 InstallUtil::ProgramCompare open_command_pred(chrome_exe);
785 if (InstallUtil::DeleteRegistryKeyIf(root, client_key, open_key, NULL,
786 open_command_pred) != InstallUtil::NOT_FOUND) {
789 InstallUtil::DeleteRegistryValueIf(
791 InstallUtil::ValueEquals(client_name));
795 InstallUtil::DeleteRegistryValueIf(
799 NULL, InstallUtil::ValueEquals(client_name));
806 InstallUtil::DeleteRegistryValue(
817 InstallUtil::DeleteRegistryKey(root, app_key);
822 InstallUtil::DeleteRegistryKey(root, app_path_key);
839 InstallUtil::DeleteRegistryKey(root, open_with_list_key);
843 InstallUtil::DeleteRegistryValue(root, open_with_progids_key, prog_id);
852 InstallUtil::DeleteRegistryValueIf(
854 InstallUtil::ValueEquals(dist->GetBaseAppName() + browser_entry_suffix));
857 InstallUtil::ProgramCompare open_command_pred(chrome_exe);
869 InstallUtil::DeleteRegistryKeyIf(root, parent_key, child_key, NULL,
902 InstallUtil::DeleteRegistryKey(roots[i], ext_prog_id);
908 InstallUtil::DeleteRegistryKey(roots[i], ext_association);
943 InstallUtil::GetActiveSetupPath(distribution));
944 InstallUtil::DeleteRegistryKey(HKEY_LOCAL_MACHINE, active_setup_path);
1103 InstallUtil::ExecuteExeAsAdmin(new_cmd, &exit_code);
1114 InstallUtil::DeleteRegistryKey(HKEY_CURRENT_USER,
1151 InstallUtil::DeleteRegistryKey(reg_root,
1156 InstallUtil::DeleteRegistryKey(reg_root, browser_dist->GetVersionKey());
1246 InstallUtil::DeleteRegistryKey(reg_root,
1263 if (!InstallUtil::IsChromeSxSProcess() && is_chrome) {
1270 InstallUtil::DeleteRegistryKey(HKEY_LOCAL_MACHINE, reg_path);