简体   繁体   English

Windows的任何使用python的软件包生成器(例如Inno Setup)

[英]Any package builder for windows (like Inno Setup) which uses python

I know python and I am working on a project where we are using Inno setup. 我知道python,并且我正在使用Inno设置的项目中工作。 Is there any package builder where I can write the setup-code in python? 是否有任何可以在python中编写安装代码的软件包生成器?

You can use python together with inno. 您可以将python和inno一起使用。 With inno you can collect all the user data which you need, and with python you can do all the other work with this user data. 使用inno,您可以收集所需的所有用户数据,而使用python,则可以使用此用户数据进行所有其他工作。 To do that you need to include the python files in your setup. 为此,您需要在安装程序中包含python文件。 During your setup you need to extract the files and then you can call your python scripts. 在设置过程中,您需要解压缩文件,然后可以调用python脚本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM