I have a package to install on a Windows XP pro system which I am trying to automate for non admin privleged users. After the product installs, a reboot is required and an administrator must logon for the install to complete itself.
Can I automate the process of having the machine reboot, logon as a local admin and then logoff while keeping the user "out" while this occurs? After this process completes the user can log back on as themselves and continue to work.
Thanks for thehelp...
This conversation is currently closed to new comments.
The above answer may not always work for you because organisations that are serious about limiting Administrator access on PCs will have disabled the "Run As" service. Its a security hole.
In a nutshell, I think you're approaching this from the wrong end. If your installation requires Admin access for installation, then it requires Admin access and that is all there is to it.
This is the same for many packages and the problem falls back to the IT support department to install on locked down PCs using a tool like Microsoft's SMS or manually if there aren't too many PCs.
Also, WindowsXP has been designed to allow installation of almost ALL software without the need for a reboot. Unless you're doing something very, very tricky, I'd say your software should fall into this category. Try to stick to it....
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Automated reboot and login as admin
I have a package to install on a Windows XP pro system which I am trying to automate for non admin privleged users. After the product installs, a reboot is required and an administrator must logon for the install to complete itself.
Can I automate the process of having the machine reboot, logon as a local admin and then logoff while keeping the user "out" while this occurs? After this process completes the user can log back on as themselves and continue to work.
Thanks for thehelp...