Home
last modified time | relevance | path

Searched refs:SEQUENCE_UI (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/msi/
H A Dcustom.c147 if (!(package->InWhatSequence & SEQUENCE_UI && in check_execution_scheduling_options()
156 if (package->InWhatSequence & SEQUENCE_UI && in check_execution_scheduling_options()
H A Dmsipriv.h718 #define SEQUENCE_UI 0x1 macro
H A Daction.c5498 package->InWhatSequence |= SEQUENCE_UI; in ACTION_INSTALL()