[issue3617] Add MS EULA to the list of third-party licenses in the Windows installer

Marc-Andre Lemburg report at bugs.python.org
Thu Aug 21 12:09:49 CEST 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Adding the EULA should be easy... the MSI installer code already adds
the other licenses for OpenSSL, etc. to the license text in
Tools/msi/msi.py (took me a while to find that file, since I would have
expected this to live under PCbuild/).

The only "problem" is finding the path to the EULA text file, since that
depends on the where VS is installed (and perhaps the edition as well).

----------
components: +Windows
keywords: +easy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3617>
_______________________________________


More information about the Python-bugs-list mailing list