le dahut wrote:
Hello,
I've passed some time reading the MS coding guide for Vista http://msdn.microsoft.com/en-us/library/bb756973.aspx

It explains that an app requiring administrator rights (modify HKLM, write in C:\Windows\, etc.) will always return "Access denied" or ask the user for UAC if it's launched with the appropriate manifest or with "runas". You can personalize the UAC prompt by a short description of your program and an icon.

In short, if your user app does something like that, rewrite it using a service.

Thanks for getting back with the info.

TJG

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to