Very new to SetupBuilder so forgive newbie stupidity or lack of experience if either end up applying.

In using the Check In-use File function to determine if an instance of Internet Explorer is running on the computer, it always seems to return a value of "1" (which indicates it's running). This happens whether the IE browser is actually running or not. In using it against Google Chrome, it behaves as I expected - "0" value when not running and "1" when running. Even checking the Task Manager (Windows 7) shows me that there is no instanace of iexplore.exe running, but running the Check In-use File function against the iexplore.exe file returns a value of "1". Yes, I do have the path to the iexplore.exe program correct.

Any ideas on what might be causing this or what's the oversight on my part? Perhaps there is a better way to detect IE running besides this particular function?