Lines Matching refs:INSTALLSTATE_ABSENT

617     if (comp->num_clients > 0 && comp->ActionRequest == INSTALLSTATE_ABSENT)  in msi_get_component_action()
729 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveFolders()
1487 comp->Installed = INSTALLSTATE_ABSENT; in ACTION_GetComponentInstallStates()
1500 feature->Installed = INSTALLSTATE_ABSENT; in ACTION_GetFeatureInstallStates()
1529 … state = (feature->Installed == INSTALLSTATE_ABSENT ? INSTALLSTATE_UNKNOWN : feature->Installed); in process_state_property()
1531 … state = (feature->Installed == INSTALLSTATE_ABSENT ? INSTALLSTATE_UNKNOWN : INSTALLSTATE_ABSENT); in process_state_property()
1589 ret |= process_state_property( package, level, L"REMOVE", INSTALLSTATE_ABSENT ); in process_overrides()
1657 if (feature->Installed == INSTALLSTATE_ABSENT) in MSI_SetFeatureStates()
1717 if (cur->Installed != INSTALLSTATE_ABSENT) in MSI_SetFeatureStates()
1785 case INSTALLSTATE_ABSENT: in MSI_SetFeatureStates()
1861 component->Action = INSTALLSTATE_ABSENT; in MSI_SetFeatureStates()
1862 component->ActionRequest = INSTALLSTATE_ABSENT; in MSI_SetFeatureStates()
1885 else if (component->Action == INSTALLSTATE_ABSENT) in MSI_SetFeatureStates()
2922 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveRegistryValuesOnUninstall()
3262 if (msi_get_feature_action( package, feature ) != INSTALLSTATE_ABSENT) in refcount_component()
3398 else if (action == INSTALLSTATE_ABSENT) in ACTION_ProcessComponents()
3634 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_UnregisterTypeLibraries()
3884 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveShortcuts()
4130 if (feature->Action != INSTALLSTATE_ABSENT) in check_unpublish()
4470 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveIniValuesOnUninstall()
4693 if (file->Component->Action != INSTALLSTATE_ABSENT) in ITERATE_SelfUnregModules()
4762 feature->Installed != INSTALLSTATE_ABSENT) continue; in ACTION_PublishFeatures()
5151 if (feature->Action != INSTALLSTATE_ABSENT && in is_full_uninstall()
5152 … (feature->Installed != INSTALLSTATE_ABSENT || feature->Action != INSTALLSTATE_UNKNOWN)) in is_full_uninstall()
5670 if (feat->Action != INSTALLSTATE_ABSENT) in ITERATE_UnpublishComponent()
5929 !(comp->Action == INSTALLSTATE_ABSENT && (event & msidbServiceControlEventUninstallStart))) in ITERATE_StartService()
6138 !(comp->Action == INSTALLSTATE_ABSENT && (event & msidbServiceControlEventUninstallStop))) in ITERATE_StopService()
6210 !(comp->Action == INSTALLSTATE_ABSENT && (event & msidbServiceControlEventUninstallDelete))) in ITERATE_DeleteService()
6553 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveODBCDriver()
6592 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveODBCTranslator()
6634 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveODBCDataSource()
7053 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveEnvironmentString()