Installation public properties
The following public properties are available for general use during installation:
Installation settings
Public property |
Value |
Description |
---|---|---|
AI_DESKTOP_SH |
1 (default) or 0 |
Specifies if desktop shortcuts should be created during installation of Workspace Control. |
AI_STARTMENU_SH |
1 (default) or 0 |
Specifies if Start menu shortcuts should be created during installation of Workspace Control. |
APPDIR |
<FOLDERPATH> |
Specifies the directory where Workspace Control will be installed. If not specified, Workspace Control will be installed in:
|
AUTORUNCOMPOSER |
YES or NO (default) |
Specifies if the Workspace Composer should start automatically when users log on to the Agent. Does not apply to Console-only installations. |
INHERITSETTINGS |
YES or NO (default) |
Specifies whether the Agent should revert to inherited settings after establishing its initial connection to the environment. |
ADDTOWORKSPACE |
<CONTAINER1>|
|
Specifies the names of the Workspace Containers that this computer should be a member of after finishing installation. Separate multiple Workspace Container names using bagpipes "|" (optional). Example: ADDTOWORKSPACE=Desktops|Marketing|64Bit |
Claim license
Public property |
Value |
Description |
---|---|---|
CLAIMLAPTOPLICENSE |
YES or NO (default) |
Specifies if a concurrent (=laptop seat) license must be claimed and cached from a mixed license pool. By default, an Agent will not claim a license until a user starts a session on that Agent. Claiming a license requires the Agent to have connection to the Datastore or a Relay Server. If the first session on a laptop is offline, a license cannot be claimed and the license policy will apply unless a license was claimed and cached locally during the installation. Use CLAIMLAPTOPLICENSE with the value YES to claim a laptop seat license during the unattended install. (A license will be claimed for the laptop even if no user is logged on. Different users of the laptop use the same claimed laptop seat license). Other values or if left empty will result in the default behavior, which means that the laptop will attempt to claim a named license when a user starts a session. |
CLAIMUSERLICENSE |
<DOMAIN>\<USER> |
Specifies that a named user license should be claimed for a specified user and cached locally. By default, an Agent will not claim a license until a user starts a session on that Agent. Claiming a license requires the Agent to have connection to the Datastore or a Relay Server. If the first session on an Agent is offline, a license cannot be claimed and the license policy will apply unless a license was claimed and cached locally during the installation. Use CLAIMUSERLICENSE to claim and cache a named license for the specified user during the unattended install. When that user starts a session, a license is available and the session will proceed. Example: CLAIMUSERLICENSE=DEMO\ACavendish |
Add Technical Managers
Public property |
Value |
Description |
---|---|---|
ADDGROUPTOTECHMGR |
<GROUPNAME> |
Optionally adds the group to the Technical Manager Security Role. Example: ADDGROUPTOTECHMGR=DEMO\DomainAdmins Does not apply to Agent only installations. |
ADDUSERTOTECHMGR |
<DOMAIN>\<USER> |
Optionally adds the user to the Technical Manager Security Role. Example: ADDUSERTOTECHMGR=DEMO\Administrator Does not apply to Agent only installations. |
Example:
Msiexec /i "C:\Ivanti Workspace Control [version].msi" APPDIR="C:\Program Files (x86)\RES Software\Workspace Manager" ADDTOWORKSPACE=TestWorkspace ADDUSERTOTECHMGR=DEMO\John ADDGROUPTOTECHMGR=DEMO\TestGroup AUTORUNCOMPOSER=yes CLAIMLAPTOPLICENSE=yes /qn