Home
last modified time | relevance | path

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

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