Searched refs:msidbFeatureAttributesDisallowAdvertise (Results 1 – 2 of 2) sorted by relevance
152 msidbFeatureAttributesDisallowAdvertise = 0x00000008, enumerator
927 feature->Attributes & msidbFeatureAttributesDisallowAdvertise) in MSI_SetFeatureStateW()1010 …s & INSTALLFEATUREATTRIBUTE_DISALLOWADVERTISE) ret |= msidbFeatureAttributesDisallowAdvertise; in unmap_feature_attributes()1301 …if (attrs & msidbFeatureAttributesDisallowAdvertise) ret |= INSTALLFEATUREATTRIBUTE_DISALLOWA… in map_feature_attributes()