Home
last modified time | relevance | path

Searched refs:INSTALLSTATE_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/msi/
H A Dmsi.c386 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 Daction.c1797 case INSTALLSTATE_DEFAULT: in MSI_SetFeatureStates()
1868 if (component->ActionRequest == INSTALLSTATE_DEFAULT) in MSI_SetFeatureStates()
/reactos/modules/rostests/winetests/msi/
H A Daction.c3735 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 Dautomation.c2113 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 Dmsi.c1331 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 Dinstall.c5076 r = MsiConfigureProductExA(prodcode, INSTALLLEVEL_DEFAULT, INSTALLSTATE_DEFAULT, "FULL=1"); in test_installed_prop()
/reactos/base/system/msiexec/
H A Dmsiexec.c1083 ReturnCode = MsiConfigureProductExW(PackageName, 0, INSTALLSTATE_DEFAULT, Properties); in WinMain()
/reactos/sdk/include/psdk/
H A Dmsi.h48 INSTALLSTATE_DEFAULT = 5 enumerator