# Installing Netclient on a Windows OS with Wireguard dependency.

## Installing Netclient on a Windows OS with Wireguard dependency

Getting the Wireguard dependency on your Windows machine when installing Netclient.

**Description:**

Our Netclient installers provide Wireguard as a dependency for all OS systems. Most operating systems like Linux and macOS can just have the Wireguard binary placed in the appropriate folder to run appropriately. Windows is different in that it needs the WinTun driver to facilitate the layer 3 tunneling: <https://www.wintun.net/>.

The best way to install Wireguard for Windows is the MSI installer provided on Wireguard's website: <https://www.wireguard.com/install/>. With Netmaker's current Windows MSI installer, it is not possible to run an MSI inside of an MSI. It breaks the installation. Netmaker's MSI installer can only install Netclient. Netmaker provides a Bundle to package Wireguard with Netmaker.

{% hint style="info" %}
Note: The bundle installer is an EXE file, so if your company blocks EXE files for security reasons, you'll have to see if it can be put on the whitelist, or you will have to manually install Wireguard by itself before installing Netclient.
{% endhint %}

### Steps to Reproduce

{% stepper %}
{% step %}
Grab the latest netclient\_x86.msi file from the release page on <https://github.com/gravitl/netclient/releases>
{% endstep %}

{% step %}
Run the installer.
{% endstep %}

{% step %}
Check your programs on your Windows machine and find that Wireguard is not on there if it was not installed previously by itself.
{% endstep %}
{% endstepper %}

### Resolution Steps

{% stepper %}
{% step %}
Grab the bundle installer.
{% endstep %}

{% step %}
Run it and follow the prompts.
{% endstep %}

{% step %}
See that Wireguard is successfully installed with Netclient.
{% endstep %}
{% endstepper %}

### Impact

The inability to install Netclient with WireGuard on Windows prevents users from accessing the intended VPN functionality, potentially hindering productivity and secure network access.


---

# 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://learn.netmaker.io/help-articles/installing-netclient-on-a-windows-os-with-wireguard-dependency..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.
