(
exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BES Installation Generator" whose
(
exists value "InstallFolder" of it
)
of registry
)
AND
(
exists folder "ClientMSI" whose
(
exists file "BESClientMSI.msi" of it
)
of folder
(
value "InstallFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BES Installation Generator" of registry as string
)
)
(exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BES Installation Generator" whose (exists value "InstallFolder" of it) of registry) AND (exists folder "ClientMSI" whose (exists file "BESClientMSI.msi" of it) of folder (value "InstallFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BES Installation Generator" of registry as string))