Public Attributes

Wix::Extensions::UserPrivileges::LocalUser Class Reference

List of all members.

Public Attributes

string Id
string Username
string Password
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 user.

When nested under a Component, component conditions apply.

Example:
<Wix ... xmlns:UserPrivileges="http://schemas.appsecinc.com/wix/UserPrivilegesExtension">
 <Component ...>
  <UserPrivileges:LocalUser Id="DemoLocalUser1" Username="DemoLocalUser1" Password="admin123" CreateOnInstall="yes" DeleteOnUnInstall="yes" CheckIfExists="yes" />
 </Component>
</Wix>

Member Data Documentation

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

Create the user at install time.

Create the user at uninstall time.

Delete the user at install time.

Delete the user at uninstall time.

Identifier for the local user (primary key).

Optional password, required when creating a user.

Username.


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


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