Hello,
Internet Explorer exists on all versions of Windows, so there is no need to search for it.
You might want to determine the version of IE installed on the target computer. This can be achieved by combining a File Search with a Launch Condition.
Suppose you want to search for IE 6 and quit if it is not found.
First, create a File Search for Iexplore.exe:
- Switch to the Search page, and select the New File Search button from the toolbar.
- Enter a name for this new property, let say IE6_FOUND.
- In the Name field type Iexplore.exe.
- In the Min Version field enter 6.
- Right click this property and select Add Location -> Folder.
- In the Path field type [ProgramFilesFolder]Internet Explorer and in the Depth field enter 0 (a less efficient solution: [ProgramFilesFolder] in the Path field and 1 in the Depth Field).
Now, create a Launch Condition:
- Switch to the Launch Condition page and select New.
- Set the Condition to IE6_FOUND and in the Description field type the message you want to display if IE 6 is NOT found.
Regards,
Denis