[issue2271] msi installs to the incorrect location (C drive)

Ross report at bugs.python.org
Mon Mar 24 21:16:03 CET 2008


Ross <rossmclendon at tamu.edu> added the comment:

using Orca, I modified the .msi file and python now appears to be
working.  I made the following change:

Property -> SecureCustomProperty
Changed value from
REMOVEOLDSNAPSHOT;REMOVEOLDVERSION
to
REMOVEOLDSNAPSHOT;REMOVEOLDVERSION;TARGETDIR;DLLDIR

Running the modified .msi file resulted in Python being installed in
C:\Python25 (the correct location).  Currently, the installation appears
to work properly.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2271>
__________________________________


More information about the Python-bugs-list mailing list