Searched refs:comp_state (Results 1 – 1 of 1) sorted by relevance
92 INSTALLSTATE comp_state; in WriteRegistry() local93 UINT ret = MsiGetComponentState( hMSI, componentName, ¤t_state, &comp_state ); in WriteRegistry()109 if (comp_state == INSTALLSTATE_ABSENT) in WriteRegistry()111 else if (comp_state == INSTALLSTATE_DEFAULT) in WriteRegistry()113 else if (comp_state == INSTALLSTATE_LOCAL) in WriteRegistry()115 else if (comp_state == INSTALLSTATE_REMOVED) in WriteRegistry()117 else if (comp_state == INSTALLSTATE_SOURCE) in WriteRegistry()119 else if (comp_state == INSTALLSTATE_UNKNOWN) in WriteRegistry()125 …if ( comp_state == INSTALLSTATE_LOCAL || ( current_state == INSTALLSTATE_LOCAL && comp_state == IN… in WriteRegistry()132 …if ( current_state == INSTALLSTATE_LOCAL && (comp_state == INSTALLSTATE_ABSENT || comp_state == IN… in WriteRegistry()
Completed in 11 milliseconds