]> granicus.if.org Git - python/commitdiff
Do not include extpy[w].exe anymore
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 10 Sep 2004 11:56:56 +0000 (11:56 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 10 Sep 2004 11:56:56 +0000 (11:56 +0000)
Tools/msi/msi.py

index 2dc94c9b6f9d980f9c51a585752830814e8754cf..0bb9f403d9da91dd8d56d6cc4413c4d8202dac41 100644 (file)
@@ -831,10 +831,6 @@ def add_files(db):
     root.add_file("PCBuild/python.exe")
     root.start_component("pythonw.exe", keyfile="pythonw.exe")
     root.add_file("PCBuild/pythonw.exe")
-    root.start_component("extpy.exe", feature=ext_feature, keyfile="extpy.exe")
-    root.add_file("extpy.exe", src="PCBuild/python.exe")
-    root.start_component("extpyw.exe", feature=ext_feature, keyfile="extpyw.exe")
-    root.add_file("extpyw.exe", src="PCBuild/pythonw.exe")
 
     # msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
     dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")