Issue #4091: Install pythonxy.dll in system32 again.

This commit is contained in:
Martin v. Löwis 2008-10-17 13:43:01 +00:00
parent 336680ecea
commit 0f3e7697dc
2 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,8 @@ Library
Build
-----
- Issue #4091: Install pythonxy.dll in system32 again.
- Issue #4018: Disable "for me" installations on Vista.
- Issue #3758: Add ``patchcheck`` build target to .PHONY.

View File

@ -915,9 +915,7 @@ def add_files(db):
root.add_file("%s/pythonw.exe" % PCBUILD)
# msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
#dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
#install python30.dll into root dir for now
dlldir = root
dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
pydll = "python%s%s.dll" % (major, minor)
pydllsrc = os.path.join(srcdir, PCBUILD, pydll)