pretty windows installer for py scripts
Paul Rubin
http
Thu Sep 8 06:52:03 EDT 2005
More information about the Python-list mailing list
Thu Sep 8 06:52:03 EDT 2005
- Previous message (by thread): pretty windows installer for py scripts
- Next message (by thread): pretty windows installer for py scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christophe <chris.cavalaria at free.fr> writes: > > Any recommendations on a windows packager/installer that's free? I need > > it to allow non-tech users to install some python scripts... you know, > > "Click Next"... "Click Next"... "Click Finish"... "You're Done!" and > > everything just magically works ;) > > Isn't that already available in the distutils module ? No not really. There's a thing like that for installing library modules but AFAIK it doesn't make an easy way to install desktop applications with start menu icons and all that kind of stuff. Inno Setup does do those things.
- Previous message (by thread): pretty windows installer for py scripts
- Next message (by thread): pretty windows installer for py scripts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list