Tim Roberts wrote:
> Bill Janssen wrote:
> > I've got an MSI installer for installing my UpLib server. I use the
> > following bit of code in a custom action to grant the user the right to
> > "log on as a service", so that the service can run under their user-id:
> >
> > import win32api, w
On 2:59 PM, Tim Roberts wrote:
Tim Roberts wrote:
However, I admit that NT security is a twisty maze of little passages,
all different, so it's quite possible this is just a wrong turn.
And I wonder how many of you are old enough to get the reference in that
sentence...
But the adventure is
On 15/10/2010 3:40 AM, Eileen Wei wrote:
Hi everyone,
I am new to this group. I am not sure how to do search on the archives
so if my question is duplicate please forgive me J
I have Python 2.7.amd64 and pywin32-214.win-amd64-py2.7 installed on my
Win7 64bit machine.
I am trying to use a COM o
Hi everyone,
I am new to this group. I am not sure how to do search on the archives so if my
question is duplicate please forgive me :)
I have Python 2.7.amd64 and pywin32-214.win-amd64-py2.7 installed on my Win7
64bit machine.
I am trying to use a COM object (the source of the COM is in C++ a
Tim Roberts wrote:
>
> However, I admit that NT security is a twisty maze of little passages,
> all different, so it's quite possible this is just a wrong turn.
And I wonder how many of you are old enough to get the reference in that
sentence...
--
Tim Roberts, t...@probo.com
Providenza & Boeke
Tim Roberts wrote:
> Bill Janssen wrote:
> > I've got an MSI installer for installing my UpLib server. I use the
> > following bit of code in a custom action to grant the user the right to
> > "log on as a service", so that the service can run under their user-id:
> >
> > import win32api, w
I've got an MSI installer for installing my UpLib server. I use the
following bit of code in a custom action to grant the user the right to
"log on as a service", so that the service can run under their user-id:
import win32api, win32security
username = win32api.GetUserNameEx(win32api.Na
Bill Janssen wrote:
> I've got an MSI installer for installing my UpLib server. I use the
> following bit of code in a custom action to grant the user the right to
> "log on as a service", so that the service can run under their user-id:
>
> import win32api, win32security
>
> username = w