InstallAware for Windows Installer
 

Users and Groups (Server Configuration)

The Users and Groups page allows you to create new user accounts, add user group membership to existing user accounts, and create new user groups.

User Accounts

Creating a New User Account (or Adding User Group Membership to an Existing User Account)

To create a new user account, or to add an existing user account to one or more user groups:

  1. Click the New button.
  2. Click the User option.
  3. Populate the dialog fields in the Create User dialog that appears. If you are not creating a new user account but adding user group membership to an existing user account, only the User Name and Remote Server fields are needed to identify the account to update.
  4. Click OK to accept your changes.

Updating a User Account Operation

To update an existing user account operation:

  1. Select the user account to update.
  2. Click the Edit button.
  3. Update the dialog fields in the Create User dialog that appears.
  4. Click OK to accept your changes.

Removing a User Account Operation

To remove an existing user account operation:

  1. Select the user account to no longer process.
  2. Click the Delete button.

User Groups

Creating a New User Group

To create a new user group:

  1. Click the New button.
  2. Click the Group option.
  3. Populate the dialog fields in the Create Group dialog that appears.
  4. Click OK to accept your changes.

Updating a User Group Operation

To update an existing user group operation:

  1. Select the user group to update.
  2. Click the Edit button.
  3. Update the dialog fields in the Create Group dialog that appears.
  4. Click OK to accept your changes.

Removing a User Group Operation

To remove an existing user group operation:

  1. Select the user group to remove.
  2. Click the Delete button.

Scripting Details

The two-way integrated IDE emits or updates the underlying setup script every time the visual view is used. If you are using InstallAware scripting in your setups, the following information identifies the changes made by this visual page to your setup script.

Commands Used

This page emits the following types of scripting commands: Create User, Delete User, Create Group, Delete Group. Additional general scripting commands may be emitted.

Commands Required

This page requires the following scripting commands to be already present in your setup script: Apply Install, Apply Uninstall.