Kaydet (Commit) 8bc77e4b authored tarafından Martin v. Löwis's avatar Martin v. Löwis

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

Will backport to 2.5.
üst 470dcd26
......@@ -951,6 +951,8 @@ Tools/Demos
Build
-----
- Bug #1737210: Change Manufacturer of Windows installer to PSF.
- Bug #1746880: Correctly install DLLs into system32 folder on Win64.
- Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
......
......@@ -194,7 +194,7 @@ def build_database():
schema, ProductName="Python "+full_current_version,
ProductCode=product_code,
ProductVersion=current_version,
Manufacturer=u"Martin v. L\xf6wis")
Manufacturer=u"Python Software Foundation")
# The default sequencing of the RemoveExistingProducts action causes
# removal of files that got just installed. Place it after
# InstallInitialize, so we first uninstall everything, but still roll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment