<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><p><font color="purple" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: purple;">
MSI packaging has been very low on our
list since my impression is that most IronPython users are happier with the zip
file style of installation where you can know exactly where everything came
from and went.&nbsp; If there's interest in an MSI installer we can prioritize
it higher.&nbsp; We expect to split the release into an MSI binary installer and a
source zip package as the two downloads sometime between now and 1.0 release
candidate 1 but our current plans are for sometime very close to rc1.</span></font></p></div></blockquote></div><br>
My 'user story' is perhaps different than the typical internal MS
developer. Let me explain my expectations as an end-user. Please
understand, I'm not complaining. I would hate to provoke a 'heated
discussion' and keep you guys from coding.<br>
<br>
If I were to download a shiny, 1.0 release, I would expect:<br>
<br>
1. To be able to do a start-&gt;run-&gt;ironpythonconsole and start the interpreter<br>
2. Be able to remove all traces of the application with Add/Remove programs<br>
3. Optionally associate .py files with IronPython at install, so I can run them by double-clicking in the shell<br>
<br>
The joy of IronPython lies in not having to learn <a href="http://vb.net">vb.net</a> or C#. Please
don't make learn them before I can be a productive programmer. It would
be great if you could get documentation into the standard dotnet sdk,
but if that's not possible, make it as easy as possible to compare the
two.<br>
<br>
Include simple example code for the most common projects- Common
dialogs, data-bound controls, etc. The WxWidgets project has a great
gallery of examples. <br>
<br>
To win me as a user, your 'competition' is WxPython and py2exe, not
VS2005 and VB.Net. I suspect that the VB guys won't adopt IronPython in
great numbers. I think that a year from now , most IronPython users
will be refugees from other communities, developing on MS platforms for
the first time. The VB crowd worships at the Temple of Visual Studio.
For them, different code on the back end is a marginal improvement.
IronPython is a HUGE win for progammers that actually write code. Using
their fingers. With a keyboard. It allows 'Joe Notepad' to compete on a
level playing field with 'Captain Corporate IDE'. I think that's where
the real uptake will happen.<br>
<br>
Anyway, regarding MSI, I like the WiX toolkit quite a bit. I could whip
up a package definition if your submission policy allows me to
contribute.<br>
<br>
<br>