Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

35,122,956

Downloads of v 15.68.6:

438,774

Last Update:

12 Aug 2025

Package Maintainer(s):

Software Author(s):

  • TeamViewer GmbH

Tags:

Teamviewer (Install)

  • 1
  • 2
  • 3

15.68.6 | Updated: 12 Aug 2025

Downloads:

35,122,956

Downloads of v 15.68.6:

438,774

Maintainer(s):

Software Author(s):

  • TeamViewer GmbH

Teamviewer (Install) 15.68.6

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TeamViewer GmbH. The inclusion of TeamViewer GmbH trademark(s), if any, upon this webpage is solely to identify TeamViewer GmbH goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Teamviewer (Install), run the following command from the command line or from PowerShell:

>

To upgrade Teamviewer (Install), run the following command from the command line or from PowerShell:

>

To uninstall Teamviewer (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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://community.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

3. Copy Your Script

choco upgrade teamviewer -y --source="'INTERNAL REPO 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 teamviewer -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install teamviewer
  win_chocolatey:
    name: teamviewer
    version: '15.68.6'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'teamviewer' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '15.68.6'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller teamviewer
{
    Name     = "teamviewer"
    Version  = "15.68.6"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'teamviewer':
  ensure   => '15.68.6',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 12 Aug 2025.

Description

TeamViewer connects people, places and things around the world on the widest array of platforms and technologies.
Free for private use. Commercial users are welcome to use for trial purposes.

Why TeamViewer for remote desktop access and support?

  • Save time and money
    With TeamViewer, all the tools you need to stay connected are at your fingertips. Whether accessing your office PC from the road, video conferencing across town, or sharing your screen for remote support from the other side of the world, our tools can help reduce travel costs and downtime by keeping all your people and devices connected.

  • Focus on your work, not getting it to work
    How many hours do you lose in your business just trying to get things to work or access to the tools you need? TeamViewer's remote solutions are designed to get you working, or help on any device—in seconds.

  • Feel safe and secure
    TeamViewer's dedication to security means you won't have to worry whether confidential files or sensitive information is at risk when connecting to devices. Private data, private conversations, and private meetings stay that way.

Notes

  • The vendor does not update the version number but will update the software from time to time rendering the checksum invalid. If this happens then you can use the --ignore-checksums switch or wait until the new version is released.
  • This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.

tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  fileType      = 'EXE'
  softwareName  = 'TeamViewer*'

  url           = 'https://download.teamviewer.com/download/version_15x/TeamViewer_Setup.exe'
  checksum      = '7F0D1ECC785D88AEE0544F28B594DC99FEADED7A2CF19A66325888571910B172'
  checksumType  = 'SHA256'

  url64         = 'https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64.exe'
  checksum64    = 'b989c9d09f070b03bfed0205b46ef5295d03f13b5e0c6a9114236d69c18b93af'
  checksumType64= 'sha256'

  silentArgs    = "/S"
  validExitCodes= @(0)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'TeamViewer*'
  fileType      = 'EXE'
  silentArgs    = "/S"
  validExitCodes= @(0)
}

[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
    $key | ForEach-Object { 
        # some uninstall strings include parameters - remove them as we will use our own
        $packageArgs.file = "$($_.UninstallString)" -replace '/.*$', ''

        if ($packageArgs.fileType -eq 'MSI') {
            $packageArgs.silentArgs = "$($_.PSChildName) $($packageArgs.silentArgs)"
            $packageArgs.file = ''
        }

        Uninstall-ChocolateyPackage @packageArgs
    }
}
elseif ($key.Count -eq 0) {
    Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
    Write-Warning "$key.Count matches found!"
    Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
    Write-Warning "Please alert package maintainer the following keys were matched:"
    $key | ForEach-Object {
        Write-Warning "- $_.DisplayName"
    }
}

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
Teamviewer (Install) 15.68.5 566723 Tuesday, July 29, 2025 Approved
Teamviewer (Install) 15.67.5 735665 Thursday, July 10, 2025 Approved
Teamviewer (Install) 15.67.4 484024 Tuesday, July 1, 2025 Approved
Teamviewer (Install) 15.67.3 397527 Tuesday, June 24, 2025 Approved
Teamviewer (Install) 15.66.5 1070176 Wednesday, May 28, 2025 Approved
Teamviewer (Install) 15.65.6 892100 Wednesday, May 7, 2025 Approved
Teamviewer (Install) 15.65.4 442970 Tuesday, April 29, 2025 Approved
Teamviewer (Install) 15.64.3 1396347 Tuesday, March 25, 2025 Approved
Teamviewer (Install) 15.63.5 781150 Friday, March 7, 2025 Approved
Teamviewer (Install) 15.63.4 518227 Tuesday, February 25, 2025 Approved
Teamviewer (Install) 15.62.4 1095585 Tuesday, January 28, 2025 Approved
Teamviewer (Install) 15.61.4 848031 Wednesday, January 8, 2025 Approved
Teamviewer (Install) 15.61.3 796429 Tuesday, December 17, 2024 Approved
Teamviewer (Install) 15.60.3 897618 Tuesday, November 26, 2024 Approved
Teamviewer (Install) 15.59.5 556893 Thursday, November 14, 2024 Approved
Teamviewer (Install) 15.59.4 167163 Wednesday, November 13, 2024 Approved
Teamviewer (Install) 15.59.3 572922 Tuesday, October 29, 2024 Approved
Teamviewer (Install) 15.58.5 1292668 Wednesday, October 2, 2024 Approved
Teamviewer (Install) 15.58.4 306379 Tuesday, September 24, 2024 Approved
Teamviewer (Install) 15.57.5 359224 Thursday, September 5, 2024 Approved
Teamviewer (Install) 15.57.3 120674 Tuesday, August 27, 2024 Approved
Teamviewer (Install) 15.55.3 593948 Tuesday, June 25, 2024 Approved
Teamviewer (Install) 15.54.6 179633 Tuesday, June 11, 2024 Approved
Teamviewer (Install) 15.54.5 96872 Tuesday, June 4, 2024 Approved
Teamviewer (Install) 15.54.3 92574 Tuesday, May 28, 2024 Approved
Teamviewer (Install) 15.53.7 240198 Wednesday, May 8, 2024 Approved
Teamviewer (Install) 15.53.6 188299 Wednesday, April 24, 2024 Approved
Teamviewer (Install) 15.52.4 287366 Wednesday, April 3, 2024 Approved
Teamviewer (Install) 15.52.3 145667 Tuesday, March 26, 2024 Approved
Teamviewer (Install) 15.51.6 381511 Wednesday, March 6, 2024 Approved
Teamviewer (Install) 15.51.5 172506 Tuesday, February 27, 2024 Approved
Teamviewer (Install) 15.50.5 611629 Wednesday, January 24, 2024 Approved
Teamviewer (Install) 15.49.3 296942 Monday, January 8, 2024 Approved
Teamviewer (Install) 15.49.2 357287 Tuesday, December 19, 2023 Approved
Teamviewer (Install) 15.48.5 282188 Tuesday, December 5, 2023 Approved
Teamviewer (Install) 15.48.4 309168 Tuesday, November 21, 2023 Approved
Teamviewer (Install) 15.47.3 518188 Tuesday, October 24, 2023 Approved
Teamviewer (Install) 15.46.7 227172 Wednesday, October 11, 2023 Approved
Teamviewer (Install) 15.46.5 244565 Tuesday, September 26, 2023 Approved
Teamviewer (Install) 15.45.4 238674 Tuesday, September 12, 2023 Approved
Teamviewer (Install) 15.45.3 356913 Tuesday, August 22, 2023 Approved
Teamviewer (Install) 15.44.7 111830 Wednesday, August 16, 2023 Approved
Teamviewer (Install) 15.44.6 152227 Tuesday, August 8, 2023 Approved
Teamviewer (Install) 15.44.5 125507 Wednesday, August 2, 2023 Approved
Teamviewer (Install) 15.44.4 160369 Tuesday, July 25, 2023 Approved
Teamviewer (Install) 15.43.9 150643 Tuesday, July 18, 2023 Approved
Teamviewer (Install) 15.43.8 137482 Tuesday, July 11, 2023 Approved
Teamviewer (Install) 15.43.7 138335 Tuesday, July 4, 2023 Approved
Teamviewer (Install) 15.43.6 99257 Thursday, June 29, 2023 Approved
Teamviewer (Install) 15.42.9 191509 Tuesday, June 20, 2023 Approved
Teamviewer (Install) 15.42.8 146186 Tuesday, June 13, 2023 Approved
Teamviewer (Install) 15.42.7 92995 Friday, June 9, 2023 Approved
Teamviewer (Install) 15.42.6 390915 Tuesday, May 30, 2023 Approved
Teamviewer (Install) 15.42.5 172023 Tuesday, May 23, 2023 Approved
Teamviewer (Install) 15.42.4 12767 Tuesday, May 23, 2023 Approved
Teamviewer (Install) 15.41.10 144491 Tuesday, May 16, 2023 Approved
Teamviewer (Install) 15.41.9 241814 Thursday, May 4, 2023 Approved
Teamviewer (Install) 15.41.8 87996 Monday, May 1, 2023 Approved
Teamviewer (Install) 15.41.7 97944 Wednesday, April 26, 2023 Approved
Teamviewer (Install) 15.40.8 628097 Thursday, March 23, 2023 Approved
Teamviewer (Install) 15.40.6 47470 Tuesday, March 21, 2023 Approved
Teamviewer (Install) 15.39.6 244369 Thursday, March 9, 2023 Approved
Teamviewer (Install) 15.39.5 230247 Saturday, February 25, 2023 Approved
Teamviewer (Install) 15.39.3 76079 Tuesday, February 21, 2023 Approved
Teamviewer (Install) 15.38.3 497823 Tuesday, January 24, 2023 Approved
Teamviewer (Install) 15.37.8 130839 Wednesday, January 18, 2023 Approved
Teamviewer (Install) 15.37.3 552415 Thursday, December 15, 2022 Approved
Teamviewer (Install) 15.36.9 341545 Monday, November 28, 2022 Approved
Teamviewer (Install) 15.36.8 61160 Thursday, November 24, 2022 Approved
Teamviewer (Install) 15.36.6 46624 Tuesday, November 22, 2022 Approved
Teamviewer (Install) 15.35.9 250268 Thursday, November 10, 2022 Approved
Teamviewer (Install) 15.35.7 283617 Friday, October 28, 2022 Approved
Teamviewer (Install) 15.35.5 64693 Tuesday, October 25, 2022 Approved
Teamviewer (Install) 15.34.4 581524 Tuesday, September 27, 2022 Approved
Teamviewer (Install) 15.33.7 338974 Monday, September 12, 2022 Approved
Teamviewer (Install) 15.32.3 1966799 Tuesday, July 26, 2022 Approved
Teamviewer (Install) 15.31.5 773470 Tuesday, June 28, 2022 Approved
Teamviewer (Install) 15.30.3 114450 Tuesday, May 24, 2022 Approved
Teamviewer (Install) 15.29.4 89573 Tuesday, April 26, 2022 Approved
Teamviewer (Install) 15.28.9 96488 Wednesday, April 6, 2022 Approved
Teamviewer (Install) 15.28.8 38450 Friday, April 1, 2022 Approved
Teamviewer (Install) 15.28.5 71715 Tuesday, March 22, 2022 Approved
Teamviewer (Install) 15.27.3 126688 Tuesday, February 22, 2022 Approved
Teamviewer (Install) 15.26.4 130856 Tuesday, January 25, 2022 Approved
Teamviewer (Install) 15.25.8 130167 Monday, December 20, 2021 Approved
Teamviewer (Install) 15.25.6 19592 Thursday, December 16, 2021 Approved
Teamviewer (Install) 15.25.5 29230 Tuesday, December 14, 2021 Approved
Teamviewer (Install) 15.24.5 93865 Tuesday, November 23, 2021 Approved
Teamviewer (Install) 15.23.9 71206 Tuesday, November 9, 2021 Approved
Teamviewer (Install) 15.22.3 160412 Tuesday, September 28, 2021 Approved
Teamviewer (Install) 15.21.8 88336 Tuesday, September 7, 2021 Approved
Teamviewer (Install) 15.21.6 53499 Saturday, August 28, 2021 Approved
Teamviewer (Install) 15.21.5 19061 Thursday, August 26, 2021 Approved
Teamviewer (Install) 15.21.4 16788 Tuesday, August 24, 2021 Approved
Teamviewer (Install) 15.20.6 92124 Monday, August 2, 2021 Approved
Teamviewer (Install) 15.20.3 25898 Tuesday, July 27, 2021 Approved
Teamviewer (Install) 15.19.5 86531 Friday, July 2, 2021 Approved
Teamviewer (Install) 15.19.3 49946 Tuesday, June 22, 2021 Approved
Teamviewer (Install) 15.18.5 68349 Monday, May 31, 2021 Approved
Teamviewer (Install) 15.18.4 26496 Wednesday, May 26, 2021 Approved
Teamviewer (Install) 15.17.7 64266 Tuesday, May 4, 2021 Approved
Teamviewer (Install) 15.17.6 29275 Tuesday, April 27, 2021 Approved
Teamviewer (Install) 15.16.8 72902 Tuesday, March 23, 2021 Approved
Teamviewer (Install) 15.15.5 70856 Tuesday, February 23, 2021 Approved
Teamviewer (Install) 15.14.5 51148 Monday, February 1, 2021 Approved
Teamviewer (Install) 15.14.3 25646 Tuesday, January 26, 2021 Approved
Teamviewer (Install) 15.13.6 73823 Wednesday, December 16, 2020 Approved
Teamviewer (Install) 15.12.4 48729 Tuesday, November 24, 2020 Approved
Teamviewer (Install) 15.11.6 55917 Tuesday, October 27, 2020 Approved
Teamviewer (Install) 15.10.5 57701 Tuesday, September 22, 2020 Approved
Teamviewer (Install) 15.9.4 321379 Tuesday, August 25, 2020 Approved
Teamviewer (Install) 15.8.3 56793 Tuesday, July 28, 2020 Approved
Teamviewer (Install) 15.7.7 36096 Thursday, July 9, 2020 Approved
Teamviewer (Install) 15.7.6 44848 Tuesday, June 23, 2020 Approved
Teamviewer (Install) 15.6.7 45686 Tuesday, May 26, 2020 Approved
Teamviewer (Install) 15.5.6 16707 Wednesday, May 20, 2020 Approved
Teamviewer (Install) 15.5.3 38298 Tuesday, April 28, 2020 Approved
Teamviewer (Install) 15.4.8332 29624 Friday, April 10, 2020 Approved
Teamviewer (Install) 15.4.4445 29233 Tuesday, March 24, 2020 Approved
Teamviewer (Install) 15.3.8497 26276 Tuesday, March 10, 2020 Approved
Teamviewer (Install) 15.3.2682 25378 Tuesday, February 25, 2020 Approved
Teamviewer (Install) 15.2.2756 37461 Tuesday, January 28, 2020 Approved
Teamviewer (Install) 15.1.3937 42180 Tuesday, December 17, 2019 Approved
Teamviewer (Install) 15.0.8397 41013 Tuesday, November 19, 2019 Approved
Teamviewer (Install) 14.7.1965 37155 Tuesday, October 22, 2019 Approved
Teamviewer (Install) 14.6.4835 34017 Friday, September 27, 2019 Approved
Teamviewer (Install) 14.6.2452 17498 Tuesday, September 17, 2019 Approved
Teamviewer (Install) 14.5.5819 23918 Friday, August 30, 2019 Approved
Teamviewer (Install) 14.5.1691 18330 Tuesday, August 20, 2019 Approved
Teamviewer (Install) 14.4.2669 38792 Wednesday, July 10, 2019 Approved
Teamviewer (Install) 14.3.4730 29587 Thursday, June 6, 2019 Approved
Teamviewer (Install) 14.2.8352 38205 Tuesday, April 16, 2019 Approved
Teamviewer (Install) 14.2.2558 27869 Tuesday, March 19, 2019 Approved
Teamviewer (Install) 14.1.18533 22498 Wednesday, February 27, 2019 Approved
Teamviewer (Install) 14.1.9025 30552 Tuesday, January 22, 2019 Approved
Teamviewer (Install) 14.1.3399 35527 Thursday, December 13, 2018 Approved
Teamviewer (Install) 14.0.13880 27105 Thursday, November 15, 2018 Approved
Teamviewer (Install) 14.0.13488 6327 Tuesday, November 13, 2018 Approved
Teamviewer (Install) 14.0.12762 2485 Tuesday, November 13, 2018 Approved
Teamviewer (Install) 14.0.12356 356 Wednesday, November 14, 2018 Approved
Teamviewer (Install) 13.2.26558 34454 Thursday, October 4, 2018 Approved
Teamviewer (Install) 13.2.14327 38867 Tuesday, August 14, 2018 Approved
Teamviewer (Install) 13.2.5287 20257 Tuesday, July 24, 2018 Approved
Teamviewer (Install) 13.1.3629 48332 Wednesday, April 4, 2018 Approved
TeamViewer 13.1.1548 11915 Tuesday, March 13, 2018 Approved
Teamviewer (Install) 13.0.6447 31538 Saturday, January 20, 2018 Approved
TeamViewer 12.0.83369 570427 Monday, September 4, 2017 Approved
TeamViewer 12.0.82216 7845 Wednesday, August 23, 2017 Approved
TeamViewer 12.0.81460 13484 Friday, July 28, 2017 Approved
TeamViewer 12.0.78716 13940 Thursday, July 6, 2017 Approved
TeamViewer 12.0.72365 69809 Friday, December 16, 2016 Approved
TeamViewer 12.0.71503 605 Sunday, December 11, 2016 Approved
TeamViewer 11.0.66695 21515 Friday, September 23, 2016 Approved
TeamViewer 11.0.66595 8342 Tuesday, September 20, 2016 Approved
TeamViewer 11.0.65452 16362 Friday, August 26, 2016 Approved
TeamViewer 11.0.64630 2635 Tuesday, August 23, 2016 Approved
TeamViewer 11.0.63017 10132 Wednesday, July 20, 2016 Approved
TeamViewer 11.0.62308 556 Friday, July 8, 2016 Approved
TeamViewer 11.0.59518.20160619 2459 Monday, June 20, 2016 Approved
TeamViewer 11.0.59518 605 Friday, May 13, 2016 Approved
TeamViewer 11.0.59131 559 Wednesday, May 4, 2016 Approved
TeamViewer 11.0.53254 13668 Wednesday, December 16, 2015 Approved
TeamViewer 11.0.52465 615 Sunday, December 6, 2015 Approved
TeamViewer 10.0.47484.20160923 362707 Friday, September 23, 2016 Approved
TeamViewer 10.0.47484 818 Sunday, September 20, 2015 Approved
TeamViewer 10.0.45862 568 Friday, August 14, 2015 Approved
TeamViewer 10.0.45471 531 Friday, July 31, 2015 Approved
TeamViewer 10.0.43174 13643 Saturday, June 20, 2015 Approved
TeamViewer 10.0.42849 612 Friday, May 22, 2015 Approved
TeamViewer 10.0.41459 4456 Wednesday, April 29, 2015 Approved
TeamViewer 10.0.40798 619 Saturday, April 4, 2015 Approved
TeamViewer 10.0.40642 4406 Saturday, March 28, 2015 Approved
TeamViewer 10.0.39052 537 Saturday, March 21, 2015 Approved
TeamViewer 10.0.36897 6769 Saturday, December 20, 2014 Approved
TeamViewer 10.0.36244 1725 Saturday, December 6, 2014 Approved
TeamViewer 9.0.32494.20160619 659 Sunday, July 3, 2016 Approved
TeamViewer 9.0.32494 4593 Wednesday, September 17, 2014 Approved
TeamViewer 9.0.31064 1706 Sunday, August 24, 2014 Approved
TeamViewer 9.0.29480 2753 Monday, June 23, 2014 Approved
TeamViewer 9.0.29327 1274 Friday, June 13, 2014 Approved
TeamViewer 9.0.28223 1132 Sunday, June 8, 2014 Approved
TeamViewer 9.0.27614 2335 Sunday, April 6, 2014 Approved
TeamViewer 9.0.27339 1088 Monday, March 31, 2014 Approved
TeamViewer 9.0.24951 2530 Friday, December 20, 2013 Approved
TeamViewer 9.0.24482 915 Saturday, December 7, 2013 Approved
TeamViewer 8.0.22298.20160619 908 Sunday, July 3, 2016 Approved
TeamViewer 8.0.22298 1069 Monday, November 18, 2013 Approved
TeamViewer 8.0.19617 1448 Saturday, July 27, 2013 Approved
TeamViewer 8.0.19045 688 Saturday, June 29, 2013 Approved
TeamViewer 8.0.17396.1 806 Monday, April 15, 2013 Approved
TeamViewer 7.0.12979.20160619 465 Sunday, July 3, 2016 Approved
TeamViewer 7.0.12979.1 936 Sunday, September 23, 2012 Approved
TeamViewer 1.0.0 631 Saturday, September 22, 2012 Approved

This package has no dependencies.

Discussion for the Teamviewer (Install) Package

Ground Rules:

  • This discussion is only about Teamviewer (Install) and the Teamviewer (Install) 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 Teamviewer (Install), 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.
comments powered by Disqus