[Setup Package for Inventory] (required)

The [Setup Package for Inventory] section defines the Inventory properties of the package. The Inventory properties are used by the SMS system to maintain inventory on the package.

The SMS system identifies a package by searching for a set of files that you specify in the package’s Inventory properties. For each file, you specify the attributes used to detect the file (such as file date, file size, CRC, and so on). If the SMS Inventory Agent program detects files that satisfy the conditions set by the package’s Inventory properties, the Inventory Agent reports that the package has been detected on the workstation.

Within the Inventory properties, you can also set an option that enables SMS to collect specified files from workstations and store them at the site server.

InventoryThisPackage (required)
This entry specifies whether the package should be included in the SMS inventory. You can specify TRUE or FALSE.

Example:

InventoryThisPackage = TRUE
 
Detection Rule (required)
This entry specifies the inventory rule used to identify the package. A package’s inventory rule is the set of files used to identify the package. Using the AND and OR operators, you can specify the set of files required to detect the package.

For the files specified in the rule (except Boolean operators and grouping operators), the PDF must have a key that defines each file. Each file corresponds to a key that defines the attributes of the file. The file key heading must have the following form: [File index] where index is a unique integer that identifies the file within the PDF and the inventory rule. The index should start at 1 and increase by 1 for each additional file.

You combine the file specifications by using the following rules:

Example:

Detection Rule Part 1 = File1
Detection Rule Part 2 = AND
Detection Rule Part 3 = File2
Detection Rule Part 4 = OR
Detection Rule Part 5 = (
Detection Rule Part 6 = File3
Detection Rule Part 7 = AND
Detection Rule Part 8 = File4
Detection Rule Part 9 = )