How to create an entry in the "Program menu" of Windows?

Michael Torrie torriem at gmail.com
Tue Feb 1 18:44:12 EST 2011


On 02/01/2011 02:43 PM, Diesel wrote:
> I'd like to add menu entry in the Program Menu as part of the
> installation of an application. Is it possible to do that from Python? 
> 
> Any examples or link? I have not been able to find anything with
> google...

Use an installer program like nsis to create an installer package from
your python app.  It can do all those kinds of things, and clean up
after the program is uninstalled.



More information about the Python-list mailing list