Get-Url http://dl.google.com/chrome/install/375.126/chrome_installer.exe c:\temp\chrome_installer.exe;
c:\temp\chrome_installer.exe /silent /install;
I have the following. But I would also lke to install other applications after chrome. Is this a correct approach or will I have issue as powershell has no idea when one install finished and when to start another?
Should I go the MSI route instead?