To deploy Google Backup and Sync you will need to download the MSI file for off line installation


Download the offline installer for Google Backup and Sync from https://dl.google.com/drive/gsync_enterprise.msi


Save the msi file in the shared apps folder



Create a batch file to run the MSI


@ECHO OFF

c:

cd \

msiexec /qn /i \\192.168.200.66\apps\Google_Backup_Sync\gsync_enterprise.msi REBOOT=ReallySuppress

exit




Create a Third Party Deployment template