matt,
thank you for advice !

i tested that before without success using:
todo.pl "autolog.pl --logon=1  --user=Administrator --password=not4u2know"
in the same script.

basically all those script are installing hotfixes for xp, ie, mplayer in
unattended mode with norestart switch but i have to restart to apply a
hotfix for mdac2.8 after installing mdac2.8 with todo.pl
"%Z%\scripts\xpsp1other.bat" (xpsp1 ships with mdac2.7).

is there any limitation for autologon in case of a machine not in a domain ?
may i have switched something "on" that prevents the autologon ?

cheers
andy



-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Matt
Hyclak
Gesendet: Donnerstag, 7. Oktober 2004 15:28
An: [EMAIL PROTECTED]
Betreff: Re: [Unattended] problem with autologon

On Thu, Oct 07, 2004 at 09:26:02AM +0100, [EMAIL PROTECTED] enlightened
us:
> i have difficulties understanding the autolog.pl feature.
> 
> in my understanding i have to do something like this to reboot a 
> machine after setup and automatically logon again to continue installation
process:
> 
> e.g.
> 
> :: MASTER: Perform a basic XP installation (with post sp1 patches and 
> other
> updates)
> @Echo off
> :: disable Autologon
> todo.pl "autolog.pl --logon=0"
> 
> ::install post xp sp1 other patches updates todo.pl 
> "%Z%\scripts\xpsp1otherup.bat"
> 
> todo.pl ".reboot"
> 
> ::enable Autologon During next install todo.pl "autolog.pl --logon=1"
> 
> ::install post xp sp1 other patches
> todo.pl "%Z%\scripts\xpsp1other.bat"
> 
> ::install post xp sp1 mplayer patches
> todo.pl "%Z%\scripts\xpsp1mplayerup.bat"
> 
> ::install post xp sp1 ie patches
> todo.pl "%Z%\scripts\xpsp1iesp1up.bat"
> 
> ::install post xp sp1 xp patches
> todo.pl "%Z%\scripts\xppostsp1up.bat"
> 
> 
> 
> here is what happens.
> 
> 1. machine is installing xp (unattended with autologon from 
> unattended.txt) 2. machine executes xppostsp1up.bat 3. machine 
> executes xpsp1iesp1up.bat 4. machine executes xpsp1mplayerup.bat 5. 
> machine executes xpsp1other.bat 6. machine reboots 7. MACHINE DOESN´T 
> LOG ON AUTOMATICALLY, I HAVE TO LOGON MANUALLY 8. machine executes 
> xpsp1otherup.bat 9. machine reboots 10. machine is ready for user 
> logon
> 
> i´d like to get rid of point 7 and i thought using the autolog.pl 
> would do the job of automatically logging on to the system and 
> continue installation but it doesn´t.
> 
> any ideas how i can solve my problem ?
> 

You probably need 

autolog.pl --logon=1 --user=Administrator --password=foobar

so that windows knows who to auto logon as :-)

--
Matt Hyclak
Department of Mathematics
Department of Social Work
Ohio University
(740) 593-1263



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to