Writing post-installation-script to create shortcut on Windows desktop

under Windows, Python, Install, English

I'm building an GUI program that will be used on Windows platform. I already accepted the fact that I will need three installers (Python, GTK stuff, and one for my package). Now, I want my installer to place shiny little shortcut on my desktop. Here is the command to generate Window installer: python setup.py egg_info -RDb "" bdist_wininst --install-script postinstall.py egg_info -RDb will clear and developemnt tags from release name, so the output ...