I don't understand why the MSI installers are gone for ActivePython, but they are, and it broke an unattended install setup on Windows. I need to have 32 and 64-bit versions installed and specifying INSTALLDIR, TARGETDIR, DEFAULTALLUSERSTARGETDIR doesn't work; the path stays at the default of c:\Python27 for both 32 and 64-bit installs.
I also pulled the MSI from c:\windows\installers and tried that approach, but the MSI reports it requires a bootstrapper to be used.
Has anyone had success with this?