Is there a simple way to achieve this in SCCM 2012 R2 SP1 (without writing own logic batch files etc) ?
In my previous management solution I could just do:
- select the executable (if single) or whole folder (if small)
- copy it locally (ie c:\windows\temp)
- run executable with switches as dynamic administrator
- delete the whole folder that got copied at the end of the process
OR
- run executable with switches from remote share (again as dynamic administrator, as software installs are not allowed to be performed by users)
I find this not as easy with SCCM when installs are NOT msi based.
Also the produced logs are not easy to interpret, all I get is:
EnterRsRuningState failed to run script executable -i 0x87d01108]
Help appreciated
Seb