Home
last modified time | relevance | path

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

/AOO42X/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx85 INSTALLSTATE comp_state; in WriteRegistry() local
86 UINT ret = MsiGetComponentState( hMSI, componentName, &current_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()