Lines Matching refs:future_state

205    	INSTALLSTATE future_state;  in GetDelta()  local
207 if ( ERROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_p_Wrt_Bin", &current_state, &future_state ) ) in GetDelta()
211 WarningMessageInt( L"writer future_state = ", future_state ); in GetDelta()
218 if ( future_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()
233 WarningMessageInt( L"calc future_state = ", future_state ); in GetDelta()
240 if ( future_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()
257 if ( future_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()
274 if ( future_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()
291 if ( future_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()
344 INSTALLSTATE future_state; in InstallActiveXControl() local
346 …RROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_state ) ) in InstallActiveXControl()
363 if ( future_state == INSTALLSTATE_LOCAL in InstallActiveXControl()
364 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in InstallActiveXControl()
378 else if ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_ABSENT ) in InstallActiveXControl()
403 INSTALLSTATE future_state; in DeinstallActiveXControl() local
409 …RROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_state ) ) in DeinstallActiveXControl()