[PR #1099] [MERGED] Add Wix file for MSI builds #14867

Closed
opened 2026-08-05 03:06:29 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1099
Author: @mlsmaycon
Created: 8/22/2023
Status: Merged
Merged: 9/4/2023
Merged by: @mlsmaycon

Base: mainHead: add-msi-installer


📝 Commits (6)

  • 5054310 Add Wix file for MSI builds
  • fc34529 Fix manufacturer and icon
  • 32ac9ad update next release version
  • 4983551 add startup menu and ARPPRODUCTICON for uninstall icon
  • 7d73bd9 change name case
  • 6bb1478 change name case

📊 Changes

3 files changed (+79 additions, -2 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
client/netbird.wxs (+77 -0)
📝 infrastructure_files/configure.sh (+1 -1)

📄 Description

Describe your changes

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.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1099 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `add-msi-installer` --- ### 📝 Commits (6) - [`5054310`](https://github.com/netbirdio/netbird/commit/50543102fd06524a85992d0a27c6cde0e5dc4917) Add Wix file for MSI builds - [`fc34529`](https://github.com/netbirdio/netbird/commit/fc34529cb462f5e33b2ab5acb80a9c43db9ef26b) Fix manufacturer and icon - [`32ac9ad`](https://github.com/netbirdio/netbird/commit/32ac9ad0c799586c603f106102c6c931a6e5d6b3) update next release version - [`4983551`](https://github.com/netbirdio/netbird/commit/4983551bd56019678fdda326146daf050c1b429d) add startup menu and ARPPRODUCTICON for uninstall icon - [`7d73bd9`](https://github.com/netbirdio/netbird/commit/7d73bd9436cb2c61313bfb30edbed2dba3ce72a4) change name case - [`6bb1478`](https://github.com/netbirdio/netbird/commit/6bb147855169091a356bbd980966c2584f69122b) change name case ### 📊 Changes **3 files changed** (+79 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) ➕ `client/netbird.wxs` (+77 -0) 📝 `infrastructure_files/configure.sh` (+1 -1) </details> ### 📄 Description ## Describe your changes 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](https://github.com/gerardog/gsudo/blob/eb6788844839558082bd7ebff4ea4e9cfbdb6bf6/src/gsudo.Installer/Product.wxs), [qemu-shoggoth](https://github.com/cromulencellc/qemu-shoggoth/blob/16224789f559e98d6dc12f1b567af2f6ab29d68d/qga/installer/qemu-ga.wxs#), and many others. ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:06:29 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#14867