Hello. I'm going to explain my whole case that way you can tell me what would be the best solution.
I have a .exe application that I want to install in about 500 computers. We have windows server 2003 in our servers. We dont have SMS and cannot afford it. I tried making the file an msi but it didnt work.
The file has command prompt options, so I can install it using commands through cmd. The way I was thinking about doing it was by making a script and put it in group policy, that would download the file to a temp folder and then would install it through the command prompt; the problem is that none of those computers have admin rights so they wont be able to install it.
I want to know if there is a way for me to install as admin through the command prompt by putting the info in the script or in another way. Please let me know how you think its best. We cannot really spend money in this, our other option would be to go computer by computer and install it. Thank you.
I have a .exe application that I want to install in about 500 computers. We have windows server 2003 in our servers. We dont have SMS and cannot afford it. I tried making the file an msi but it didnt work.
The file has command prompt options, so I can install it using commands through cmd. The way I was thinking about doing it was by making a script and put it in group policy, that would download the file to a temp folder and then would install it through the command prompt; the problem is that none of those computers have admin rights so they wont be able to install it.
I want to know if there is a way for me to install as admin through the command prompt by putting the info in the script or in another way. Please let me know how you think its best. We cannot really spend money in this, our other option would be to go computer by computer and install it. Thank you.