installer for py2exe files?

Chris Rebert clp2 at rebertia.com
Wed Apr 22 05:24:46 EDT 2009


On Wed, Apr 22, 2009 at 2:17 AM, Gabriel Rossetti
<gabriel.rossetti at arimaz.com> wrote:
> Hello everyone,
>
> I am wanting to create an installer for my project. I first use py2exe to
> create win32 executables and then would like to have an easy to use (for the
> end user) installer. I would need the installer to launch a script (a python
> script also turned into an exec) after the install is done, or even better
> yet, incorperate the script's tasks in the installation process (configure
> files, check for open ports, etc.). Does anyone have an idea, recommendation

http://jrsoftware.org/isinfo.php
http://nsis.sourceforge.net/Main_Page

Cheers,
Chris
-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list