Re: [Python-Dev] Windows 2.6.1 installer - msiexec not creating msvcr90.dll

2009-03-06 Thread charlie
Thanks for the reply. This question is out of scope for python-dev; use python-l...@python.org > instead. The last time I tried a question about the msi installer on python-list, no one answered, so I thought it might be more appropriate for the dev list. I actually thought this might be a bug

Re: [Python-Dev] Windows 2.6.1 installer - msiexec not creating msvcr90.dll

2009-03-06 Thread Martin v. Löwis
charlie wrote: > I am trying to script a Python installation on Windows, using msiexec > from the windows cmd prompt. I do not want to register extensions. > > I have tried all the combinations I can find on the following page: > http://www.python.org/download/releases/2.5/msi/ > > But, no matter

[Python-Dev] Windows 2.6.1 installer - msiexec not creating msvcr90.dll

2009-03-06 Thread charlie
I am trying to script a Python installation on Windows, using msiexec from the windows cmd prompt. I do not want to register extensions. I have tried all the combinations I can find on the following page: http://www.python.org/download/releases/2.5/msi/ But, no matter how I run msiexec, it seems