This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients tarek, techtonik
Date 2010-06-01.19:22:07
SpamBayes Score 0.024440574
Marked as misclassified No
Message-id <1275420139.65.0.104008426141.issue8871@psf.upfronthosting.co.za>
In-reply-to
Content
Seems like `--user-access-control=auto` option [1] introduced in Python 2.6 for to bdist_wininst has no effect on Vista. 

Test.
1. Get a Vista.
2. `hg clone http://bitbucket.org/techtonik/python-wget/`
3. Add
{{{
    scripts=['wget.py'],
}}}
to setup.py
4. `python setup.py bdist_wininst --user-access-control=auto`
5. Execute wget-0.6.win32.exe
6. Watch the error
{{{
Access is denied.
CreateFile (C:\Python27\Scripts\wget.py)
}}}
7. Python is always installed for "All users" on Vista

[1] http://docs.python.org/distutils/builtdist.html#vista-user-access-control-uac
History
Date User Action Args
2010-06-01 19:22:19techtoniksetrecipients: + techtonik, tarek
2010-06-01 19:22:19techtoniksetmessageid: <1275420139.65.0.104008426141.issue8871@psf.upfronthosting.co.za>
2010-06-01 19:22:08techtoniklinkissue8871 messages
2010-06-01 19:22:07techtonikcreate