Qt 6.11 is out! See what's new in the release
blog
microsoft Windows installer 5.0 with qt application
General and Desktop
2
Posts
2
Posters
961
Views
1
Watching
-
Hi all,
I developed one GUI application using qt (Ver 5.3.2). now i want it to release it as a separate installer package for windows. I know there are so many 3rd party tools which will create/build package for my application installer.Windows is also officially providing some SDK(called windows installer package 5.0) for creating packages on windows platform, so instead of using any 3rd party tool i want to use that Microsoft SDK to create my application installer.
I want to know that is it possible?
As i read somewhere that using windows installer, you only create packages for those applications which will build in VC++