Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx795 std::_tstring sValueName = szValueName; in SetFeatureState() local
804 if ( IsSetMsiProperty(handle, sValueName) ) in SetFeatureState()
809 … MsiSetFeatureState(handle,sValueName.c_str(),INSTALLSTATE_ABSENT); // do not install this feature in SetFeatureState()
815 MsiSetFeatureState(handle,sValueName.c_str(),INSTALLSTATE_LOCAL); // do install this feature in SetFeatureState()
835 std::_tstring sValueName; in SetNewFeatureState() local
837 sValueName = TEXT("gm_o_Onlineupdate"); in SetNewFeatureState()
841 MsiSetFeatureState(handle,sValueName.c_str(),INSTALLSTATE_LOCAL); // do install this feature in SetNewFeatureState()
847 … MsiSetFeatureState(handle,sValueName.c_str(),INSTALLSTATE_ABSENT); // do not install this feature in SetNewFeatureState()

Completed in 13 milliseconds