--- title: How to Install the Sequencer description: How to Install the Sequencer author: dansimp ms.assetid: a122caf0-f408-458c-b119-dc84123c1d58 ms.reviewer: manager: dansimp ms.author: dansimp ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 ms.date: 06/16/2016 --- # How to Install the Sequencer Use the following procedure to install the Microsoft Application Virtualization (App-V) 5.0 sequencer. The computer that will run the sequencer must not be running any version of the App-V 5.0 client. Upgrading a previous installation of the App-V sequencer is not supported. **Important** For a full list of the sequencer requirements see sequencer sections of [App-V 5.0 Prerequisites](app-v-50-prerequisites.md) and [App-V 5.0 Supported Configurations](app-v-50-supported-configurations.md). You can also use the command line to install the App-V 5.0 sequencer. The following list displays information about options for installing the sequencer using the command line and **appv\_sequencer\_setup.exe**:
Command | Description |
---|---|
/INSTALLDIR |
Specifies the installation directory. |
/CEIPOPTIN |
Enables participation in the Microsoft Customer Experience Improvement Program. |
/Log |
Specifies where the installation log will be saved, the default location is %Temp%. For example, C:\ Logs \ log.log. |
/q |
Specifies a quiet or silent installation. |
/Uninstall |
Specifies the removal of the sequencer. |
/ACCEPTEULA |
Accepts the license agreement. This is required for an unattended installation. Example usage: /ACCEPTEULA or /ACCEPTEULA=1. |
/LAYOUT |
Specifies the associated layout action. It also extracts the Windows Installer (.msi) and script files to a folder without installing App-V 5.0. No value is expected. |
/LAYOUTDIR |
Specifies the layout directory. Requires a string value. Example usage: /LAYOUTDIR=”C:\Application Virtualization Client”. |
/? Or /h or /help |
Displays associated help. |