On 2010-02-13, at 1:25 AM, Dennis Lee Bieber wrote:

> On Thu, 11 Feb 2010 16:22:49 -0800, Sridhar Ratnakumar
> <sridh...@activestate.com> declaimed the following in
> gmane.comp.python.general:
> 
>> I'm happy to announce that ActivePython 2.5.5.7 is now available for
>> download from:
>> 
>>    http://www.activestate.com/activepython/
>> 
>       This seems to be the first Windows installer I recall that can't
> "update" over an earlier 2.5.x version... It want's me to wipe out
> (uninstall) my existing base before it will allow for installation (bad
> enough it need admin privileges -- I'm going to be dead at work the next
> time they "refresh" my desktop machine as they no longer allow users to
> have local admin rights)

This is probably due to 
http://firefly.activestate.com/shanec/activepython/ticket/11 where the MSI 
product code for 64-bit installer was changed to be different from the 32-bit 
one. Specifically the product codes used are:

<=2.5.4.4: "a2e24bd9-085b-410f-aad0-5eb5fa5d73d2" 

>=2.5.4.6 32-bit: "a2e24bd9-085b-410f-aad0-5eb5fa5d73d2", 
>=2.5.4.5 64-bit: "64e24bd9-085b-410f-aad0-5eb5fa5d73d2", 

Consequently 64-bit installers for 2.X will have different MSI product code 
from 2.5.4.6 onwards. 

Was your "update" issue happening only with the 64-bit installer of 2.5.5.7?

-srid
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to