In SXP Packager, during creation of a SXP package, folders included in "Paths to exclude" tab are scanned. Why ?
Example : folder C:\Windows\SoftwareDistribution\*.* is scanned even if it is included in "Paths to exclude" list
Client Automation - All Versions
As C:\ folder (recursive) is present in the "Paths to scan" tab, all folders under C: drive are scanned.
Then is a second time, the delta calculation is done and path included in "Excluded Path" are used to exclude them from delta calculations.
Packager does these 4 steps :
See in the documentation : Paths to Exclude Tab
Paths to Scan Tab
The Paths to Scan tab defines which file system areas belong to the reference system.
Paths to Exclude Tab
The Paths to Exclude tab specifies paths not to verify for changes during the reference installation of a product.
"Paths to Scan" are paths which are scanned in "before snapshot" and "after snapshot".
"Paths to Exclude" are paths which are excluded when delta calculation is done between the "before snapshot" and "after snapshot".