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

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

YesNoType Wix::Extensions::UserPrivileges::LocalUser::CheckIfExists

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

YesNoType Wix::Extensions::UserPrivileges::LocalUser::CreateOnInstall

Create the user at install time.

YesNoType Wix::Extensions::UserPrivileges::LocalUser::CreateOnUnInstall

Create the user at uninstall time.

YesNoType Wix::Extensions::UserPrivileges::LocalUser::DeleteOnInstall

Delete the user at install time.

YesNoType Wix::Extensions::UserPrivileges::LocalUser::DeleteOnUnInstall

Delete the user at uninstall time.

string Wix::Extensions::UserPrivileges::LocalUser::Id

Identifier for the local user (primary key).

string Wix::Extensions::UserPrivileges::LocalUser::Password

Optional password, required when creating a user.

string Wix::Extensions::UserPrivileges::LocalUser::Username

Username.


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


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