SFW VVR Feature Discovery

SFW.FeatureDiscovery.VVR.FALSE (Discovery)

Discovers if VVR feature of SFW is not installed.

Element properties:

TargetSymantec.SFW.Installation
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
SFW.Feature.AttributeDiscovery DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="SFW.FeatureDiscovery.VVR.FALSE" Enabled="true" Target="Symantec.SFW.Installation" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Symantec.SFW.Installation">
<Property TypeID="Symantec.SFW.Installation" PropertyID="SFW.VVR.Feature"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="SFW.Feature.AttributeDiscovery" TypeID="MicrosoftWindowsLibrary!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>SFW.VVR.Feature.Before.7.0</AttributeName>
<Path>SOFTWARE\Wow6432Node\Veritas\VPI\{F834E070-8D71-4c4b-B688-06964B88F3E8}\SolutionOptions\vrts.soln.opt.vvr</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>SFW.VVR.Feature.7.0.Onwards</AttributeName>
<Path>SOFTWARE\VERITAS\ProductOption\VVR</Path>
<PathType>1</PathType>
<AttributeType>2</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>3600</Frequency>
<ClassId>$MPElement[Name="Symantec.SFW.Installation"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Symantec.SFW.Installation"]/SFW.VVR.Feature$</Name>
<Value>false</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="MicrosoftWindowsLibrary!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/SFW.VVR.Feature.Before.7.0</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">Values/SFW.VVR.Feature.7.0.Onwards</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Integer">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</Discovery>