Can you create a setup.exe in qt to install your app on a client computer

前端 未结 6 2094
囚心锁ツ
囚心锁ツ 2020-12-23 12:50

I have created a desktop app and now I need to install in on a client\'s computer.

However, the client would like to have a wizard to install. Like Visual Studio set

6条回答
  •  一整个雨季
    2020-12-23 13:10

    You definitely need a third party installer. A few good ones have already been mentioned. If you decide to go with a paid solution bitrock's installer is a perfect choice and they are also Qt centric and their main business is around Qt.

    As an open source alternative I would suggest NSIS

提交回复
热议问题