(
NOT exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Office2003Control" of registry
)
OR
(
exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Office2003Control" whose
(
(
NOT exists value "DeploymentType" of it
)
OR
(
(
it != 1 AND it != 2 AND it != 3
)
of
(
value "DeploymentType" of it
)
)
)
of registry
)
(NOT exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Office2003Control" of registry) OR (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Office2003Control" whose ((NOT exists value "DeploymentType" of it) OR ((it != 1 AND it != 2 AND it != 3) of (value "DeploymentType" of it))) of registry)