Hello.
I want to adapt the following technique into python:
http://blogs.msdn.com/b/aaron_margosis/archive/2009/06/06/faq-how-do-i-start
-a-program-as-the-desktop-user-from-an-elevated-app.aspx
So I started with the following code:
import win32security
import win32process
process = wi
Hello,
I'm having some trouble with Windows 7 and probably Windows Vista as well.
My application runs elevated and has to create files and folders within the
"Program Files"-Folder. (I can't store the files at another place.) I'm
using the os module (Python 2.7), rsync, 7zip and gzip to create
This may help:
WIN64 = 'PROGRAMFILES(X86)' in os.environ
Best regards
_
Von: python-win32-bounces+gremlin=armarize@python.org
[mailto:python-win32-bounces+gremlin=armarize@python.org] Im Auftrag von
Vernon Cole
Gesendet: Samstag, 18. Februar 2012 17:53
An: py