tig / winprint

winprint 2.0 - Advanced source code and text file printing. The perfect tool for printing source code, web pages, reports generated by legacy systems, documentation, or any text or HTML file. It works interactively or from the command line making it great for single users or whole enterprises. Works great with Powershell.
https://tig.github.io/winprint/
MIT License
72 stars 4 forks source link

Implement installer for Windows #15

Closed tig closed 4 years ago

tig commented 4 years ago

I have a WIX based MSI installer in the project and working. But I'm not convinced WIX is the right path since I also want to support automatic version check/upgrades (#10).

I understand that Clickonce can give me a bunch of that for free?

So this issue should really be "choose to use WIX or ClickOnce"