Home
last modified time | relevance | path

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

/aoo4110/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx205 INSTALLSTATE future_state; in GetDelta() local
211 WarningMessageInt( L"writer future_state = ", future_state ); in GetDelta()
218 if ( future_state == INSTALLSTATE_LOCAL in GetDelta()
233 WarningMessageInt( L"calc future_state = ", future_state ); in GetDelta()
240 if ( future_state == INSTALLSTATE_LOCAL in GetDelta()
257 if ( future_state == INSTALLSTATE_LOCAL in GetDelta()
274 if ( future_state == INSTALLSTATE_LOCAL in GetDelta()
291 if ( future_state == INSTALLSTATE_LOCAL in GetDelta()
344 INSTALLSTATE future_state; in InstallActiveXControl() local
363 if ( future_state == INSTALLSTATE_LOCAL in InstallActiveXControl()
[all …]
/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx358 INSTALLSTATE future_state; in LookForRegisteredExtensions() local
365 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Wrt", &current_state, &future_state ) )… in LookForRegisteredExtensions()
366 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state in LookForRegisteredExtensions()
369 …orRegisteredExtensions: Install state Writer is [%d], will be [%d]", current_state, future_state ); in LookForRegisteredExtensions()
375 …if ( ( ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Calc", &current_state, &future_state ) … in LookForRegisteredExtensions()
376 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state in LookForRegisteredExtensions()
379 …kForRegisteredExtensions: Install state Calc is [%d], will be [%d]", current_state, future_state ); in LookForRegisteredExtensions()
385 … ERROR_SUCCESS == MsiGetFeatureState( handle, L"gm_p_Impress", &current_state, &future_state ) ) && in LookForRegisteredExtensions()
386 …( (future_state == INSTALLSTATE_LOCAL) || ((current_state == INSTALLSTATE_LOCAL) && (future_state in LookForRegisteredExtensions()
389 …rRegisteredExtensions: Install state Impress is [%d], will be [%d]", current_state, future_state ); in LookForRegisteredExtensions()
/aoo4110/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dmsihelper.cxx97 INSTALLSTATE future_state; in IsModuleInstalled() local
98 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleInstalled()
105 INSTALLSTATE future_state; in IsModuleSelectedForInstallation() local
106 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleSelectedForInstallation()
107 return (future_state == INSTALLSTATE_LOCAL); in IsModuleSelectedForInstallation()
113 INSTALLSTATE future_state; in IsModuleSelectedForDeinstallation() local
114 MsiGetFeatureState(handle, name, &current_state, &future_state); in IsModuleSelectedForDeinstallation()
115 return ((current_state == INSTALLSTATE_LOCAL) && (future_state == INSTALLSTATE_ABSENT)); in IsModuleSelectedForDeinstallation()
/aoo4110/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx92 INSTALLSTATE future_state; in PatchActiveXControl() local
94 …RROR_SUCCESS == MsiGetFeatureState( hMSI, L"gm_o_Activexcontrol", &current_state, &future_state ) ) in PatchActiveXControl()
98 if ( future_state == INSTALLSTATE_LOCAL in PatchActiveXControl()
99 || ( current_state == INSTALLSTATE_LOCAL && future_state == INSTALLSTATE_UNKNOWN ) ) in PatchActiveXControl()

Completed in 31 milliseconds