This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rossmclendon
Recipients loewis, rossmclendon
Date 2008-03-24.20:15:59
SpamBayes Score 0.4310733
Marked as misclassified No
Message-id <1206389763.23.0.121081784109.issue2271@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-24 20:16:03rossmclendonsetspambayes_score: 0.431073 -> 0.4310733
recipients: + rossmclendon, loewis
2008-03-24 20:16:03rossmclendonsetspambayes_score: 0.431073 -> 0.431073
messageid: <1206389763.23.0.121081784109.issue2271@psf.upfronthosting.co.za>
2008-03-24 20:16:00rossmclendonlinkissue2271 messages
2008-03-24 20:15:59rossmclendoncreate