[issue4018] "for me" installer problem on x64 Vista

John Ehresman report at bugs.python.org
Fri Oct 3 01:05:54 CEST 2008


John Ehresman <jpe at wingware.com> added the comment:

> I don't think this could even work: apparently, Vista disallows putting
> a path into the name field. So extension modules will have to ship with
> their own copy of the CRT (or link statically).

I agree that this is the case.  The closest thing I found to 
documentation of this is 
http://msdn.microsoft.com/en-us/library/ms235291.aspx under Deploying 
Visual C++ library DLLs as private assemblies.  It specifies that the 
assembly be copied twice, once into the folder with the .exe and again 
into the folder with the .dll.

I think the best option is to always install for everyone as 
administrator on Vista.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4018>
_______________________________________


More information about the Python-bugs-list mailing list