Is it possible to programaticly run compiled Python (comiled via py2exe) as administrator in Vista?
Some more clarification: I have written a program that modi
The best solution for pyinstaller is found here: Request UAC elevation from within a Python script?
No amount of manipulation of exe manifest file will work. Handle uac from within python code using if else statement