Group element (Util extension)
Group for all kinds of (usergroup) things. When it is not nested under a component it is included in the MSI so it can be referenced by other elements such as the GroupRef element under a User element (to add the User to the Group). When it is nested under a Component element, the Group will be created on install and can also be used for reference.
Attributes
Comment
stringOptional comment to set on the group.
CreateGroup
wxs:YesNoTypeUnionIndicates whether or not to create the group. Group creation can be skipped if all that is desired is to add group memberships.
Domain
stringAn optional Formatted string that specifies the domain for the group.
FailIfExists
wxs:YesNoTypeUnionIndicates if the install should fail if the group already exists.
Id
stringUnique identifier in your installation package for this group.
Name
string requiredA Formatted string that contains the name of the group.
RemoveComment
wxs:YesNoTypeUnionIndicates whether remove the comment from the group. The default value is “no”.
RemoveOnUninstall
wxs:YesNoTypeUnionIndicates whether the group should be removed or left behind on uninstall.
UpdateIfExists
wxs:YesNoTypeUnionIndicates if the group properties should be updated if the group already exists.
Vital
wxs:YesNoTypeUnionIndicates whether failure to create the group or add the group to another group fails the installation. The default value is “yes”.