countincognito / Zametek.ProjectPlan

A basic desktop alternative to Microsoft Project to help automate project design.
BSD 2-Clause "Simplified" License
176 stars 47 forks source link

Windows Installer (.msi/.msix) #72

Open LarsKemmann opened 2 days ago

LarsKemmann commented 2 days ago

Adding a Windows Installer would be a helpful feature for less technical users -- and could help with getting into the Microsoft Store, as well. A couple of desirable features provided by an installer:

There's a phenomenal open-source project called WiX for creating custom installers, along with a free Visual Studio extension called HeatWave (Community Edition) that automates several steps.

countincognito commented 1 day ago

This is definitely on the roadmap. The only issue will be that the MSI will be unsigned, since it costs a fortune to purchase a code-signing certificate. However, I believe that MSIX Bundles get automatically signed by Microsoft in their store.