|
Used in 4
fixlets
|
* Results in a true/false
|
not
(
exists folder
(
value "CommonFilesDir" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion" of registry as string & "\Microsoft Shared\Web Components\11"
)
AND
(
exists file "owc11.dll" whose
(
version of it >= "11"
)
of folder
(
value "CommonFilesDir" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion" of registry as string & "\Microsoft Shared\Web Components\11"
)
)
)
not (exists folder (value "CommonFilesDir" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion" of registry as string & "\Microsoft Shared\Web Components\11") AND (exists file "owc11.dll" whose (version of it >= "11") of folder (value "CommonFilesDir" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion" of registry as string & "\Microsoft Shared\Web Components\11")))
|
|
Page 1 of 1
<<
< Prev
Next >
>>
|
Page 1 of 1
<<
< Prev
Next >
>>