Recently, i posted this text
===============
I am using a kix script to perform installations with reboot and autologon. Before the reboot, the script set :
- information for autologon (username, password, domain or workstation)
- information about the script itself ans the next step to execute
the user used for this has a special login script that verifies in the registry (hkey_local_machine) if a script is pending. If yes, it restarts it. Then the script reads in the registry the step to execute and it continues the installation or the update.
I have prepared a "big" update for the 3000 workstations of a domain and we will generalize the deployment at the end of March. The update contains :
- Acrobat reader 6.0.1
- Internet explorer 6 SP1 and hotfix
- reinstall of SP6A (because of bug in IE6 install)
- hotfix post SP6a
- .Net Framework 1.1
- Citrix Client 7.100
(about 260 Mb of installation programs. all files have already been pushed locally).
during this installation, there are 4 reboots.
the procedure has been tested on several workstations.
we will make a larger test on the workstation of the IT service at 15th of march (now, I am in holidays).
===============
Now, we are doing the test for the IT service and we have a problem with IE6 :
After ie6 installation, reboot and autologon with an local administrator account, the "windows update" wizard that configures Navigation Services, Internet Tools, Security and System Services does not execute.
The login script starts and continues the kix installation of SP6 and next steps. After the last step (delete icon on all users desktop and start menu), there is a logoff.
When a user tries to connect, the wizard starts and says that my user is not administrator.
I have prepared IE installation with IEAK.
How can I force the end of IE installation before SP6 installation when the administrator account is connected ?
_________________________
Christophe