[PR #280] Add a Windows msi installer #357

Open
opened 2026-05-05 22:17:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/280
Author: @feschber
Created: 3/17/2025
Status: 🔄 Open

Base: mainHead: windows-msi-installer


📝 Commits (7)

📊 Changes

10 files changed (+169 additions, -0 deletions)

View changed files

wix/bundle/.gitignore (+3 -0)
wix/bundle/Bundle.wixproj (+16 -0)
wix/bundle/Bundle.wxs (+42 -0)
wix/lan-mouse/.gitignore (+3 -0)
wix/lan-mouse/Folders.wxs (+13 -0)
wix/lan-mouse/LanMouse.wixproj (+34 -0)
wix/lan-mouse/LanMouseComponents.wxs (+32 -0)
wix/lan-mouse/Package.en-us.wxl (+8 -0)
wix/lan-mouse/Package.wxs (+16 -0)
wix/lan-mouse/build.ps1 (+2 -0)

📄 Description

No description provided


🔄 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/feschber/lan-mouse/pull/280 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `windows-msi-installer` --- ### 📝 Commits (7) - [`acb067b`](https://github.com/feschber/lan-mouse/commit/acb067bfdec20b75e3515f76d789f77e1ae9841c) start working on an installer - [`4397ce9`](https://github.com/feschber/lan-mouse/commit/4397ce9f1c823d6f60acaf732329207402c55f87) embed .cab file - [`2f824d8`](https://github.com/feschber/lan-mouse/commit/2f824d8bd3dc88f094f51174ec1bd55a41b9716d) add startmenu entry - [`b9a4497`](https://github.com/feschber/lan-mouse/commit/b9a4497fa4bbd85a0241009b42780ce61eb7eeb7) add application icon - [`6125944`](https://github.com/feschber/lan-mouse/commit/61259445c04b9703fb329c540c301cbb3b3615fb) fix icons - [`64d5058`](https://github.com/feschber/lan-mouse/commit/64d50585441e3c2c4ece6c854d11161ef631e29f) bundle vc_redist.x64.exe - [`ac96faa`](https://github.com/feschber/lan-mouse/commit/ac96faabecdd547e15594ab627c3917073992a17) Merge branch 'main' into windows-msi-installer ### 📊 Changes **10 files changed** (+169 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `wix/bundle/.gitignore` (+3 -0) ➕ `wix/bundle/Bundle.wixproj` (+16 -0) ➕ `wix/bundle/Bundle.wxs` (+42 -0) ➕ `wix/lan-mouse/.gitignore` (+3 -0) ➕ `wix/lan-mouse/Folders.wxs` (+13 -0) ➕ `wix/lan-mouse/LanMouse.wixproj` (+34 -0) ➕ `wix/lan-mouse/LanMouseComponents.wxs` (+32 -0) ➕ `wix/lan-mouse/Package.en-us.wxl` (+8 -0) ➕ `wix/lan-mouse/Package.wxs` (+16 -0) ➕ `wix/lan-mouse/build.ps1` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 22:17:31 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#357
No description provided.