summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-09-10 11:56:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-09-10 11:56:56 (GMT)
commit0f02ce348a14280e1bf7999696a2a8e369641d16 (patch)
tree3feb9dd682e1ea24a730d8dafa809615293cc247 /Tools
parent1e3a2642a08f423161f1752f8578249457f0217a (diff)
downloadcpython-0f02ce348a14280e1bf7999696a2a8e369641d16.zip
cpython-0f02ce348a14280e1bf7999696a2a8e369641d16.tar.gz
cpython-0f02ce348a14280e1bf7999696a2a8e369641d16.tar.bz2
Do not include extpy[w].exe anymore
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 2dc94c9..0bb9f40 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -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", ".")