I am trying to script a Python installation on Windows,
using msiexec from the windows cmd prompt. I do not want to register
extensions.<br>
<br>I have tried all the combinations I can find on the following page:<br><a href="http://www.python.org/download/releases/2.5/msi/" target="_blank">http://www.python.org/download/releases/2.5/msi/</a><br><br>But,
no matter how I run msiexec, it seems that the msvcr90.dll in not
created in the Python26 directory. <br><br>If I double click the msi installer
and run through it manually, the msvcr90.dll is created.<br>
<br>Is there a way to run msiexec that results in msvc90.dll (and the manifest file) getting created?<br><br>Thanks in advance,<br>-cjl