Searched refs:MSICONDITION_NONE (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | cond.y | 157 cond->result = MSICONDITION_NONE; 811 if (szCondition == NULL) return MSICONDITION_NONE; in MSI_EvaluateConditionW() 852 return MSICONDITION_NONE; in MsiEvaluateConditionW()
|
H A D | table.c | 602 table->persistent = MSICONDITION_NONE; in get_table() 2933 return MSICONDITION_NONE; in MSI_DatabaseIsTablePersistent()
|
H A D | dialog.c | 903 if (r == MSICONDITION_TRUE || r == MSICONDITION_NONE) in dialog_control_event()
|
/reactos/sdk/include/psdk/ |
H A D | msiquery.h | 28 MSICONDITION_NONE = 2, enumerator
|
/reactos/modules/rostests/winetests/msi/ |
H A D | automation.c | 1836 …ok(myint == MSICONDITION_NONE, "Feature current state was %d but expected %d\n", myint, INSTALLSTA… in test_Session() 1840 …ok(myint == MSICONDITION_NONE, "Feature current state was %d but expected %d\n", myint, INSTALLSTA… in test_Session()
|
H A D | db.c | 3835 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table() 3838 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table() 3841 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table() 3844 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table() 3877 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table() 3891 ok( cond == MSICONDITION_NONE, "wrong return condition\n"); in test_temporary_table()
|
H A D | custom.c | 777 ok(hinst, cond == MSICONDITION_NONE, "got %u\n", cond); in test_misc()
|
H A D | package.c | 1262 ok( r == MSICONDITION_NONE, "wrong return val\n"); in test_condition() 1265 ok( r == MSICONDITION_NONE, "wrong return val\n"); in test_condition() 1337 ok( r == MSICONDITION_NONE, "wrong return val\n"); in test_condition()
|