Hi!

I've written a perl-win32-GUI to do some initialization stuff on an umts
modem and then ask for a password (the SIM PIN). Everything works absolutely
fine if executed in user context.

Next I tried to do this initialization and password-GUI-interaction in
system context and start it before windows logon as a local service. This is
because I want to enable my users to do a real windows domain logon over
UMTS (and a VPN-Tunnel behind it..). I installed the program as a service
via the MS Program srvany.exe and a short pl-script i found somewhere else
(File "run_as_service.pl").

Here comes the problem:
The services starts correctly at boot time (my logs with timestamps told me
so), but the GUI does'nt show up on the desktop, so I can't fill in the
password. When logging in to the system, the whole GUI appears, I can fill
in the password and the programs does what it's supposed to be.

But without setting the SIM PIN before logon, which is not possible because
the windows does not appear, my aim is far away from being reached.

Any suggestions, how I can display the perl-win32-gui before a normal user
logs in??

thx,
Gonzo

http://www.nabble.com/file/p12479638/run_as_service.pl run_as_service.pl 
-- 
View this message in context: 
http://www.nabble.com/gui-before-windows-logon-tf4378138.html#a12479638
Sent from the perl-win32-gui-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to