mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Will backport to 2.5.
This commit is contained in:
parent
470dcd2611
commit
8bc77e4b33
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue