# Windows Package (LogShipper) Installation

### Installation Steps

Follow these steps to install the BluLogShipper package on Windows systems:

1. **Download the Package**

   * Visit the portal <https://console.blusapphire.com> and download the BluLogShipper Windows package.
   *

   ```
   <figure><img src="/files/Xs10jT2n5ObowxNbYL6L" alt=""><figcaption></figcaption></figure>
   ```
2. **Extract the Package**

   * Locate the downloaded file and extract its contents to the desired location on your system.
   * Copy the Folder path.

   <figure><img src="/files/4dBdQYymDgWEneXndSoz" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/IAX9U6cMRTw7AhkvBKew" alt=""><figcaption></figcaption></figure>
3. **Open Command Prompt**
   * Open **Command Prompt** with administrative privileges:

     * Click the **Start** menu, type `cmd`, and right-click **Command Prompt**.
     * Select **Run as Administrator**.

     <figure><img src="/files/AgE3u3Tu6DbQFPn9DYUs" alt=""><figcaption></figcaption></figure>
4. **Navigate to the Package Directory**

   * Use the `cd` command in Command Prompt to navigate to the directory where the package was extracted, and press enter. &#x20;
   * Example:  cd C:\path\to\extracted\package (paste the folder path we have copied earlier)

   <figure><img src="/files/Wq6Somx7BA29DrbVkm5Q" alt=""><figcaption></figcaption></figure>
5. **Run the Installer Script**

* Execute the batch script with administrative privileges and press enter
* <pre><code><strong>install.bat
  </strong></code></pre>

<figure><img src="/files/9iWbKsmx2P0ZWiniG1Qe" alt=""><figcaption></figcaption></figure>

6. **Agent Setup:**&#x20;

* Read the BluSapphire Log Shipping Agent License Agreement, Tick the Checkbox and click on Install.
*

```
<figure><img src="/files/qdj9PYuYXid3D6LJfPac" alt=""><figcaption></figcaption></figure>
```

* Click on Finish to complete the BluSapphire Log Shipping Agent Setup Wizard.
*

```
<figure><img src="/files/bF8cmwxLoWsG41UTvtEz" alt=""><figcaption></figcaption></figure>
```

* Press any Key to continue
*

```
<figure><img src="/files/1Zgi4eIaCbL0MgczVmqh" alt=""><figcaption></figcaption></figure>
```

6. **Verify the Installation**

* To confirm the package is installed correctly, verify that the `blulogshipper` service is running by checking its status in **services.msc**

<figure><img src="/files/1OFZSj6AaI57E9quqFJw" alt="" width="375"><figcaption></figcaption></figure>

{% embed url="<https://youtu.be/jopk3-BuVGw>" %}

### Uninstallation Steps

1. Press `Win + R`, type `control`, press Enter, then go to **"Programs and Features"**.
2. Select "BluLogShipper", click **"Uninstall"**, and follow the prompts.


---

# 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://docs.blusapphire.io/log-forwarding/03_log-forwarding-guide/windows-package-logshipper-installation.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.
