Searched refs:INSTALLSTATE_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | msi.c | 386 r = MsiConfigureProductExW(szProductCode, INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, cmd); in MSI_ApplyPatchW() 391 r = MsiConfigureProductExW(codes[i], INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, cmd); in MSI_ApplyPatchW() 867 if (eInstallState != INSTALLSTATE_DEFAULT) in MsiConfigureProductExW() 887 if (eInstallState != INSTALLSTATE_DEFAULT) in MsiConfigureProductExW() 2262 state = INSTALLSTATE_DEFAULT; in MsiQueryProductStateW() 3760 case INSTALLSTATE_DEFAULT: in MsiConfigureFeatureW()
|
H A D | action.c | 1797 case INSTALLSTATE_DEFAULT: in MSI_SetFeatureStates() 1868 if (component->ActionRequest == INSTALLSTATE_DEFAULT) in MSI_SetFeatureStates()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | action.c | 3735 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish() 3817 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish() 3922 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish() 3980 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish() 4038 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish() 4119 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_publish()
|
H A D | automation.c | 2113 ok(iValue == INSTALLSTATE_DEFAULT || iValue == INSTALLSTATE_ADVERTISED, in test_Installer_Products() 2114 …Installer_ProductState returned %d, expected %d or %d\n", iValue, INSTALLSTATE_DEFAULT, INSTALLSTA… in test_Installer_Products() 2321 …ok(iValue == INSTALLSTATE_DEFAULT, "Installer_ProductState returned %d, expected %d\n", iValue, IN… in test_Installer_InstallProduct()
|
H A D | msi.c | 1331 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_MsiQueryProductState() 1342 ok(state == INSTALLSTATE_DEFAULT, "Expected INSTALLSTATE_DEFAULT, got %d\n", state); in test_MsiQueryProductState() 12470 INSTALLSTATE_DEFAULT, "PROPVAR=42"); in test_MsiConfigureProductEx() 12476 INSTALLSTATE_DEFAULT, "PROPVAR=42"); in test_MsiConfigureProductEx() 12482 INSTALLSTATE_DEFAULT, "PROPVAR=42"); in test_MsiConfigureProductEx() 12488 INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, in test_MsiConfigureProductEx() 12495 INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, in test_MsiConfigureProductEx() 12502 INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, in test_MsiConfigureProductEx() 12509 INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, in test_MsiConfigureProductEx() 12539 INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, in test_MsiConfigureProductEx() [all …]
|
H A D | install.c | 5076 r = MsiConfigureProductExA(prodcode, INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, "FULL=1"); in test_installed_prop()
|
/reactos/base/system/msiexec/ |
H A D | msiexec.c | 1083 ReturnCode = MsiConfigureProductExW(PackageName, 0, INSTALLSTATE_DEFAULT, Properties); in WinMain()
|
/reactos/sdk/include/psdk/ |
H A D | msi.h | 48 INSTALLSTATE_DEFAULT = 5 enumerator
|