I’m looking for Qt packager for my Qt application targeted for windows platform.
I need it to create a nice installer to deploy and distribute my product on windows PC.
Which is best and recommended FREE packager?
I’m looking for Qt packager for my Qt application targeted for windows platform. I
Share
For packaging I use the WIX (Windows Installer XML) toolset.
There are several advantages to using WIX:
I have used WIX for installers at work and for my own projects at home.
It isn’t as simple as other solutions to get started, but once you’ve created a simple package, you’ll find it easy to add new features.