Thanks for the reply.<br><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">This question is out of scope for python-dev; use <a href="mailto:python-list@python.org">python-list@python.org</a><br>

instead.</blockquote><div><br>
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.<br>
<br>
I actually thought this might be a bug with the new windows installer,
because this used to work with the 2.5.x installers. Before, using the
exact same msiexec command and options, a Python25 directory would be
created containing the required (if not already present) msvcr70.dll. <br>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
My guess is that you have installed &quot;for all users&quot; in the command line,<br>
so msvcr90.dll went into system32.</blockquote><div><br>
I tried passing in the option ALLUSERS=0, which should be the default, and it
still did not work. Also, the dll is not anywhere on the system, and the Python installed with msiexec will not run without it. <br>
</div></div><br>Anyway, I still can&#39;t figure out any way use msiexec to install 2.6.1 and create the needed msvcr90.dll. Maybe it&#39;s not possible?<br><br>Thanks again, I&#39;ll try this question on python-list.<br>