CINXE.COM
Download Google Workspace Sync for Microsoft® Outlook® - Google
<!DOCTYPE HTML><html lang=""><head><link href="https://tools.google.com/dlpage/gssmo/" rel="canonical"> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ"> function utmx_section(){}function utmx(){} </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Download and install the GWSMO tool by Google to use Microsoft® Outlook® effectively with Google Workspace."> <meta name="google-site-verification" content="WEzXwoSHVFqbXry7lNQdSwCKMe1ut6_YleehRNkq4pM"> <link rel="icon" type="image/ico" href="//www.google.com/favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Product+Sans" rel="stylesheet"> <link href="/dlpage/res/gssmo/css/dlpage.css" rel="stylesheet" type="text/css"> <link href="//www.google.com/css/maia.css" rel="stylesheet"> <link href="/dlpage/res/gssmo/css/download.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="//www.gstatic.com/external_hosted/modernizr/modernizr.js" nonce="KpSp3Sdex1C_IpAXvID0EQ"></script> <script type="text/javascript" src="/tools/dlpage/res/c/dlpage.js" nonce="KpSp3Sdex1C_IpAXvID0EQ"></script> <title>Download Google Workspace Sync for Microsoft® Outlook® - Google</title> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ"> function setHl(newHl) { var query = location.search; if (query.length == 0) { location.search = "?hl=" + newHl; return; } if (-1 == query.indexOf("hl=")) { location.search = query + "&hl=" + newHl; return; } location.search = query.replace(/hl=[^&]*/, "hl=" + newHl); } </script> <script type="text/javascript" src="/tools/dlpage/res/c/gu-util.js" nonce="KpSp3Sdex1C_IpAXvID0EQ"> </script> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ"> // Set up the global update.installscript namespace. if (!window.update) { update = {}; } if (!window.update.installscript) { update.installscript = {}; } function runTagParamsHook(tag, opt_guid) {return tag;} function runThankYouQueryHook(query) {return query;} function runGetAppsPageHook(apps) {return apps;} var referer = null; update.installscript.updater_expts = ''; update.installscript.app_expts = ''; function resetButtons(name) { var buttons = document.getElementsByName(name); for (i = 0; i < buttons.length; ++i) { buttons[i].disabled = false; } } function showThrobber(isVisible) { var divThrobber = document.getElementById('throbber'); var imgThrobber = document.getElementById('throbber-img'); if (!divThrobber || !imgThrobber) { return; } if (!isVisible) { divThrobber.style.display = 'none'; } imgThrobber.src = isVisible ? "/tools/dlpage/res/c/image/loading-16.gif" : ""; if (isVisible) { divThrobber.style.display = 'inline'; } } function getThankyouUrl(extraQuery) { var thankYouPath = "gssmo/thankyou.html"; if (areStatsEnabled()) { extraQuery += '&statcb='; } var query = "" + extraQuery; if (query.length > 0 && query.charAt(0) != '?') { query = '?' + query; } query = runThankYouQueryHook(query); return thankYouPath + query; } function queueThankyou(timeout, queryString, opt_navDocument) { var page = getThankyouUrl(queryString); var doc = opt_navDocument || this.document; function navigateToThankyou() { showThrobber(false); resetButtons("submitbutton"); doc.location.href = page; } if (!timeout) { navigateToThankyou(); return; } setTimeout(navigateToThankyou, timeout); } function getApps() { var apps = new Array(); apps.push(_GU_createAppInfo( "{BEBCAD10-F1BC-4F92-B4A7-9E2545C809ED}", "Google Workspace Sync\u2122 for Microsoft Outlook\xae", "true", runTagParamsHook( "", "{BEBCAD10-F1BC-4F92-B4A7-9E2545C809ED}"), update.installscript.app_expts)); apps.push(_GU_createAppInfo( "{7DF3B6EE-9890-4307-BDE5-E1F3FCB09771}", "Google Workspace Migration\u2122 for Microsoft Outlook\xae", "true", runTagParamsHook( "", "{7DF3B6EE-9890-4307-BDE5-E1F3FCB09771}"), update.installscript.app_expts)); return runGetAppsPageHook(apps); } function areStatsEnabled() { var statcb = document.getElementById("statcb"); return (statcb && statcb.checked); } function isDownloadTaggingEnabled() { return true; } function getDownloadPath() { return "/google-apps-sync/googleappssyncsetup.exe"; } function buildDownloadUrl(statEnable, opt_buildDownloadPath, opt_filePath) { var defaultDownloadPath = isDownloadTaggingEnabled() ? _GU_buildDlPath : _GU_buildDlPathNoTag; var buildDownloadPath = opt_buildDownloadPath || defaultDownloadPath; var filePath = opt_filePath || getDownloadPath(); var dlServer = "https://dl.google.com"; return buildDownloadPath(getApps(), "en-GB", statEnable, dlServer, filePath, update.installscript.updater_expts); } function downloadAndThankYou(delayTime, statEnable, opt_navDocument, opt_buildDownloadPath, opt_filePath) { if (navigator.appVersion.indexOf('Chrome/') != -1 || navigator.appVersion.indexOf('Safari/') != -1) { queueThankyou(0, '', opt_navDocument); return; } var method = getInstallSource(); sendDlPagePing("install", method); queueThankyou(delayTime, '', opt_navDocument); var downloadUri = buildDownloadUrl(statEnable, opt_buildDownloadPath, opt_filePath); if (method === 'clickonce' || navigator.userAgent.indexOf('Firefox/') != -1) { var windowFeatures = 'toolbar=0,location=no,directories=0,status=0,scrollbars=no,resizable=0,width=1,height=1,top=0,left=0'; window.open(downloadUri, '_blank', windowFeatures); window.focus(); } else { location.href = downloadUri; } showThrobber(true); } function installViaDownload(opt_navDocument) { downloadAndThankYou(4000, areStatsEnabled(), opt_navDocument); } function isClickOnceEnabled() { return false; } function isOneClickEnabled() { return true; } function installViaClickOnce(opt_navDocument) { downloadAndThankYou(10000, areStatsEnabled(), opt_navDocument, _GU_buildClickOncePath, ""); } function installViaOneClick(opt_navDocument) { showThrobber(true); window.google.update.oneclick.install( getApps(), "en-GB", areStatsEnabled(), function() {queueThankyou(4000, '\x26oneclickinstalled=', opt_navDocument);}, function(hr) {installViaDownload(opt_navDocument);}, update.installscript.updater_expts); } function getInstallSource() { if (isOneClickEnabled() && _GU_isOneClickAvailable()) { return 'oneclick'; } else if (isClickOnceEnabled() && _GU_isClickOnceAvailable()) { return 'clickonce'; } else { return 'download'; } } function installApp(opt_navDocument) { var method = getInstallSource(); if (method === 'oneclick') { installViaOneClick(opt_navDocument); } else if (method === 'clickonce') { installViaClickOnce(opt_navDocument); } else { installViaDownload(opt_navDocument); } } function sendDlPagePing(stage, installSource) { var img = new Image(); var extra = GU_buildGlobalExtra( "en-GB", areStatsEnabled(), update.installscript.updater_expts); var tag = GU_BuildTag(getApps(), extra); img.src = '//tools.google.com/service/update2/dlpageping?' + tag + '&stage=' + stage + '&installsource=' + installSource; } function downloadInstaller(opt_pageName) { var hasStatcb = false; location.href = buildDownloadUrl(hasStatcb); var pageName = opt_pageName || "install"; var installMethod = getInstallSource(); sendDlPagePing(pageName, installMethod); } var pageTracker; function doSubmit() { var installMethod = getInstallSource(); if (typeof _gaq != 'undefined') { _gaq.push(['_trackPageview'], '/ty/retry_' + installMethod); } else if (pageTracker) { pageTracker._trackPageview("/ty/retry_" + installMethod); } downloadInstaller("retry"); } _GU_OnloadHandlerAdd( function() { if (isOneClickEnabled()) { _GU_SetupOneClick(); } }, 0); // front of list _GU_OnloadHandlerAdd( function(pagename) { sendDlPagePing(pagename, getInstallSource()); }); // added to end of body.onload handler list </script> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ"> function goCancelled() { this.document.location.href = "gssmo/index.html"; } document.addEventListener('DOMContentLoaded', function () { dlAddEventListener('langmenu', 'change', function() { setHl(this.options[this.selectedIndex].value); }); dlAddEventListener('cancel', 'click', function() { goCancelled(); }); dlAddEventListenerBiffHref('submit1', 'click', function() { installApp(); }); dlAddEventListenerBiffHref('button', 'click', function() { this.disabled=true; try { if (typeof _gaq !== 'undefined' && _gaq) { _gaq.push(['_trackPageview', '/gssmo/eula-lightbox']); } } catch {} installApp(); }); _GU_OnloadBody('index'); }); </script> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ"> // Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-18073-9', 'auto'); ga('send', 'pageview', { page: '/index.html', title: 'Download Google Workspace Sync for Microsoft® Outlook® - Google' }); // End Google Analytics </script></head> <body class="download"><div id="c-doc"><div class="header" role="banner"><script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ">utmx_section("TopNav")</script> <div class="header-item lockup"><span class="lockup-logo"></span> <span class="lockup-text"><span class="lockup-brand">Workspace Sync for Microsoft® Outlook®</span></span></div> <div class="nav-site"><img alt="Product logo" src="/dlpage/res/gssmo/images/product_logo.png"> <ul><li class="last-default"><a class="help" href=""></a></li></ul></div></div> <div class="main" id="maia-main"><noscript><div class="pagewarning">You need a JavaScript-capable browser to download this software. <a href="http://www.google.com/support/bin/answer.py?answer=23852&hl=en-GB">Click here for instructions</a> on how to enable JavaScript in your browser.</div></noscript> <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ">utmx_section("MainImage")</script> <div class="maia-cols"><div><h1 class="product-header">Google Workspace Sync for Microsoft<sup>®</sup> Outlook<sup>®</sup></h1> <p class="product-copy"> <b>BEFORE YOU BEGIN</b><br> Read the system requirements and the install steps before using GWSMO to sync your data with Google Workspace. <a href="https://support.google.com/a/answer/148484">Learn More.</a> <br><br> For details on the latest features, enhancements, and fixes for GWSMO, go to <a href="https://support.google.com/a/answer/153463">GWSMO release notes</a>. <br><br> <b>DOWNLOAD .EXE FILE (RECOMMENDED FOR USERS)</b> <br> This .exe file is for installation on Windows<sup>®</sup> machines only but you can download it using any operating system. <script type="text/javascript" nonce="KpSp3Sdex1C_IpAXvID0EQ">utmx_section("Button Text")</script> <a id="button" class="mobile-is-hidden" href="#">Download GWSMO</a> <br><br> <b>DOWNLOAD .MSI FILE (RECOMMENDED FOR ADMINS)</b> <br> This .msi file is for installation on Windows machines only but you can download it using any operating system. <a href="https://dl.google.com/google-apps-sync/enterprise_gsync.msi">Download 32-bit edition</a> | <a href="https://dl.google.com/dl/google-apps-sync/x64/enterprise_gsync.msi">Download 64-bit edition</a></p> <div class="dropdown-wrapper"></div> <p class="below-download"></p></div></div></div> <div class="main-bg"></div> <div class="product-signature-hldr"><div class="maia-aux"><div id="maia-signature"></div></div></div> <div class="product-footer" id="maia-footer"><div id="maia-footer-global"><div class="maia-aux"> <ul><li><a href="https://www.google.com/apps/intl/en-GB/terms/standard_terms.html">Terms of Service</a></li> <li><a href="https://www.google.com/intl/en-GB/privacy.html">Privacy Policy</a></li> <li><a href="https://www.google.com/apps/intl/en-GB/terms/use_policy.html">Program Policies</a></li> <li><a href="https://www.google.com/support/a/?hl=en-GB">Help Center</a></li> <li><a href="https://cloud.googleblog.com/">Google Cloud Blog</a></li></ul></div></div></div></div> </body></html>