I have a patch submission to todo.pl for the problem described in the
original message. I'm not sure I fully understand why the original code
doesn't work (temporary brain problems) but this patch is fully tested:
286c286,291
< if (!defined $next_cmd || $next_cmd ne '.reboot') {
---
> if (!defined $next_cmd) {
> # This must be the end since no more todo commands
> run_at_logon ();
> reboot (5);
> die "Internal error";
> } elsif ( $next_cmd ne '.reboot') {
-----Original Message-----
From: Scott Card
Sent: Wednesday, October 29, 2003 11:39 AM
To: [EMAIL PROTECTED]
Subject: 3.2 completion bug?
When 3.2 completes the whole install sequence, it is not removing the
registry run key in HKCU to run mapznrun.bat. It is however setting
autologin=0. This manifests itself as the following sequence after
install is complete:
- Following the final reboot, the machine is left at a login prompt (as
it should).
- If you manually login as local administrator, a command prompt is
shown as it is trying to map the Z: drive, but tempcred.bat has already
been removed, so it is prompting for authentication to map the drive.
- If you don't allow it to map the drive, the same sequence is presented
upon the next login (as local administrator).
- If you input proper username and password for the drive mapping to
succeed, then todo.pl --go is run and the only thing it does is remove
the registry key for next time since there is nothing in the todo list.
Any help is appreciated.
Scott
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info