Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c820eaf

Browse files
committed
Merged revisions 66958 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r66958 | martin.v.loewis | 2008-10-17 15:43:01 +0200 (Fr, 17 Okt 2008) | 1 line Issue #4091: Install pythonxy.dll in system32 again. ........
1 parent 34bbf00 commit c820eaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Extension Modules
6767
Build
6868
-----
6969

70+
- Issue #4091: Install pythonxy.dll in system32 again.
71+
7072
- Issue #4018: Disable "for me" installations on Vista.
7173

7274
Tools/Demos

Tools/msi/msi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,7 @@ def add_files(db):
916916
root.add_file("%s/pythonw.exe" % PCBUILD)
917917

918918
# msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
919-
#dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
920-
#install python30.dll into root dir for now
921-
dlldir = root
919+
dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
922920

923921
pydll = "python%s%s.dll" % (major, minor)
924922
pydllsrc = os.path.join(srcdir, PCBUILD, pydll)

0 commit comments

Comments
 (0)