Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
9,187
Downloads of v 3.10.9:
325
Last Update:
02 Nov 2016
Package Maintainer(s):
Software Author(s):
- WebGear Ltd
- New Zealand + Create Software + Stru.be + saller.NET + Big-R
Tags:
GO Contact Sync Mod Outlook Gmail Google email e-mail synchronization admin
GO Contact Sync Mod
This is not the latest version of GO Contact Sync Mod available.
Downloads:
9,187
Downloads of v 3.10.9:
325
Maintainer(s):
Software Author(s):
- WebGear Ltd
- New Zealand + Create Software + Stru.be + saller.NET + Big-R
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
GO Contact Sync Mod 3.10.9
This is not the latest version of GO Contact Sync Mod available.
All Checks are Passing
2 Passing Test
To install GO Contact Sync Mod, run the following command from the command line or from PowerShell:
To upgrade GO Contact Sync Mod, run the following command from the command line or from PowerShell:
To uninstall GO Contact Sync Mod, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download go-contact-sync-mod --internalize --version=3.10.9 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade go-contact-sync-mod -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade go-contact-sync-mod -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure go-contact-sync-mod installed
win_chocolatey:
name: go-contact-sync-mod
state: present
version: 3.10.9
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'go-contact-sync-mod' do
action :install
version '3.10.9'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: go-contact-sync-mod,
Version: 3.10.9,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller go-contact-sync-mod
{
Name = 'go-contact-sync-mod'
Ensure = 'Present'
Version = '3.10.9'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'go-contact-sync-mod':
provider => 'chocolatey',
ensure => '3.10.9',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install go-contact-sync-mod version="3.10.9" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Nov 2016.
+++ NEWS +++
The newest versions of Google APIs client Library for .NET dropped support for .NET 4.0.
Minimum requirement for GO Contact Sync Mod (starting with v3.10.0) is .NET 4.5 which is not working on Windows XP.
GO Contact Sync Mod is an open source tool to synchronize your Microsoft Outlook contacts with Google Mail. With this tool you do not need to enter your contact details more than once, always have the latest version everywhere: in Outlook and in Google. Contact categories are supported, as well as contact photos to make your contacts look exactly the same. You can set up sync options to start up and synchronize automatically, so it is the perfect backup tool.
This project adds various enhancements and bug fixes to the currently (presumably) dead project Go Contact Sync.
Features and Benefits
* Synchronize your contacts between Microsoft Outlook and Google Mail.
* Contact Categories and Contact Photos
* Automatic Synchronization
* Backup your Outlook Contacts to the Cloud
* Software free-of-charge
* Synchronize your Exchange contacts as well as your contacts in a PST file
* Synchronize your contacts with Windows Phone 7 (WP7), iPhone and Android over the air through Google
$packageName= 'go-contact-sync-mod'
$installerType = 'msi'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://iweb.dl.sourceforge.net/project/googlesyncmod/Releases/3.10.9/SetupGCSM-3.10.9.msi'
$silentArgs = '/quiet /qn /norestart'
$validExitCodes= @(0, 3010, 1641)
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = $installerType
url = $url
silentArgs = $silentArgs
softwareName = 'Go Contact Sync Mod*'
checksum = '2F2544A37548371E4B397224C9CFA8429E5D3DA909CFEB6AA24BD376CFCE9278'
checksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs
$ErrorActionPreference = 'Stop';
$packageName = 'go-contact-sync-mod'
$softwareName = 'GO Contact Sync Mod*'
$installerType = 'MSI'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
$uninstalled = $false
try {
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$softwareName*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($_.PSChildName) $silentArgs" `
-ValidExitCodes $validExitCodes }
} catch {
throw $_.Exception
}
Log in or click on link to see number of positives.
- go-contact-sync-mod.3.10.9.nupkg (81431a23426c) - ## / 55
- SetupGCSM-3.10.9.msi (2f2544a37548) - ## / 55
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
GO Contact Sync Mod 3.11.15 | 34 | Thursday, January 21, 2021 | Approved |
GO Contact Sync Mod 3.11.14 | 23 | Thursday, January 21, 2021 | Approved |
GO Contact Sync Mod 3.11.13 | 38 | Sunday, January 17, 2021 | Approved |
GO Contact Sync Mod 3.11.12 | 66 | Monday, December 28, 2020 | Approved |
GO Contact Sync Mod 3.11.11 | 10 | Sunday, December 27, 2020 | Approved |
GO Contact Sync Mod 3.11.10 | 21 | Sunday, December 27, 2020 | Approved |
GO Contact Sync Mod 3.11.9 | 60 | Wednesday, December 2, 2020 | Approved |
GO Contact Sync Mod 3.11.8 | 12 | Tuesday, December 1, 2020 | Approved |
GO Contact Sync Mod 3.11.7 | 11 | Monday, November 30, 2020 | Approved |
GO Contact Sync Mod 3.11.5 | 11 | Saturday, November 28, 2020 | Approved |
GO Contact Sync Mod 3.11.4 | 10 | Thursday, November 19, 2020 | Approved |
GO Contact Sync Mod 3.11.2 | 102 | Tuesday, October 27, 2020 | Approved |
GO Contact Sync Mod 3.11.1 | 58 | Monday, October 19, 2020 | Approved |
GO Contact Sync Mod 3.11.0 | 24 | Sunday, October 18, 2020 | Approved |
GO Contact Sync Mod 3.10.107 | 70 | Thursday, October 8, 2020 | Approved |
GO Contact Sync Mod 3.10.106 | 42 | Tuesday, October 6, 2020 | Approved |
GO Contact Sync Mod 3.10.105 | 59 | Tuesday, September 29, 2020 | Approved |
GO Contact Sync Mod 3.10.103 | 33 | Tuesday, September 29, 2020 | Approved |
GO Contact Sync Mod 3.10.102 | 56 | Wednesday, September 23, 2020 | Approved |
GO Contact Sync Mod 3.10.101 | 33 | Wednesday, September 23, 2020 | Approved |
GO Contact Sync Mod 3.10.100 | 32 | Monday, September 21, 2020 | Approved |
GO Contact Sync Mod 3.10.99 | 40 | Monday, September 21, 2020 | Approved |
GO Contact Sync Mod 3.10.98 | 113 | Tuesday, July 21, 2020 | Approved |
GO Contact Sync Mod 3.10.97 | 72 | Friday, July 10, 2020 | Approved |
GO Contact Sync Mod 3.10.96 | 31 | Thursday, July 9, 2020 | Approved |
GO Contact Sync Mod 3.10.95 | 41 | Wednesday, July 8, 2020 | Approved |
GO Contact Sync Mod 3.10.93 | 31 | Wednesday, July 8, 2020 | Approved |
GO Contact Sync Mod 3.10.92 | 67 | Monday, June 29, 2020 | Approved |
GO Contact Sync Mod 3.10.91 | 44 | Friday, June 26, 2020 | Approved |
GO Contact Sync Mod 3.10.89 | 38 | Thursday, June 25, 2020 | Approved |
GO Contact Sync Mod 3.10.88 | 19 | Thursday, June 25, 2020 | Approved |
GO Contact Sync Mod 3.10.87 | 41 | Wednesday, June 24, 2020 | Approved |
GO Contact Sync Mod 3.10.86 | 64 | Wednesday, June 17, 2020 | Approved |
GO Contact Sync Mod 3.10.85 | 49 | Wednesday, June 17, 2020 | Approved |
GO Contact Sync Mod 3.10.83 | 65 | Thursday, June 11, 2020 | Approved |
GO Contact Sync Mod 3.10.82 | 162 | Friday, April 3, 2020 | Approved |
GO Contact Sync Mod 3.10.81 | 119 | Friday, March 27, 2020 | Approved |
GO Contact Sync Mod 3.10.79 | 101 | Thursday, March 19, 2020 | Approved |
GO Contact Sync Mod 3.10.76 | 202 | Friday, February 7, 2020 | Approved |
GO Contact Sync Mod 3.10.75 | 54 | Tuesday, February 4, 2020 | Approved |
GO Contact Sync Mod 3.10.74 | 76 | Tuesday, February 4, 2020 | Approved |
GO Contact Sync Mod 3.10.73 | 72 | Sunday, February 2, 2020 | Approved |
GO Contact Sync Mod 3.10.72 | 41 | Saturday, February 1, 2020 | Approved |
GO Contact Sync Mod 3.10.71 | 64 | Friday, January 31, 2020 | Approved |
GO Contact Sync Mod 3.10.64 | 71 | Sunday, January 26, 2020 | Approved |
GO Contact Sync Mod 3.10.62 | 58 | Sunday, January 26, 2020 | Approved |
GO Contact Sync Mod 3.10.61 | 96 | Wednesday, December 11, 2019 | Approved |
GO Contact Sync Mod 3.10.60 | 85 | Wednesday, December 4, 2019 | Approved |
GO Contact Sync Mod 3.10.59 | 60 | Monday, December 2, 2019 | Approved |
GO Contact Sync Mod 3.10.56 | 127 | Monday, November 18, 2019 | Approved |
GO Contact Sync Mod 3.10.55 | 72 | Wednesday, November 13, 2019 | Approved |
GO Contact Sync Mod 3.10.54 | 138 | Sunday, October 20, 2019 | Approved |
GO Contact Sync Mod 3.10.53 | 160 | Tuesday, September 10, 2019 | Approved |
GO Contact Sync Mod 3.10.52 | 179 | Sunday, August 11, 2019 | Approved |
GO Contact Sync Mod 3.10.51 | 92 | Tuesday, August 6, 2019 | Approved |
GO Contact Sync Mod 3.10.50 | 187 | Saturday, June 15, 2019 | Approved |
GO Contact Sync Mod 3.10.49 | 98 | Friday, June 14, 2019 | Approved |
GO Contact Sync Mod 3.10.48 | 89 | Thursday, June 6, 2019 | Approved |
GO Contact Sync Mod 3.10.46 | 107 | Tuesday, June 4, 2019 | Approved |
GO Contact Sync Mod 3.10.45 | 95 | Saturday, June 1, 2019 | Approved |
GO Contact Sync Mod 3.10.43 | 79 | Friday, May 31, 2019 | Approved |
GO Contact Sync Mod 3.10.42 | 81 | Thursday, May 30, 2019 | Approved |
GO Contact Sync Mod 3.10.41 | 101 | Wednesday, May 29, 2019 | Approved |
GO Contact Sync Mod 3.10.40 | 93 | Monday, May 27, 2019 | Approved |
GO Contact Sync Mod 3.10.38 | 96 | Tuesday, May 21, 2019 | Approved |
GO Contact Sync Mod 3.10.37 | 95 | Wednesday, April 24, 2019 | Approved |
GO Contact Sync Mod 3.10.36 | 105 | Saturday, April 13, 2019 | Approved |
GO Contact Sync Mod 3.10.34 | 104 | Tuesday, April 9, 2019 | Approved |
GO Contact Sync Mod 3.10.33 | 111 | Monday, April 8, 2019 | Approved |
GO Contact Sync Mod 3.10.32 | 155 | Wednesday, February 13, 2019 | Approved |
GO Contact Sync Mod 3.10.31 | 126 | Wednesday, February 6, 2019 | Approved |
GO Contact Sync Mod 3.10.30 | 106 | Tuesday, February 5, 2019 | Approved |
GO Contact Sync Mod 3.10.29 | 100 | Tuesday, February 5, 2019 | Approved |
GO Contact Sync Mod 3.10.28 | 96 | Monday, February 4, 2019 | Approved |
GO Contact Sync Mod 3.10.26 | 127 | Monday, January 21, 2019 | Approved |
GO Contact Sync Mod 3.10.25 | 110 | Monday, January 21, 2019 | Approved |
GO Contact Sync Mod 3.10.24 | 128 | Saturday, January 19, 2019 | Approved |
GO Contact Sync Mod 3.10.23 | 119 | Tuesday, January 15, 2019 | Approved |
GO Contact Sync Mod 3.10.22 | 148 | Sunday, January 13, 2019 | Approved |
GO Contact Sync Mod 3.10.21 | 151 | Tuesday, December 18, 2018 | Approved |
GO Contact Sync Mod 3.10.19 | 146 | Friday, November 2, 2018 | Approved |
GO Contact Sync Mod 3.10.18 | 127 | Thursday, October 18, 2018 | Approved |
GO Contact Sync Mod 3.10.17 | 148 | Thursday, September 20, 2018 | Approved |
GO Contact Sync Mod 3.10.16 | 137 | Monday, August 20, 2018 | Approved |
GO Contact Sync Mod 3.10.15 | 144 | Thursday, August 16, 2018 | Approved |
GO Contact Sync Mod 3.10.14 | 528 | Wednesday, November 30, 2016 | Approved |
GO Contact Sync Mod 3.10.13 | 310 | Wednesday, November 23, 2016 | Approved |
GO Contact Sync Mod 3.10.9 | 325 | Wednesday, November 2, 2016 | Approved |
GO Contact Sync Mod 3.10.6 | 300 | Sunday, October 9, 2016 | Approved |
GO Contact Sync Mod 3.10.0 | 311 | Thursday, July 14, 2016 | Approved |
GO Contact Sync Mod 3.9.15 | 345 | Saturday, April 2, 2016 | Approved |
-
- dotnet4.5 (≥ 4.5)
Ground Rules:
- This discussion is only about GO Contact Sync Mod and the GO Contact Sync Mod package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GO Contact Sync Mod, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.