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-05.16:44:58
SpamBayes Score 0.044955485
Marked as misclassified No
Message-id <1275756301.53.0.564921810654.issue8908@psf.upfronthosting.co.za>
In-reply-to
Content
The problem investigated in issue8870 detected that bdist_wininst installers fail in Vista and Windows 7 with enabled UAC (user access control) when run from local drives with non-MS file systems and from network drives.

The error message returned in this case is not explanative at all.
"Failed to start elevated process (ShellExecute returned 5)"

Further investigation revealed that if network samba share requires authentication, and authentication passes, then the installer won't fail. Unfortunately, I can not setup network access to unauthenticated Samba shares right now to test behavior, but I attach installer generated with --user-access-control=force in case somebody can help.

The error message needs to be improved to give users immediate hint what Windows UAC doesn't allow to run privileged executables from non-MS file systems and/or network drives.
History
Date User Action Args
2010-06-05 16:45:01techtoniksetrecipients: + techtonik, tarek
2010-06-05 16:45:01techtoniksetmessageid: <1275756301.53.0.564921810654.issue8908@psf.upfronthosting.co.za>
2010-06-05 16:44:59techtoniklinkissue8908 messages
2010-06-05 16:44:58techtonikcreate