Here is the scenario:
I need to modify the c:\windows\system32\drivers\etc\services file and copy a new ini file into c:\windows. One of our developers has created an MSI file to do both of these things. I have created a User/Software/Installation GPO for this.
I am now trying to deploy using Group Policy. I have found that it works perfectly if the user is an ADMIN on their box (not many of these). I believe it has to be a User GPO because I have to install 2 different versions. One is for a group called Key Users and the other is for everyone else. I am using Delegation to prevent installation to one or the other. So, I actually have 2 policies for this.
My question, how can I deploy this using the local admin account?
I need to modify the c:\windows\system32\drivers\etc\services file and copy a new ini file into c:\windows. One of our developers has created an MSI file to do both of these things. I have created a User/Software/Installation GPO for this.
I am now trying to deploy using Group Policy. I have found that it works perfectly if the user is an ADMIN on their box (not many of these). I believe it has to be a User GPO because I have to install 2 different versions. One is for a group called Key Users and the other is for everyone else. I am using Delegation to prevent installation to one or the other. So, I actually have 2 policies for this.
My question, how can I deploy this using the local admin account?