GNOME Bugzilla – Bug 643673
[PATCH] Set bdist_wininst user-access-control property
Last modified: 2011-03-02 18:11:27 UTC
Created attachment 182258 [details] [review] Set bdist_wininst' user-acces-control to 'auto' To support windows vista and newer, .exe installers generated with bdist_wininst need to be created with user-access-control=auto. Setting this in setup.py (instead of passing it as a parameter when executing ./setup.py) ensures this is not forgotten. Note: this is the only setup.py/dsextras.py related patch I'd like to see make the pygobject-2.28 release, PyGTK already received the same treatment (http://git.gnome.org/browse/pygtk/commit/?id=0b535a9dbf5aa9c4095401d79f80e99c285a2313).
Comment on attachment 182258 [details] [review] Set bdist_wininst' user-acces-control to 'auto' looks good to me
Committed. Thanks!