Looking at the WiX source (is that included in the source distribution?), it doesn&#39;t appear that we&#39;re deliberately writing this information into the registry. &nbsp;But the MsiProductInfo function should be able to retrieve it from the sekrit Windows Installer stash.<div>
<br></div><div><a href="http://www.pinvoke.net/default.aspx/msi/MsiGetProductInfo.html">http://www.pinvoke.net/default.aspx/msi/MsiGetProductInfo.html</a></div><div><br></div><div>Alas, I don&#39;t imagine this can be easily accessed from within IronPython itself, but as Michael suggests, there are simpler ways of doing that :).<br>
<br><div class="gmail_quote">On Mon, Dec 22, 2008 at 6:10 PM, Jeff Hardy <span dir="ltr">&lt;<a href="mailto:jdhardy@gmail.com">jdhardy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
Does the IronPython 2.0 installer write the installation directory to<br>
a registry key (besides the WIndows Installer keys)? If not, could<br>
that be added to a future release? Or, is there another way to get the<br>
installation directory?<br>
<br>
-Jeff<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
</blockquote></div><br></div>