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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, theller
Date 2008-10-09.19:48:05
SpamBayes Score 0.00058553094
Marked as misclassified No
Message-id <1223581687.71.0.8778505826.issue4091@psf.upfronthosting.co.za>
In-reply-to
Content
The following lines in msi.py seem to be the cause of the change:

   #dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
   #install python30.dll into root dir for now
   dlldir = root

They were added by r61109: Bundle msvcr90.dll as a "private assembly".

I don't know if simply restoring the previous value will work in every 
case: If the C Run-Time is installed "privately", then python26.dll must
stay in c:\python26.

(And I thought that manifests and side-by-side assemblies were supposed 
to solve the "DLL hell")
History
Date User Action Args
2008-10-09 19:48:07amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, theller
2008-10-09 19:48:07amaury.forgeotdarcsetmessageid: <1223581687.71.0.8778505826.issue4091@psf.upfronthosting.co.za>
2008-10-09 19:48:06amaury.forgeotdarclinkissue4091 messages
2008-10-09 19:48:06amaury.forgeotdarccreate