Try to deploy Chrome to several workstation. If I use the syntax a, it could deploy properly but not for b. It script keep running but no error code is return. However, the .msi could be installed properly on the target computer. Any idea ?
Thanks
a. PSEXEC \\%%A -accepteula C:\Temp\ChromeSetup.exe /install
b. PSEXEC \\%%A msiexec.exe /i C:\Temp\GoogleChromeStandaloneEnterprise.msi /install
https://www.experts-exchange.com/questions/27118318/Install-MSI-on-remote-computer-using-PSEXEC.html