Windows installer #99

Closed
opened 2026-01-05 14:48:19 +01:00 by adam · 2 comments
Owner

Originally created by @sitiom on GitHub (Jun 17, 2022).

Providing a Windows installer will provide users with a familiar and easy way to install komorebi, without having to set it up manually or using Scoop. This would also allow komorebi to be added in Winget, like Workspacer.

Originally created by @sitiom on GitHub (Jun 17, 2022). Providing a Windows installer will provide users with a familiar and easy way to install komorebi, without having to set it up manually or using Scoop. This would also allow komorebi to be added in [Winget](https://github.com/microsoft/winget-pkgs), like [Workspacer](https://winstall.app/apps/rickbutton.workspacer).
adam added the github_actions label 2026-01-05 14:48:19 +01:00
adam closed this issue 2026-01-05 14:48:19 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jun 17, 2022):

I think that something like cargo-wix could be used for this. I played around with it quickly earlier, but I couldn't find an easy way to say "package all workspace members that produce a binary into a single MSI":

komorebi [$] via 🐹 v1.18.3 via 🦀 v1.63.0-nightly
❯ cargo wix init
Error[2] (Generic): Workspace detected. Please pass a package name.

If someone can pick this up and figure it out I'll be happy to also start publishing MSI files with each release that could be used either independently or with Winget.

@LGUG2Z commented on GitHub (Jun 17, 2022): I think that something like [cargo-wix](https://github.com/volks73/cargo-wix) could be used for this. I played around with it quickly earlier, but I couldn't find an easy way to say "package all workspace members that produce a binary into a single MSI": ``` komorebi [$] via 🐹 v1.18.3 via 🦀 v1.63.0-nightly ❯ cargo wix init Error[2] (Generic): Workspace detected. Please pass a package name. ``` If someone can pick this up and figure it out I'll be happy to also start publishing MSI files with each release that could be used either independently or with Winget.
Author
Owner

@LGUG2Z commented on GitHub (Aug 12, 2022):

@sitiom let's move this to #152

@LGUG2Z commented on GitHub (Aug 12, 2022): @sitiom let's move this to #152
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#99