--- title: Deploying the UE-V Agent description: Deploying the UE-V Agent author: jamiejdt ms.assetid: ec1c16c4-4be0-41ff-93bc-3e2b1afb5832 ms.pagetype: mdop, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w8 ms.date: 06/16/2016 --- # Deploying the UE-V Agent The Microsoft User Experience Virtualization (UE-V) agent must run on each computer that uses UE-V to roam application and Windows settings. A single installer file, AgentSetup.exe, installs the UE-V agent on both 32-bit and 64-bit operating systems. The command-line parameters of the UE-V Agent are the following: **AgentSetup.exe command-line parameters**
Command-line parameter | Definition | Notes |
---|---|---|
/help or /h or /? |
Displays the AgentSetup.exe usage dialog. |
|
SettingsStoragePath |
Indicates the Universal Naming Convention (UNC) path that defines where settings are stored. |
%username% or %computername% environment variables are accepted. Scripting may require escaped variables. Default: <none> (Active Directory user home) |
SettingsTemplateCatalogPath |
Indicates the Universal Naming Convention (UNC) path that defines the location that was checked for new settings location templates. |
Only required for custom settings location templates |
RegisterMSTemplates |
Specifies whether the default Microsoft templates should be registered during installation. |
True | False Default: True |
SyncMethod |
Specifies which synchronization method should be used. |
OfflineFiles | None Default: OfflineFiles |
SyncTimeoutInMilliseconds |
Specifies the number of milliseconds that the computer waits before timeout when it retrieves user settings from the settings storage location. |
Default: 2000 milliseconds (wait up to 2 seconds) |
SyncEnabled |
Specifies whether UE-V synchronization is enabled or disabled. |
True | False Default: True |
MaxPackageSizeInBytes |
Specifies a settings package file size in bytes when the UE-V agent reports that files exceed the threshold. |
<size> Default: none (no warning threshold) |
CEIPEnabled |
Specifies the setting for participation in the Customer Experience Improvement program. If set to true, then installer information is uploaded to the Microsoft Customer Experience Improvement Program site. If set to false, then no information is uploaded. |
True | False Default: False On Windows 7: True |
Deployment type | Deployment description | Example |
---|---|---|
Command prompt |
When you install the UE-V agent from a command prompt, use the %^username% variable format. If quotation marks are needed because of spaces in the settings storage path, use a batch script file for deployment. |
|
Batch script |
When you install the UE-V Agent from a batch script file, use the %%username%% variable format. If you use this install method, you must escape the variable with the %% characters. Without this character, the script expands the username variable at install time, rather than at run time, causing UE-V to use a single settings storage location for all users. |
|
PowerShell |
When you install the UE-V agent from a PowerShell prompt or PowerShell script, use the %username% variable format. |
|
Electronic software distribution, such as deployment of Configuration Manager Software Deployment) |
When you install the UE-V Agent with Configuration Manager, use the ^%username^% variable format. |
|