/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 3550 ok(state == INSTALLSTATE_ABSENT, "state = %d\n", state); in test_states() 3639 ok(state == INSTALLSTATE_ABSENT, "state = %d\n", state); in test_states() 3800 r = MsiSetComponentStateA( hpkg, "hydrogen", INSTALLSTATE_ABSENT ); in test_removefiles() 3815 r = MsiSetComponentStateA( hpkg, "beryllium", INSTALLSTATE_ABSENT ); in test_removefiles() 3830 r = MsiSetComponentStateA( hpkg, "oxygen", INSTALLSTATE_ABSENT ); in test_removefiles() 5396 r = MsiSetFeatureStateA(hpkg, "orion", INSTALLSTATE_ABSENT); in test_featureparents() 5399 r = MsiSetFeatureStateA(hpkg, "lyra", INSTALLSTATE_ABSENT); in test_featureparents() 5402 r = MsiSetFeatureStateA(hpkg, "nosuchfeature", INSTALLSTATE_ABSENT); in test_featureparents() 5407 …feature_states( __LINE__, hpkg, "orion", ERROR_SUCCESS, INSTALLSTATE_ABSENT, INSTALLSTATE_ABSENT, … in test_featureparents() 5408 …_feature_states( __LINE__, hpkg, "lyra", ERROR_SUCCESS, INSTALLSTATE_ABSENT, INSTALLSTATE_ABSENT, … in test_featureparents() [all …]
|
H A D | custom.c | 804 ok(hinst, state == INSTALLSTATE_ABSENT, "got state %d\n", state); in test_feature_states() 807 r = MsiSetFeatureStateA(hinst, NULL, INSTALLSTATE_ABSENT); in test_feature_states() 840 ok(hinst, state == INSTALLSTATE_ABSENT, "got state %d\n", state); in test_feature_states() 845 ok(hinst, state == INSTALLSTATE_ABSENT, "got state %d\n", state); in test_feature_states() 853 r = MsiSetComponentStateA(hinst, NULL, INSTALLSTATE_ABSENT); in test_feature_states() 861 ok(hinst, state == INSTALLSTATE_ABSENT, "got state %d\n", state); in test_feature_states() 869 ok(hinst, state == INSTALLSTATE_ABSENT, "got state %d\n", state); in test_feature_states()
|
H A D | msi.c | 3016 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 3036 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 3099 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 3155 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 3175 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 3236 ok( state == INSTALLSTATE_ABSENT, "got %d\n", state ); in test_MsiGetComponentPathEx() 12529 INSTALLLEVEL_DEFAULT, INSTALLSTATE_ABSENT, in test_MsiConfigureProductEx() 12554 INSTALLLEVEL_DEFAULT, INSTALLSTATE_ABSENT, in test_MsiConfigureProductEx() 12581 INSTALLLEVEL_DEFAULT, INSTALLSTATE_ABSENT, in test_MsiConfigureProductEx() 13250 INSTALLSTATE_ABSENT); in test_concurrentinstall() [all …]
|
H A D | install.c | 2892 ok(installed == INSTALLSTATE_ABSENT, "Expected INSTALLSTATE_ABSENT, got %d\n", installed); in test_MsiSetComponentState()
|
/reactos/dll/win32/msi/ |
H A D | classes.c | 902 if (feature->Action != INSTALLSTATE_ABSENT) in ACTION_UnregisterClassInfo() 910 cls->action = INSTALLSTATE_ABSENT; in ACTION_UnregisterClassInfo() 1062 return (class->action == INSTALLSTATE_ABSENT); in has_class_removed() 1082 extension->action == INSTALLSTATE_ABSENT) ret = TRUE; in has_all_extensions_removed() 1340 if (feature->Action != INSTALLSTATE_ABSENT) in ACTION_UnregisterExtensionInfo() 1348 ext->action = INSTALLSTATE_ABSENT; in ACTION_UnregisterExtensionInfo() 1468 if ((!mime->Class || mime->Class->action != INSTALLSTATE_ABSENT) && in ACTION_UnregisterMIMEInfo() 1469 (!mime->Extension || mime->Extension->action != INSTALLSTATE_ABSENT)) in ACTION_UnregisterMIMEInfo()
|
H A D | action.c | 729 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveFolders() 1531 … state = (feature->Installed == INSTALLSTATE_ABSENT ? INSTALLSTATE_UNKNOWN : INSTALLSTATE_ABSENT); in process_state_property() 1785 case INSTALLSTATE_ABSENT: in MSI_SetFeatureStates() 2922 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveRegistryValuesOnUninstall() 3634 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_UnregisterTypeLibraries() 3884 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveShortcuts() 4470 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveIniValuesOnUninstall() 5670 if (feat->Action != INSTALLSTATE_ABSENT) in ITERATE_UnpublishComponent() 6553 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveODBCDriver() 6592 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveODBCTranslator() [all …]
|
H A D | assembly.c | 416 if (feature) feature->Action = INSTALLSTATE_ABSENT; in msi_uninstall_assembly() 441 if (feature) feature->Action = INSTALLSTATE_ABSENT; in msi_uninstall_assembly() 632 if (comp->Action != INSTALLSTATE_ABSENT) in ACTION_MsiUnpublishAssemblies()
|
H A D | files.c | 1347 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_RemoveDuplicateFiles() 1422 case INSTALLSTATE_ABSENT: in verify_comp_for_removal() 1556 if (comp->Action != INSTALLSTATE_ABSENT || comp->Installed == INSTALLSTATE_SOURCE) in ACTION_RemoveFiles() 1602 if (comp->Action != INSTALLSTATE_ABSENT) continue; in ACTION_RemoveFiles()
|
H A D | font.c | 321 if (comp->Action != INSTALLSTATE_ABSENT) in ITERATE_UnregisterFonts()
|
H A D | msi.c | 870 if (eInstallState == INSTALLSTATE_ABSENT) in MsiConfigureProductExW() 890 if (eInstallState == INSTALLSTATE_ABSENT) in MsiConfigureProductExW() 2272 state = INSTALLSTATE_ABSENT; in MsiQueryProductStateW() 2799 state = INSTALLSTATE_ABSENT; in MSI_GetComponentPath() 2823 state = INSTALLSTATE_ABSENT; in MSI_GetComponentPath() 2922 *state = (parent[0] == 6) ? INSTALLSTATE_ABSENT : INSTALLSTATE_LOCAL; in query_feature_state() 2924 if (*state == INSTALLSTATE_ABSENT) in query_feature_state() 3766 case INSTALLSTATE_ABSENT: in MsiConfigureFeatureW()
|
H A D | dialog.c | 2274 index = INSTALLSTATE_ABSENT; in seltree_sync_item_state() 2296 AppendMenuA( hMenu, MF_ENABLED, INSTALLSTATE_ABSENT, "Don't install"); in seltree_popup_menu() 2366 case INSTALLSTATE_ABSENT: in seltree_menu() 3122 MSICOSTTREE_SELFONLY, INSTALLSTATE_ABSENT, &each_cost))) in vcl_get_cost() 4393 if (feature->ActionRequest != INSTALLSTATE_ABSENT) in event_remove() 4395 MSI_SetFeatureStateW( dialog->package, feature->Feature, INSTALLSTATE_ABSENT ); in event_remove()
|
H A D | install.c | 839 if (newstate == INSTALLSTATE_ABSENT) newstate = INSTALLSTATE_UNKNOWN; in ACTION_UpdateComponentStates()
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 45 INSTALLSTATE_ABSENT = 2, enumerator
|