Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0f3e7697
Commit
0f3e7697
authored
Oct 17, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #4091: Install pythonxy.dll in system32 again.
parent
336680ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Misc/NEWS
Misc/NEWS
+2
-0
Tools/msi/msi.py
Tools/msi/msi.py
+1
-3
No files found.
Misc/NEWS
View file @
0f3e7697
...
...
@@ -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.
...
...
Tools/msi/msi.py
View file @
0f3e7697
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment