Deploying Google Workspace Sync for Microsoft® Outlook®


Download the 32bit or 64bit MSI from  https://tools.google.com/dlpage/gssmo/


Save the MSI file in your shared apps folder.


Create a batch file to install the MSI silently.


@ECHO OFF

mkdir c:\tmps

xcopy /Y \\192.168.200.32\apps\enterprise_gsync_32.msi c:\tmps

msiexec /i c:\tmps\enterprise_gsync_32.msi /qn 

cd\

rd c:\tmps /S /Q

exit



Create the 3rd Party Template to run the batch file.