Michael Foord wrote:

Packaging an app as an installer is a separate problem from IronPython. I've used Wix in the past for creating installers for Windows. You can use the Pyc compiler to create an executable from your IronPython application, or write a minimal C# .exe that embeds the IronPython engine and starts the app.

Both ways are pretty easy. All you need to do is include the IronPython assemblies along with your app.

Thanks Michael! This is precisely what I needed.

--

Regards,
mk

--
Premature optimization is the root of all fun.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to