Bug #1737210: Change Manufacturer of Windows installer to PSF.

This commit is contained in:
Martin v. Löwis 2007-09-01 06:36:38 +00:00
parent 738032ffe8
commit fe2cb5912e
2 changed files with 3 additions and 1 deletions

View file

@ -115,6 +115,8 @@ Documentation
Build Build
----- -----
- Bug #1737210: Change Manufacturer of Windows installer to PSF.
- Bug #1746880: Correctly install DLLs into system32 folder on Win64. - Bug #1746880: Correctly install DLLs into system32 folder on Win64.
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. - Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.

View file

@ -193,7 +193,7 @@ def build_database():
schema, ProductName="Python "+full_current_version, schema, ProductName="Python "+full_current_version,
ProductCode=product_code, ProductCode=product_code,
ProductVersion=current_version, ProductVersion=current_version,
Manufacturer=u"Martin v. L\xf6wis") Manufacturer=u"Python Software Foundation")
# The default sequencing of the RemoveExistingProducts action causes # The default sequencing of the RemoveExistingProducts action causes
# removal of files that got just installed. Place it after # removal of files that got just installed. Place it after
# InstallInitialize, so we first uninstall everything, but still roll # InstallInitialize, so we first uninstall everything, but still roll