Hello List,

First off let me say I have really been enjoying Unattended 4.5 and it
has been VERY helpful as I am in an office where much of the equipment
is dissimilar from all the other equipment.

Looking through the mailing list, I see someone having a similar
problem to the one I am having. (Kaari's "problem with base.bat file"
message from 2004-09-30).  During my install of Win2k with SP4
integrated, the process would stop about the install of IE6. The
autologin would be cancelled somehow and would require the execution
of the autolog.pl script to reset this.  (The logon screen would show
Administrator, but waiting for the password.)  The execution of
todo.pl would stop as well, but this is not consistent (usually
occurred when I left the install running after I went home for the
night, probably something timing out).  Rebooting the system would not
fix the logon problem, but would usually restart the script.  I went a
little hog wild with autolog.pl and .reboot to help me better locate
the problem.  My modified base.bat script is included below.  I also
tested this with the original base.bat script and found the problem
came up during the install of IE6 after the first reboot (I believe
this is where Kaari's problem occurred also.)  The problem would occur
after the first reboot (the first reboot after perl finishes
installing and base.bat has started).  If anyone knows how to fix this
I would appreciate it.

Mike


:: Defragment the drive to collect the free space.
todo.pl defrag.bat

:: Update profile, windows and turn off annoying stuff.
todo.pl %%WINVER%%-updates.bat .reboot

todo.pl .reboot
:: todo.pl %%WINVER%%-profile.bat
todo.pl %%WINVER%%-notips.pl

:: Defragment the drive to collect the free space.
todo.pl defrag.bat

todo.pl .reboot
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
:: Set IIS startup type to manual and ignore if not installed.
todo.pl ".ignore-err 255 startup-type.pl Manual IISADMIN" ".ignore-err
255 startup-type.pl Manual W3SVC"

todo.pl .reboot
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
:: Turn off Windows Messenger service
todo.pl "startup-type.pl Disabled Messenger"

todo.pl .reboot
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"

:: Cleanup messes left over from installing.
todo.pl "auconfig.pl 1"

todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl .reboot
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl hidepw.pl

todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl .reboot
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl bootini.pl 

todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl .reboot
todo.pl fixtz.pl
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"
todo.pl .reboot  :: ******problem occurs here or @ IE6 in the original
base.bat file****
todo.pl "autolog.pl --logon=1 --user=Administrator --password=password"


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to