Improved MSI #4
TomsKnostenbergs
started this conversation in
Ideas
Replies: 1 comment
-
Hm pretty cool. I usually try to do stuff manually at first to better understand it but I'll take a look 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ThioJoe
You’re already building an MSI for this project using WiX, which is great. Much better than registering the dll manually.
I'd like to propose alternative to WiX: Master Packager Dev. It provides a faster way to build enterprise grade MSI installers for both home users and organizations. It's free for non-commercial projects like this.
Let me explain how and why I'd build the installer for this project using MP Dev.
mpdev build <propectName.JSON>
commandMaster Packager Dev is created to help developers build Windows application packages that end-users love, enterprises want, and the Windows OS needs. Hope you can join us helping to improve the quality of Windows Installers by spreading the word and using MP Dev yourself. We spent more than a decade packaging bad installers for organizations and MP Dev is the result of our learning.
I have attached sample MP Dev JSON file and MP dev built MSI that you can check out how simple it is and uncomment sections if you want to use the signing or auto-update feature.
DemoProject.zip
We help all developers to build excellent installers for free. Feel free to use this as you wish. Any feedback or questions are welcome.
Good luck and have fun.
Toms from the Master Packager Team
Beta Was this translation helpful? Give feedback.
All reactions