Microsoft Visual C++ 可以吗? 2008 Redistributable Package 可自由重新分发

发布于 2024-08-28 19:02:38 字数 361 浏览 6 评论 0原文

我计划使用 py2exe 制作一个用 Python 2.6 开发的应用程序。

看来我的应用程序需要 VC 可再发行组件: http://www.py2exe.org/ index.cgi/Tutorial#Step5

我已阅读本教程和可再发行许可协议,但不确定是否可以使用我的程序自由地重新分发这些文件。 (我没有 VS2008 许可证)

我可以将 redisribs 捆绑到安装程序中并使安装对用户透明,还是他们必须自己从 Microsoft 网站下载文件?

提前致谢

I am planning to use py2exe to make an application developped with Python 2.6.

It seems that my app need the VC redistribuables : http://www.py2exe.org/index.cgi/Tutorial#Step5

I've read this tutorial and the redistribuables license agreement and I am not sure if I can freely redistribute these files with my program. (I don't have VS2008 license)

Can I bundle the redistribs into an installer and make the installation transparent for the user or do they have to download the files by their own from Microsoft website?

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝情姑娘 2024-09-04 19:02:38

我认为如果您只需将 vcredist_x86.exe 的安装包含到安装过程中(根据您链接到的文档),应该没问题:

您可以指示您的用户
自己下载并运行它,或者
您可以为您创建一个安装程序
应用程序(参见下面的步骤 6),即
包括 vcredist_x86.exe(即
任何人都可以重新分发),以及
然后将其作为您的一部分运行
应用程序安装

请注意,我不是律师,因此这不是法律建议。

I think you should be fine if you simply include the installation of vcredist_x86.exe into your installation procedure (according to the document you linked to):

Either you can instruct your users to
download and run this themselves, or
you could create an installer for your
application (see Step 6 below), that
includes vcredist_x86.exe (which is
itself redistributable by anyone), and
then run that as part of your
application installation

Mind you that I'm not a lawyer and thus this is not legal advice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文