开发者

Can I use QtCreator to create Windows install for a Qt Windows Application?

开发者 https://www.devze.com 2022-12-15 08:59 出处:网络
I have a Qt Windows app (开发者_如何学JAVAdeveloped in QtCreator) that I\'d like to create a windows install CD. Does QtCreator have a feature that makes this possible? Or do I have to use NSIS ? Plea

I have a Qt Windows app (开发者_如何学JAVAdeveloped in QtCreator) that I'd like to create a windows install CD. Does QtCreator have a feature that makes this possible? Or do I have to use NSIS ? Please help. - Nkumar


You can also check out the Qt Installer framework, this lets you make cross-platform installers.


Qt Creator doesn't do installers. NSIS or WiX are probably your best bets here.


For windows you can use one of these:

  1. http://izpack.org/
  2. http://nsis.sourceforge.net

Prepare your installer and then burn in to CD. You can also add an autorun.inf file to make the installer start automagically :) Although i heard that microsoft is planing to disable the autorun feature due to security reasons.

If you're developing cross-platform versions then each linux distribution has it's own installation systems.

For example:

Debian,Ubuntu ... - *.deb
Redhat,openSuse, .. - *.rpm

0

精彩评论

暂无评论...
验证码 换一张
取 消