if
(
exists key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync" whose
(
exists value "Path" of it
)
of registry
)
then NOT exists folder
(
value "Path" of key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync" of registry as string
)
whose
(
exists file "bigfixMeSync.exe" whose
(
version of it = "1.1.5"
)
of it AND exists file "REST.dll" whose
(
version of it = "1.0.12"
)
of it
)
else true
if (exists key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync" whose (exists value "Path" of it) of registry) then NOT exists folder (value "Path" of key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync" of registry as string) whose (exists file "bigfixMeSync.exe" whose (version of it = "1.1.5") of it AND exists file "REST.dll" whose (version of it = "1.0.12") of it) else true