Re: [python-win32] ?????? Allowing service to interact with desktop win2008

2013-08-06 Thread Tim Roberts
On Aug 6, 2013, at 5:03 AM, mailto:xie...@qq.com>> wrote: How do I allowing service to interact with desktop in session1 of win2008. but not session0. If you go into the Services control panel applet and check the properties of your service, you can change it to run as the "Local Syste

[python-win32] ?????? Allowing service to interact with desktop win2008

2013-08-06 Thread ????????
How do I allowing service to interact with desktop in session1 of win2008. but not session0.___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

RE: [python-win32] Allowing service to interact with desktop

2005-04-29 Thread Mark Hammond
> Actually, running python 2.0 and win32all-144.exe I don't see that: win32all-144 is *very* old. You are after the pywin32 builds - 204 is the latest. A service with that version of pywin32 supports: Usage: 'pipeTestService.py [options] install|update|remove|start [...]|stop|restart [...]|debu

Re: [python-win32] Allowing service to interact with desktop

2005-04-29 Thread Rogelio Flores
On 12/8/04, Mark Hammond <[EMAIL PROTECTED]> wrote: > > Is there a way to set my python windows service to run witht the > > option "Allowing service to interact with desktop" turned on at > > installation time? I know how to enable it from the windows Services > > UI, but I'm hoping there is an op

RE: [python-win32] Allowing service to interact with desktop

2004-12-08 Thread Mark Hammond
> Is there a way to set my python windows service to run witht the > option "Allowing service to interact with desktop" turned on at > installation time? I know how to enable it from the windows Services > UI, but I'm hoping there is an option similar to "--startup auto" (to > set the service to st

[python-win32] Allowing service to interact with desktop

2004-12-08 Thread Rogelio Flores
Is there a way to set my python windows service to run witht the option "Allowing service to interact with desktop" turned on at installation time? I know how to enable it from the windows Services UI, but I'm hoping there is an option similar to "--startup auto" (to set the service to start automa