After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643673 - [PATCH] Set bdist_wininst user-access-control property
[PATCH] Set bdist_wininst user-access-control property
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.27.x
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks: 642922
 
 
Reported: 2011-03-02 14:42 UTC by Dieter Verfaillie
Modified: 2011-03-02 18:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set bdist_wininst' user-acces-control to 'auto' (687 bytes, patch)
2011-03-02 14:42 UTC, Dieter Verfaillie
committed Details | Review

Description Dieter Verfaillie 2011-03-02 14:42:45 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 1 johnp 2011-03-02 16:04:30 UTC
Comment on attachment 182258 [details] [review]
Set bdist_wininst' user-acces-control to 'auto'

looks good to me
Comment 2 Dieter Verfaillie 2011-03-02 18:11:27 UTC
Committed. Thanks!