boudjNot sure what IMF is? However when we uninstall an application we first check the registry to see if the key for the app exists.
boudjGot it... most apps will write to the registry. I believe the following key is necessary for IMF: HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\ContentFilter So if you check for this key you'll know if you need to uninstall it.
ReedMikelDoes anybody know of a way to test for existence of a directory the IF in Kaseya's script language? I would have expected that to be one of the most basic commands of any script language. I've tried the Test File function with wildcards (e.g. C:\Temp\*.*), but it evaluates as false.
GDRBrianYou can use C:\Temp\NUL Supposedly NUL is a hidden system file which is located in every directory. I believe it has worked for me in the past. Give it a try.