Bug #1737210: Change Manufacturer of Windows installer to PSF.
Will backport to 2.5.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index a77b080..b68782b 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -194,7 +194,7 @@
                   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