Hello All,
I have been struggling with this for the last few days. I have been trying to deploy Applications from a DFS share but cannot get it to work. It appears that the MSI cannot be found
when MSIEXEC is invoked (error 1619). I have checked the paths and permissions and there does not appear to be an issue there (both the Site Server and installation user account have permissions). Under the Deployment Type I have the following:
Content Tab - Empty
Programs Tab
Installation Program: msiexec /i "\\dfsroot\Software\Install\7zip\7z920x64.msi"
Installation start in: \\dfsroot\Software\Install\7zip
User Experience Tab
Installation behavior: Install for system
Logon requirement: Whether or not a user is logged on
Installation program "font-family:'Open Sans', sans-serif;font-size:14.2857141494751px;">I checked the event log on the client and MSIEXEC is getting invoked
under the SYSTEM account. That obviously won't work.
What am I missing?