Public Attributes | List of all members
Wix::Extensions::UserPrivileges::LocalGroup Class Reference

Public Attributes

string Id
 
string Name
 
string Description
 
YesNoType CreateOnInstall
 
YesNoType CreateOnUnInstall
 
YesNoType DeleteOnInstall
 
YesNoType DeleteOnUnInstall
 
YesNoType CheckIfExists
 

Detailed Description

May be nested under Component, Product, Module, Fragment. Defines, creates or deletes a local group.

When nested under a Component, component conditions apply.

Example:
<Wix ... xmlns:UserPrivileges="http://schemas.appsecinc.com/wix/UserPrivilegesExtension">
<Component ...>
<UserPrivileges:LocalGroup Id="DemoLocalGroup1" Name="DemoLocalGroup1" Description="Demo local group 1." CheckIfExists="yes" CreateOnInstall="yes" DeleteOnUnInstall="yes" />
</Component>
</Wix>

Member Data Documentation

YesNoType Wix::Extensions::UserPrivileges::LocalGroup::CheckIfExists

Check whether the group exists before creating or deleting it. Create the group if it doesn't exist. Delete the group if it exists.

YesNoType Wix::Extensions::UserPrivileges::LocalGroup::CreateOnInstall

Create the group at install time.

YesNoType Wix::Extensions::UserPrivileges::LocalGroup::CreateOnUnInstall

Create the group at uninstall time.

YesNoType Wix::Extensions::UserPrivileges::LocalGroup::DeleteOnInstall

Delete the group at install time.

YesNoType Wix::Extensions::UserPrivileges::LocalGroup::DeleteOnUnInstall

Delete the group at uninstall time.

string Wix::Extensions::UserPrivileges::LocalGroup::Description

Group description.

string Wix::Extensions::UserPrivileges::LocalGroup::Id

Identifier for the local group (primary key).

string Wix::Extensions::UserPrivileges::LocalGroup::Name

Group name.


The documentation for this class was generated from the following file:


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com