File Details Dialog Box
InstallShield 2023 Express Edition » System Search Wizard
Access this dialog box by clicking the Details button in the System Search Wizard. This button becomes active after you define a search method and specify the file you are locating. In this dialog box, you have the ability to enhance a search by specifying the following details:
Setting |
Description |
Minimum Version |
The search is successful if the file exists on the target system and the version is higher than the version entered. Note:The MinVersion property of the signature table will only find a file that is "GREATER THAN" that version. Therefore, if you want to find 1.00.11, the value of your MinVersion property should be 1.00.10. The Windows Installer documentation states this differently. |
Maximum Version |
The search is successful if the file exists on the target system and the version is equal to or lower than what is entered. |
Minimum Date |
Select the check box to search by a minimum date. The search is successful if the file exists on the target system and the date is equal to or later than the date entered. |
Maximum Date |
Select the check box to search by a maximum date. The search is successful if the file exists on the target system and the date is earlier or equal to the date entered. |
Minimum Size |
The search is successful if the file exists on the target system and is equal to or larger than the size indicated (in bytes). |
Maximum Size |
The search is successful if the file exists on the target system and is smaller than or equal to the size indicated (in bytes). |
Languages |
Click the Browse (...) button to display the Languages dialog box. You can select multiple languages as a condition of your search. The search is successful if at least one of the languages listed is a match. |
Note:The information you provide in the edit fields is optional. You can leave any field blank.