python - py2exe 生成可安装的安装文件
大家讲道理
大家讲道理 2017-04-17 14:37:37
0
3
468

最近使用pyqt写了个小的测试demo,想安装到计算机上,但是无论怎么生成,总是生成个exe的文件,双击能运行。我想问下py2exe能不能生成一个类似于dropbox这样的软件,在安装的时候点击同意、下一步、选择安装位置这样的安装包?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(3)
迷茫

There are too many tools for creating installation wizards on the Windows platform. InnoSetup, NSIS, InstallShield, etc.

左手右手慢动作

install4j ?

黄舟

InnoSetup can do it. Relatively common. But I usually use pyqt to write an installation interface myself. It looks better than inno, and you can design it yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template