# Post Purchase Deployment

{% hint style="success" %}
**Once your preferred client configuration is identified, it can be deployed automatically to your other clients. Contact support for more information.**
{% endhint %}

## Installing from the Command Line

### Trial Install of NitroAccelerator from .msi from download file:

```csharp
msiexec /i NitroTurbo.msi /qn
```

{% hint style="info" %}
To update the trial systems with a purchased license applied, simply issue the command to uninstall and then run the full install command with your account information.
{% endhint %}

### Uninstall

```coffeescript
msiexec.exe /uninstall "c:\nitroturbo.msi" /qn
```

### Licensed Server Install of NitroAccelerator .msi from download file:

```coffeescript
msiexec /i NitroTurbo.msi /qn LICENSE_USER=<your_email> LICENSE_PASSWORD=<your_password>
```

### Licensed Client Install of NitroAccelerator .msi from download file:

```coffeescript
msiexec /i NitroTurbo.msi /qn LICENSE_USER=<your_email> LICENSE_ClIENT_PASSWORD=<your_password>
```

{% hint style="success" %}
NitroAccelerator can be installed from the command line with specific settings enabled.\
\
For example: Headless deployment: HIDE\_ICON=1\
\
[Contact us](https://nitrosphere.com/support/) for more info
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.nitrosphere.com/resources/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
