A list of text values that associates operating system packages with each other (typically based on the type of operating system package). An operating system package can be associated with one or more package groups. The PackageGroup property allows the operating system packages within one or more groups to be deployed to a target computer.
The text values in the list can be any non-blank value. The PackageGroup property value has a numeric suffix (for example, PackageGroup001 or PackageGroup002). After it is defined, a package group is associated with a computer. A computer can be associated with more than one package group.
Note The PackageGroup property applies only to Windows Vista and later operating systems.
Note Operating system packages are created on the OS Packages node in the Deployment Workbench.
Note The PackageGroup property can be specified in the format PackageGroup1=Updates or PackageGroup001=Updates.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
|
Value |
Description |
package_group_name |
Name of the package group to be deployed to the target computer |
Example |
[Settings] Priority=Default
[Default] PackageGroup001=Updates |
Related Topics