Searched refs:sValueName (Results 1 – 1 of 1) sorted by relevance
795 std::_tstring sValueName = szValueName; in SetFeatureState() local804 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() local837 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 20 milliseconds