Re: [Py2exe-users] installer for py2exe files?

2009-04-22 Thread Yann Leboulanger
Gabriel Rossetti 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 or has had a similar situation before?
 
 Thanks!
 Gabriel

Have a look at NSIS, it's an opensource project

-- 
Yann
--
http://mail.python.org/mailman/listinfo/python-list


Re: [Py2exe-users] installer for py2exe files?

2009-04-22 Thread Gabriel Rossetti

Gabriel Rossetti 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 or has had a similar situation before?


Thanks!
Gabriel
  
Thank you for your answers, I think that I'm going to use NSI since it 
has a great eclipse plugin that helps out a lot and can create forms and 
all.


Gabriel
--
http://mail.python.org/mailman/listinfo/python-list