# Windows

<details>

<summary>Step 1 – Download the extension</summary>

For this example we are using **SuperTables** extension

1. Go to the **Customer Portal**.
2. Navigate to the **Products** page.
3. Scroll to the extension you want to install.
4. Click the **Windows icon** to download the installation package.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2F0EucfOirUSjjd0gRg43h%2Fimage.png?alt=media&#x26;token=9558293d-92fb-4930-932a-8e1aabb977ea" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Step 2 – Download and prepare the license file</summary>

Download the **license file** from the Customer Portal.

Then:

1. Open your **Downloads** folder.
2. Copy the license file to the folder where the extension will be installed.
3. Rename the file to **`license.lic` if needed**.

The filename must match exactly.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FZ0kTe4MegbvLkHuQrLP5%2Fimage.png?alt=media&#x26;token=8af43537-9853-490d-82cd-091700bf70ea" alt=""><figcaption></figcaption></figure>

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FzAeG4YAWyZF97S52uiIL%2Fimage.png?alt=media&#x26;token=e5b3e9cb-6c4b-4fc2-aabd-7428a17e3254" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Step 3 – Prepare the installation folder</summary>

Make sure the installation folder contains:

* The **extension installation files**
* The **license.lic** file
* Your **SSL certificate files**

Next, extract the downloaded extension package:

1. Right-click the downloaded file.
2. Select **Extract**.
3. Extract the files into the same installation folder.

All required files should now be located in the same folder.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FHFYi61XTsDUYUmuAA9vP%2Fimage.png?alt=media&#x26;token=c0157bc5-cc49-44e2-944b-7d1dd03b9395" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Step 4 – Create the configuration file</summary>

Open **PowerShell** in the installation folder:

1. **Right-click** inside the folder
2. Select **Open in Terminal**

**or**

1. **Right-click** on the installation folder
2. Select **Open PowerShell window here**

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FclapDuYFX5YVHZysYSMx%2Fimage.png?alt=media&#x26;token=21cdc284-cdd6-4799-a2e9-ce86d1837433" alt=""><figcaption></figcaption></figure>

Run the configuration command using the extension executable:

```
.\super-tables-win.exe publish:config
```

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FarFLWDxyTS30KGnxsFGZ%2Fimage.png?alt=media&#x26;token=3fc4a42c-a6a2-430b-9c65-7c517d12e819" alt=""><figcaption></figcaption></figure>

Press **Enter**.

\
This will generate the **configuration file** in the folder.

</details>

<details>

<summary>Step 5 – Configure the extension</summary>

Open the generated **config file**.

Update the configuration:

* Set the **port number** the extension should run on (for example **8000**).
* Update the names of the **SSL key** and **SSL certificate** files if necessary so they match the files in the folder.

Save the configuration file.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2Fgd2PXF3XPOpQMXb0mv3U%2Fimage.png?alt=media&#x26;token=2207e18f-6db3-486f-b694-c15d3338d075" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>Step 6 – Start the extension</summary>

Once the configuration is complete:

1. Navigate to the installation folder.
2. Double-click the **extension executable**.

Windows may ask you to allow access through the **firewall**.\
Select **Allow access**.

If the installation is successful, the extension will start running on the configured port with a valid license.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FAXGzhmA2b1RMLtwYhXAO%2Fimage.png?alt=media&#x26;token=2d1dabbd-5f14-4389-a436-9343f083b9d0" alt=""><figcaption></figcaption></figure>

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FP2V05OHbyeFsK2WoVWgZ%2Fimage.png?alt=media&#x26;token=12f67e8f-b09a-4e53-938a-019d0425475d" alt=""><figcaption></figcaption></figure>

#### Access the `.trex` file

After the extension server is running, you can access the **`.trex` files** by navigating to:

```
http://localhost:8000/trex
```

The exact URL depends on the **host and port** configured in your `config` file.

Use the `.trex` file from this location when adding the extension in **Tableau Desktop**.

<figure><img src="https://795374256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6yVPUWGXrvCkUcDV7WOV%2Fuploads%2FC3DSduOBXdtsggMPZtKH%2Fimage.png?alt=media&#x26;token=6b2e5694-1089-4f7c-8a9a-1555efcf9aef" alt=""><figcaption></figcaption></figure>

</details>

We have a video guide on how to do the installation and a textual guide; see below the video for the textual guide.

{% embed url="<https://www.youtube.com/watch?v=D0gEiY73GJs>" fullWidth="true" %}
Windows inatllation guide
{% endembed %}
