Searched refs:comp_state (Results 1 – 1 of 1) sorted by relevance
85 INSTALLSTATE comp_state; in WriteRegistry() local86 UINT ret = MsiGetComponentState( hMSI, componentName, ¤t_state, &comp_state ); in WriteRegistry()102 if (comp_state == INSTALLSTATE_ABSENT) in WriteRegistry()104 else if (comp_state == INSTALLSTATE_DEFAULT) in WriteRegistry()106 else if (comp_state == INSTALLSTATE_LOCAL) in WriteRegistry()108 else if (comp_state == INSTALLSTATE_REMOVED) in WriteRegistry()110 else if (comp_state == INSTALLSTATE_SOURCE) in WriteRegistry()112 else if (comp_state == INSTALLSTATE_UNKNOWN) in WriteRegistry()118 …if ( comp_state == INSTALLSTATE_LOCAL || ( current_state == INSTALLSTATE_LOCAL && comp_state == IN… in WriteRegistry()125 …if ( current_state == INSTALLSTATE_LOCAL && (comp_state == INSTALLSTATE_ABSENT || comp_state == IN… in WriteRegistry()