ThingWorx Analytics Installation > ThingWorx Analytics Windows Installation > Installation Procedure - Windows > Silent Mode Installation
  
Silent Mode Installation
To launch the silent installation in a Windows environment:
1. Follow Steps 1 - 3 in the Graphical Mode Installation.
2. Open the Windows PowerShell (or the Command Prompt window) in Administrator mode and navigate to the directory where you saved the extracted launch files.
3. Run the following command, substituting specific information in the angled brackets:
.\ThingWorxAnalytics-<n.n.n>-windows-installer.exe --unattendedmodeui minimal --mode unattended --accept_eula YES --baseinstalldir "<base installation directory>" --THINGWORX_FOUNDATION_IP_ADDR "<IP address or host name>" --THINGWORX_FOUNDATION_PORT "<Port where ThingWorx is running>" --THINGWORX_APPKEY "<valid ThingWorx App Key>" --ANALYTICS_SERVER_THINGNAME "<Analytics Server Thing Name>" --USE_SSL "<false/true>"
* 
If the installer detected a previous version of the ThingWorx Analytics Server, and you opted to upgrade, the old installation directory is preselected for the baseinstalldir and you will not be able to change it. For more information, see Upgrade from an Earlier Version.
* 
The Analytics Server Thing name must be unique within the server deployment.
By default, all ThingWorx Analytics components are selected for inclusion in the silent mode installation. However, you can choose to disable certain components and install only a subset of the available components. The following components can be disabled: clustering, prediction, prescriptive, profiles, signals, training, or validation.
To disable one or more components, add the following snippet to the installation command above:
--disable-components <component_name>,<component_name>
For example, to disable the scoring components, add the following to the installation command:
--disable-components prediction,prescriptive
When the installation is complete, the command line prompt will be returned.
4. To test the product installations, see:
Verify the ThingWorx Analytics Server Installation
Verify the Descriptive Analytics Microservice Installation