IncludeExtension
FlexNet Manager Suite ()
Command line | Registry
IncludeExtension
includes files with the specified extension, or includes all files if this preference is set to the value *
. This filter is applied within one or more folders included in inventory (see IncludeDirectory). This preference can accept multiple values, separated by commas or semi-colons.
Tip: Comma separators can be used freely. If you use semi-colon separators, it is mandatory on UNIX-like platforms to enclose the list of values in either single or double ASCII quotation marks. (Be careful that any copy/paste doesn't switch to 'smart quotes', and use only plain ASCII quotation marks.)
The dot separator for file extensions is not required.
Note: Inclusions and exclusions can cover folders (and optionally their sub-folders), file name extensions, specific file names, and specific MD5 digest values. To resolve conflicting specifications, the specifications of folders provides a data set to which the following specifications are applied as filters, prioritized from lowest to highest as:
- File extension
- File name
- MD5 value.
For example, if file extension exe
is included, filename xcopy.exe
excluded, and MD5 value 123456...
(the MD5 for xcopy.exe
) is included, then the inventory agent includes all files with extension exe
except for all versions of xcopy.exe
that do not have an MD5 value 123456...
.
Values
| **Values / range** | Any file extension | | **Default value** | ``` "sys;sys2;swtag;cmptag;lax;swidtag;sig;exe" ``` **Tip:** The `exe` extension is applicable only to Windows platforms. | | **Example value** | ``` bat ``` |
Command line
| **Tool** | Inventory component \(`ndtrack`\) | | **Example** | ``` -o IncludeExtension=bat ``` |
Registry
| **Installed by** | Code internals, or manual configuration | | **Computer preference** | `[Registry]\ManageSoft\Tracker\CurrentVersion` |
2025 R1.1Parent topic:Preferences