Python 2.4 Uninstall Entry in WinXP Registry

Brad Tilley bradtilley at gmail.com
Wed Dec 1 16:37:57 EST 2004


Martin v. Löwis wrote:
> Brad Tilley wrote:
> 
>> I found the documentation here:
>>
>> http://python.fyxm.net/2.4/msi.html
> 
> 
> The original, of course, is at
> 
> http://python.org/2.4/msi.html
> 
> Regards,
> Martin

Thanks Martin... going to a .msi was a great move... we can do fully 
automated, unattended installs now. I appreaciate your work.

P.S. Here's what my batch install file currently looks like:

msiexec /i python-2.4.msi /qb! ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 
ARPNOREPAIR=1 ADDLOCAL=ALL TARGETDIR="C:\Program Files\Python24"




More information about the Python-list mailing list