I have been asked to install software.msi over a network to a group of users as they logon. My issue is that they also need admin rights to install this software. I have tried using runas command but it askes the user to input a password. I have also tried using MSIEXEC but still stating user has not enough privalages. Giving users admin rights accross the network or locally is also no an option. Help please!

Andy.

link|improve this question

75% accept rate
1  
Are these systems in a domain? Can't you just use a group policy? – Zoredache Jun 8 '10 at 16:20
You are using a group policy for the user's Organizational Unit to deploy the msi? What is your server OS? What are the OSs of the clients? – Campo Jun 8 '10 at 16:21
feedback

1 Answer

up vote 1 down vote accepted

If you have Group Policy available, use the "Always install with elevated privileges" option: User Configuration\Administrative Templates\Windows Components\Windows Installer.

link|improve this answer
Thanks mate you pushed me in the right direction and i think i have this sorted now, Cheers – Andy Jun 9 '10 at 11:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.