By default, when specifying folders to be included when injecting drivers, patches (packages), and so on, values are specified something like:

DriverGroup001=TopFolder\SecondFolder

PackageGroup001=TopFolder\SecondFolder

This would, by default, also include all sub-folders located under the "SecondFolder." If SkipGroupSubFolders is set to YES in CustomSettings.ini, this behavior will change so that the subfolders will be excluded and only the contents of "SecondFolder" will be added.

To exclude subfolders when matching against groups such as DriverGroup001, PackageGroup001, and so on, set SkipGroupSubFolders to YES.

Caution   This property value must be specified in uppercase letters so that the deployment scripts can properly read it.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

 

 

Value

Description

YES

Do not include subfolders when matching against groups.

NO

Include subfolders when matching against groups. This is the default behavior.

 

Example

[Settings]

Priority=Default

 

[Default]

SkipGroupSubFolders=NO

 

Related Topics

Property Definition