I need a solution
We are using SMA to deploy applications to users. I am wondering if there is a way to show the full path of where the MSIs are being deployed from in the "task command line". Right now it's just defaulted to msiexec /i "install.msi". Without manually doing it, we are looking for a way to display the full path like:
msiexec /i "C:\Program Files (x86)\Altiris\Altiris Agent\Agents\SoftwareManagement\Software Delivery\{00CFFB5B-6F59-421B-B00C-8C150DE06413}\cache\\Install.msi"
We have another software that needs to locate the exact path of the .msi when it launches and with Altiris only displaying the simple .msi location it is giving us trouble.
Any thoughts or help is welcome.
Thanks