Re: [Tutor] Converting a Py2exe Script to a Windows Installer

2009-06-29 Thread Alfred Milgrom
Quite a while ago I had success in using the Inno Installer. Relatively painless and free. Can't remember all the details but you can start at http://www.jrsoftware.org/isinfo.php All the best, Fred Milgrom On Sun, Jun 28, 2009 at 5:40 AM, Paras K. wrote: > I have been writing many scripts usi

[Tutor] Converting a Py2exe Script to a Windows Installer

2009-06-27 Thread Paras K.
I have been writing many scripts using python and then making them a standalone script using Py2exe. I have the source code for the script. What I am trying to do is, take this script and make it into a windows installer and have a shortcut within the All Programs or on the desktop. Any tutorials