Hi to everyone.
I've created a multi PC "unattended" upgrade procedure that runs under a 'private' account (named Installer) within a Windows service with admin privilege.
A user starts upgrade from any PC using a control monitor application that sends a command message to all the "Installer" services.
Well, the problem is that some prerequisites perform a reboot (as expected) and, after reboot the procedure does not terminate until the user login the "Installer" user (the user does'nt know the password).
We need to continue the installation even without login and to run on the "Installer" account.
How is it possible to achieve this behaviour?
Thanks
Ricardo