Martin v. Löwis <mar...@v.loewis.de> added the comment: > Mostly out of curiosity, why is that?
Primarily because it's not implemented. To implement it, you would need to collect all Python installations on the system from the registry, then create a UI to let the user select a specific installation, then use that. Collecting all Python versions is fairly difficult to do with standard MSI actions. In addition, a common use case is that MSI installation works unattended (no UI), in which case you would also have to make a choice of default version to install to (e.g. with highest version number). Contributions are welcome. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5311> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com