]> granicus.if.org Git - python/commitdiff
Bug #1737210: Change Manufacturer of Windows installer to PSF.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 1 Sep 2007 06:36:49 +0000 (06:36 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 1 Sep 2007 06:36:49 +0000 (06:36 +0000)
Tools/msi/msi.py

index 20ade0e88ae71e8e7f49e3c7a12d549a5f4e421a..0d54255ffd1a179b177670ba1e5d52f24b85a470 100644 (file)
@@ -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