Add Wix file for MSI builds (#1099)

This adds a basic wxs file to build MSI installer

This file was created using docs 
from https://wixtoolset.org/docs/schema/wxs/ and 
examples from gsudo, qemu-shoggoth, and many others.

The main difference between this and the .exe installer
is that we don't use the netbird service command to install
the daemon
This commit is contained in:
Maycon Santos
2023-09-04 11:15:39 +02:00
committed by GitHub
parent f89c200ce9
commit 4e2d075413
3 changed files with 79 additions and 2 deletions

View File

@@ -168,4 +168,4 @@ env | grep NETBIRD
envsubst <docker-compose.yml.tmpl >docker-compose.yml
envsubst <management.json.tmpl >management.json
envsubst <turnserver.conf.tmpl >turnserver.conf
envsubst <turnserver.conf.tmpl >turnserver.conf