# Installing On Windows

#### Run as an user

You can simply run the ExtensionsManager by double clicking it. Make sure to place the application in a separate folder as it will create configuration files besides the executable file. This is great for testing and installation, but not recommended for everyday use.&#x20;

If you want to deploy the ExtensionsManager application in production follow the steps below.

#### Run as a service on Windows

The easiest way to have the ExtensionManager started automatically as a service is to create a task in Windows Task scheduler. The trigger of the task must be configured to “System boot” and it is best run under System Credentials. Below the steps to follow.

**1. Start windows Task Scheduler**

![](https://attachment.freshdesk.com/inline/attachment?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6NDEwNDU0ODg0NywiZG9tYWluIjoiaW5mb3RvcGljcy5mcmVzaGRlc2suY29tIiwiYWNjb3VudF9pZCI6NDg2MzN9.gSVWZuzMLuYaPFLNmwKGI7_fwhgRX0eImfTwj1hxC5k)

**2. Create a new task**

<figure><img src="https://attachment.freshdesk.com/inline/attachment?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6NDEwNDU0ODgwNywiZG9tYWluIjoiaW5mb3RvcGljcy5mcmVzaGRlc2suY29tIiwiYWNjb3VudF9pZCI6NDg2MzN9.-4n72jWcMB3X7KMCkTowdxrfsV4XggwV4sbkCRrkg1g" alt=""><figcaption></figcaption></figure>

**3. Enter the general task information**

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/10/extensions-manager-task-scheduler-.png" alt=""><figcaption></figcaption></figure>

* Name the task with a reference to the ExtensionsManager.
* Set SYSTEM user account to execute this task. It is important to use an account with privileges to start services
* Check what version suits your system best (Windows Server)

**4. Set trigger for the task to be executed**

<div align="center" data-full-width="false"><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/10/extensions-manager-task-scheduler-1-1.png" alt=""></div>

* Add a new ***trigger*** on the TASK pane
* Select the trigger “At Startup”
* Make sure the trigger is enabled

**5. Set the action to start the program**

![](https://appsfortableau.infotopics.com/wp-content/uploads/2023/10/extensions-manager-task-scheduler-1-2.png)

* On the “Actions” tab select “New…”
* Set your action to type “Start program”
* Select the binary file of your extension as the “Program”. In this example it is `C:/apps/extensions-manager.exe`. Make sure to include the entire path.
* Set the “Start in” folder. This is very important for the service to start correctly. It is the path where the binary file/program is located. In this example: `C:/apps`
* Press OK to store your “Action”

**6. Set proper conditions for task**

![](https://appsfortableau.infotopics.com/wp-content/uploads/2023/10/extensions-manager-task-scheduler-1-3.png)

Make sure the task will always be executed (battery or AC power)!

**7. Set extra settings**

<figure><img src="https://content.gitbook.com/content/C3vMu9iMJLQjMzgUhEo0/blobs/Ai0kElxtqmMtZkd1a8OI/enterprise-installation-extra-settings.png" alt=""><figcaption></figcaption></figure>

* Make sure the task will remain running
* Make sure the task can be started on demand

**8.Manually start the task**

![](https://appsfortableau.infotopics.com/wp-content/uploads/2023/10/extensions-manager-task-scheduler-1-6.png)

* Once you saved the newly created task select it in the list of tasks
* Click the “Run” button on the right panel to start the new task
* The status of the service will change from “Ready” to “Running”

**9. Start application**

* Click the “Run” button on the right panel to start the new task
* This could take up to one minute before the ExtensionsManager opens.
