I am having trouble deploying packages to my environment. From what I can tell with the trouble shooting I have done so far. The run with admin rights is not passing through to the clients. If I use a standard software package .exe or .msi (like adobe, MS Office) the package or application installs fine. However if I use, powershell, vb, .bat, straight command line MsiExec.exe, They all fail to what seems like it’s not passing the admin right through because I get the UAC prompt and install fails. How do I get the admin rights to work with the other forms of installs so I can push them out silent like I do with .exe and .msi applications?
Thanks
Tony