I used to think that would be great back when I used py2exe, but once I built a script to build an MSI, the need went away.  For me having real install/uninstall, shortcut and registry setting capabilities trumps a single exe file.<br>
<br>Bruce<br><br><div class="gmail_quote">On Fri, Aug 28, 2009 at 12:58 PM, Dino Viehland <span dir="ltr">&lt;<a href="mailto:dinov@microsoft.com">dinov@microsoft.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">You might be able to use al.exe to link them together – but otherwise
no.  Is the problem having both Main.dll + Main.exe (which we could presumably
fix)?  Or is it just the large number of assemblies overall?</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue; border-width: medium medium medium 1.5pt; padding: 0in 0in 0in 4pt;">

<div>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a> [mailto:<a href="mailto:users-bounces@lists.ironpython.com" target="_blank">users-bounces@lists.ironpython.com</a>] <b>On
Behalf Of </b>Prabhu Mohan<br>
<b>Sent:</b> Friday, August 28, 2009 6:39 AM<br>
<b>To:</b> <a href="mailto:users@lists.ironpython.com" target="_blank">users@lists.ironpython.com</a><br>
<b>Subject:</b> [IronPython] Generating executables out of IronPython script</span></p>

</div>

</div><div><div></div><div class="h5">

<p> </p>

<p>Hi,<br>
<br>
I have been using IronPython 2.0.2 to develop a Microsoft SharePoint
application. I use IronPython studio (Integrated with Visual Studio 2008). When
I build the project, I get an executable along with IronPython.dll and
IronMath.dll which I need to redistribute with the executable. But when I try
to create an executable using PYC I get an executable along with a dll (say
Main.dll with Main.exe). In this case, I need to redistribute Main.dll,
IronPython.dll, IronMath.dll, IronPython.Modules.dll,
Microsoft.Scripting.Core.dll, Microsoft.Scripting.dll etc., So I need to know
if it is possible to get the same way as IronPython studio provides without
using the studio (using command line or any other tool)<br clear="all">
<br>
-- <br>
Kind Regards,<br>
Prabhu</p>

</div></div></div>

</div>

</div>


<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>
<br></blockquote></div><br>