From 39afe1e649a91ffc7541cd0681798bfaae8baab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 1 Sep 2007 06:36:49 +0000 Subject: Bug #1737210: Change Manufacturer of Windows installer to PSF. --- Tools/msi/msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 20ade0e..0d54255 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -195,7 +195,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 -- cgit v0.12