Lines Matching refs:current_state

204 	INSTALLSTATE current_state;  in GetDelta()  local
207 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Wrt_Bin", &current_state, &future_state ) ) in GetDelta()
210 WarningMessageInt( L"writer current_state = ", current_state ); in GetDelta()
215 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta()
219 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in GetDelta()
221 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in GetDelta()
229 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Calc_Bin", &current_state, &future_state ) ) in GetDelta()
232 WarningMessageInt( L"calc current_state = ", current_state ); in GetDelta()
237 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta()
241 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in GetDelta()
243 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in GetDelta()
251 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Draw_Bin", &current_state, &future_state ) ) in GetDelta()
254 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta()
258 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in GetDelta()
260 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in GetDelta()
268 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Impress_Bin", &current_state, &future_state… in GetDelta()
271 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta()
275 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in GetDelta()
277 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in GetDelta()
285 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Math_Bin", &current_state, &future_state ) ) in GetDelta()
288 if ( current_state == INSTALLSTATE_LOCAL ) in GetDelta()
292 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in GetDelta()
294 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in GetDelta()
343 INSTALLSTATE current_state; in InstallActiveXControl() local
346 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in InstallActiveXControl()
364 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in InstallActiveXControl()
372 if ( current_state == INSTALLSTATE_LOCAL && nDeinstallMode ) in InstallActiveXControl()
378 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in InstallActiveXControl()
402 INSTALLSTATE current_state; in DeinstallActiveXControl() local
409 …if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_st… in DeinstallActiveXControl()
412 …if ( current_state == INSTALLSTATE_LOCAL && GetActiveXControlPath( hMSI, &pActiveXPath ) && pActiv… in DeinstallActiveXControl()