[issue2642] MSVCRT packing in Windows Installer (3.0a4)

2008-10-17 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: I'm closing this issue as out-of-date. Static linking is out of the question, as that will duplicate CRT global various in confusing and risky ways. Installing the CRTs into the Python directory is what Python 2.6 does, and it does not work

[issue2642] MSVCRT packing in Windows Installer (3.0a4)

2008-08-15 Thread Paul Molodowitch
Paul Molodowitch <[EMAIL PROTECTED]> added the comment: To do a private, SxS install, see: http://msdn.microsoft.com/en-us/library/ms997620.aspx I once made a private SxS installation of a MSVC-reliant app (that you could install with non-admin privileges), and if recall correctly, it required

[issue2642] MSVCRT packing in Windows Installer (3.0a4)

2008-04-15 Thread Wesley Spikes
New submission from Wesley Spikes <[EMAIL PROTECTED]>: I've searched and did not find any open ticket to make suggestions on, so I'm posting it here. You currently have posted "The MSI installers for Python 3.0a4 are compiled with the new Visual Studio 2008 Professional version. Therefore Pyt