Downloads:
23,098,218
Downloads of v 11.0.59518.20160619:
2,364
Last Update:
20 Jun 2016
Package Maintainer(s):
Software Author(s):
- TeamViewer Inc.
Tags:
teamviewer team viewer remote control support online meeting- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TeamViewer
This is not the latest version of TeamViewer available.
- 1
- 2
- 3
11.0.59518.20160619 | Updated: 20 Jun 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
23,098,218
Downloads of v 11.0.59518.20160619:
2,364
Maintainer(s):
Software Author(s):
- TeamViewer Inc.
TeamViewer 11.0.59518.20160619
This is not the latest version of TeamViewer available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TeamViewer Inc. The inclusion of TeamViewer Inc. trademark(s), if any, upon this webpage is solely to identify TeamViewer Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TeamViewer, run the following command from the command line or from PowerShell:
To upgrade TeamViewer, run the following command from the command line or from PowerShell:
To uninstall TeamViewer, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download teamviewer --internalize --version=11.0.59518.20160619 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade teamviewer -y --source="'INTERNAL REPO URL'" --version="'11.0.59518.20160619'" [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'" --version="'11.0.59518.20160619'"
$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: '11.0.59518.20160619'
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 '11.0.59518.20160619'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller teamviewer
{
Name = "teamviewer"
Version = "11.0.59518.20160619"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'teamviewer':
ensure => '11.0.59518.20160619',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator dtgm on 20 Jun 2016.
Description
Remote control any computer or Mac over the internet within seconds or use TeamViewer for online meetings. Free for private use. Commercial users are welcome to use for trial purposes.
Installing specific major version
Scroll through the Version History and find the latest available package for the required major version. Click on it to see the versioned command needed to install the specific package. Example:
choco install teamviewer -version xx.xx.xx
Suppressing upgrades past specific versions
You can pin a package to suppress upgrading past specific versions - useful when you have purchased a license for version X and do not want to upgrade past it when you are bulk-upgrading your Chocolatey packages. Find the specific version you need and pin it to skip future upgrades:
choco pin add -n=teamviewer --version xx.xx.xx
$packageName = 'teamviewer'
$fileType = 'exe'
$silentArgs = '/S'
$path = 'TeamViewer'
$file = "${path}\uninstall.exe"
if (Test-Path (Join-Path ${env:ProgramFiles} $path)) {
Uninstall-ChocolateyPackage $packageName $fileType $silentArgs (Join-Path ${env:ProgramFiles} $file)
}
if (Test-Path (Join-Path ${env:ProgramFiles(x86)} $path)) {
Uninstall-ChocolateyPackage $packageName $fileType $silentArgs (Join-Path ${env:ProgramFiles(x86)} $file)
}
Log in or click on link to see number of positives.
- TeamViewer_Setup.exe (a867d315c855) - ## / 55
- teamviewer.11.0.59518.20160619.nupkg (bc85f74016c0) - ## / 56
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.59.5 | 304333 | Thursday, November 14, 2024 | Approved | |
Teamviewer (Install) 15.59.4 | 165515 | Wednesday, November 13, 2024 | Approved | |
Teamviewer (Install) 15.59.3 | 533474 | Tuesday, October 29, 2024 | Approved | |
Teamviewer (Install) 15.58.5 | 1262884 | Wednesday, October 2, 2024 | Approved | |
Teamviewer (Install) 15.58.4 | 301311 | Tuesday, September 24, 2024 | Approved | |
Teamviewer (Install) 15.57.5 | 349357 | Thursday, September 5, 2024 | Approved | |
Teamviewer (Install) 15.57.3 | 116842 | Tuesday, August 27, 2024 | Approved | |
Teamviewer (Install) 15.55.3 | 572701 | Tuesday, June 25, 2024 | Approved | |
Teamviewer (Install) 15.54.6 | 174172 | Tuesday, June 11, 2024 | Approved | |
Teamviewer (Install) 15.54.5 | 94350 | Tuesday, June 4, 2024 | Approved | |
Teamviewer (Install) 15.54.3 | 88277 | Tuesday, May 28, 2024 | Approved | |
Teamviewer (Install) 15.53.7 | 232082 | Wednesday, May 8, 2024 | Approved | |
Teamviewer (Install) 15.53.6 | 183551 | Wednesday, April 24, 2024 | Approved | |
Teamviewer (Install) 15.52.4 | 281171 | Wednesday, April 3, 2024 | Approved | |
Teamviewer (Install) 15.52.3 | 144014 | Tuesday, March 26, 2024 | Approved | |
Teamviewer (Install) 15.51.6 | 372001 | Wednesday, March 6, 2024 | Approved | |
Teamviewer (Install) 15.51.5 | 170332 | Tuesday, February 27, 2024 | Approved | |
Teamviewer (Install) 15.50.5 | 598877 | Wednesday, January 24, 2024 | Approved | |
Teamviewer (Install) 15.49.3 | 293871 | Monday, January 8, 2024 | Approved | |
Teamviewer (Install) 15.49.2 | 355083 | Tuesday, December 19, 2023 | Approved | |
Teamviewer (Install) 15.48.5 | 279192 | Tuesday, December 5, 2023 | Approved | |
Teamviewer (Install) 15.48.4 | 308925 | Tuesday, November 21, 2023 | Approved | |
Teamviewer (Install) 15.47.3 | 515534 | Tuesday, October 24, 2023 | Approved | |
Teamviewer (Install) 15.46.7 | 225418 | Wednesday, October 11, 2023 | Approved | |
Teamviewer (Install) 15.46.5 | 242752 | Tuesday, September 26, 2023 | Approved | |
Teamviewer (Install) 15.45.4 | 236686 | Tuesday, September 12, 2023 | Approved | |
Teamviewer (Install) 15.45.3 | 353487 | Tuesday, August 22, 2023 | Approved | |
Teamviewer (Install) 15.44.7 | 111388 | Wednesday, August 16, 2023 | Approved | |
Teamviewer (Install) 15.44.6 | 149552 | Tuesday, August 8, 2023 | Approved | |
Teamviewer (Install) 15.44.5 | 123906 | Wednesday, August 2, 2023 | Approved | |
Teamviewer (Install) 15.44.4 | 159678 | Tuesday, July 25, 2023 | Approved | |
Teamviewer (Install) 15.43.9 | 150009 | Tuesday, July 18, 2023 | Approved | |
Teamviewer (Install) 15.43.8 | 136466 | Tuesday, July 11, 2023 | Approved | |
Teamviewer (Install) 15.43.7 | 137522 | Tuesday, July 4, 2023 | Approved | |
Teamviewer (Install) 15.43.6 | 98478 | Thursday, June 29, 2023 | Approved | |
Teamviewer (Install) 15.42.9 | 189982 | Tuesday, June 20, 2023 | Approved | |
Teamviewer (Install) 15.42.8 | 145454 | Tuesday, June 13, 2023 | Approved | |
Teamviewer (Install) 15.42.7 | 92688 | Friday, June 9, 2023 | Approved | |
Teamviewer (Install) 15.42.6 | 380897 | Tuesday, May 30, 2023 | Approved | |
Teamviewer (Install) 15.42.5 | 170333 | Tuesday, May 23, 2023 | Approved | |
Teamviewer (Install) 15.42.4 | 12734 | Tuesday, May 23, 2023 | Approved | |
Teamviewer (Install) 15.41.10 | 143945 | Tuesday, May 16, 2023 | Approved | |
Teamviewer (Install) 15.41.9 | 238824 | Thursday, May 4, 2023 | Approved | |
Teamviewer (Install) 15.41.8 | 87692 | Monday, May 1, 2023 | Approved | |
Teamviewer (Install) 15.41.7 | 97655 | Wednesday, April 26, 2023 | Approved | |
Teamviewer (Install) 15.40.8 | 625767 | Thursday, March 23, 2023 | Approved | |
Teamviewer (Install) 15.40.6 | 47419 | Tuesday, March 21, 2023 | Approved | |
Teamviewer (Install) 15.39.6 | 243970 | Thursday, March 9, 2023 | Approved | |
Teamviewer (Install) 15.39.5 | 229794 | Saturday, February 25, 2023 | Approved | |
Teamviewer (Install) 15.39.3 | 75782 | Tuesday, February 21, 2023 | Approved | |
Teamviewer (Install) 15.38.3 | 496619 | Tuesday, January 24, 2023 | Approved | |
Teamviewer (Install) 15.37.8 | 130543 | Wednesday, January 18, 2023 | Approved | |
Teamviewer (Install) 15.37.3 | 551685 | Thursday, December 15, 2022 | Approved | |
Teamviewer (Install) 15.36.9 | 340801 | Monday, November 28, 2022 | Approved | |
Teamviewer (Install) 15.36.8 | 61132 | Thursday, November 24, 2022 | Approved | |
Teamviewer (Install) 15.36.6 | 46414 | Tuesday, November 22, 2022 | Approved | |
Teamviewer (Install) 15.35.9 | 249989 | Thursday, November 10, 2022 | Approved | |
Teamviewer (Install) 15.35.7 | 283578 | Friday, October 28, 2022 | Approved | |
Teamviewer (Install) 15.35.5 | 64530 | Tuesday, October 25, 2022 | Approved | |
Teamviewer (Install) 15.34.4 | 580647 | Tuesday, September 27, 2022 | Approved | |
Teamviewer (Install) 15.33.7 | 338675 | Monday, September 12, 2022 | Approved | |
Teamviewer (Install) 15.32.3 | 1966248 | Tuesday, July 26, 2022 | Approved | |
Teamviewer (Install) 15.31.5 | 619742 | Tuesday, June 28, 2022 | Approved | |
Teamviewer (Install) 15.30.3 | 112690 | Tuesday, May 24, 2022 | Approved | |
Teamviewer (Install) 15.29.4 | 88195 | Tuesday, April 26, 2022 | Approved | |
Teamviewer (Install) 15.28.9 | 95647 | Wednesday, April 6, 2022 | Approved | |
Teamviewer (Install) 15.28.8 | 38405 | Friday, April 1, 2022 | Approved | |
Teamviewer (Install) 15.28.5 | 71466 | Tuesday, March 22, 2022 | Approved | |
Teamviewer (Install) 15.27.3 | 125206 | Tuesday, February 22, 2022 | Approved | |
Teamviewer (Install) 15.26.4 | 128881 | Tuesday, January 25, 2022 | Approved | |
Teamviewer (Install) 15.25.8 | 128634 | Monday, December 20, 2021 | Approved | |
Teamviewer (Install) 15.25.6 | 19556 | Thursday, December 16, 2021 | Approved | |
Teamviewer (Install) 15.25.5 | 29190 | Tuesday, December 14, 2021 | Approved | |
Teamviewer (Install) 15.24.5 | 91771 | Tuesday, November 23, 2021 | Approved | |
Teamviewer (Install) 15.23.9 | 70333 | Tuesday, November 9, 2021 | Approved | |
Teamviewer (Install) 15.22.3 | 155546 | Tuesday, September 28, 2021 | Approved | |
Teamviewer (Install) 15.21.8 | 87008 | Tuesday, September 7, 2021 | Approved | |
Teamviewer (Install) 15.21.6 | 52046 | Saturday, August 28, 2021 | Approved | |
Teamviewer (Install) 15.21.5 | 17640 | Thursday, August 26, 2021 | Approved | |
Teamviewer (Install) 15.21.4 | 16049 | Tuesday, August 24, 2021 | Approved | |
Teamviewer (Install) 15.20.6 | 89533 | Monday, August 2, 2021 | Approved | |
Teamviewer (Install) 15.20.3 | 25708 | Tuesday, July 27, 2021 | Approved | |
Teamviewer (Install) 15.19.5 | 85555 | Friday, July 2, 2021 | Approved | |
Teamviewer (Install) 15.19.3 | 49380 | Tuesday, June 22, 2021 | Approved | |
Teamviewer (Install) 15.18.5 | 67926 | Monday, May 31, 2021 | Approved | |
Teamviewer (Install) 15.18.4 | 26446 | Wednesday, May 26, 2021 | Approved | |
Teamviewer (Install) 15.17.7 | 64222 | Tuesday, May 4, 2021 | Approved | |
Teamviewer (Install) 15.17.6 | 29239 | Tuesday, April 27, 2021 | Approved | |
Teamviewer (Install) 15.16.8 | 72109 | Tuesday, March 23, 2021 | Approved | |
Teamviewer (Install) 15.15.5 | 70825 | Tuesday, February 23, 2021 | Approved | |
Teamviewer (Install) 15.14.5 | 51118 | Monday, February 1, 2021 | Approved | |
Teamviewer (Install) 15.14.3 | 25592 | Tuesday, January 26, 2021 | Approved | |
Teamviewer (Install) 15.13.6 | 73415 | Wednesday, December 16, 2020 | Approved | |
Teamviewer (Install) 15.12.4 | 48666 | Tuesday, November 24, 2020 | Approved | |
Teamviewer (Install) 15.11.6 | 55781 | Tuesday, October 27, 2020 | Approved | |
Teamviewer (Install) 15.10.5 | 57633 | Tuesday, September 22, 2020 | Approved | |
Teamviewer (Install) 15.9.4 | 321343 | Tuesday, August 25, 2020 | Approved | |
Teamviewer (Install) 15.8.3 | 56751 | Tuesday, July 28, 2020 | Approved | |
Teamviewer (Install) 15.7.7 | 36059 | Thursday, July 9, 2020 | Approved | |
Teamviewer (Install) 15.7.6 | 44805 | Tuesday, June 23, 2020 | Approved | |
Teamviewer (Install) 15.6.7 | 45617 | Tuesday, May 26, 2020 | Approved | |
Teamviewer (Install) 15.5.6 | 16670 | Wednesday, May 20, 2020 | Approved | |
Teamviewer (Install) 15.5.3 | 38264 | Tuesday, April 28, 2020 | Approved | |
Teamviewer (Install) 15.4.8332 | 29584 | Friday, April 10, 2020 | Approved | |
Teamviewer (Install) 15.4.4445 | 29169 | Tuesday, March 24, 2020 | Approved | |
Teamviewer (Install) 15.3.8497 | 26230 | Tuesday, March 10, 2020 | Approved | |
Teamviewer (Install) 15.3.2682 | 25346 | Tuesday, February 25, 2020 | Approved | |
Teamviewer (Install) 15.2.2756 | 37420 | Tuesday, January 28, 2020 | Approved | |
Teamviewer (Install) 15.1.3937 | 42125 | Tuesday, December 17, 2019 | Approved | |
Teamviewer (Install) 15.0.8397 | 40956 | Tuesday, November 19, 2019 | Approved | |
Teamviewer (Install) 14.7.1965 | 37047 | Tuesday, October 22, 2019 | Approved | |
Teamviewer (Install) 14.6.4835 | 33975 | Friday, September 27, 2019 | Approved | |
Teamviewer (Install) 14.6.2452 | 17454 | Tuesday, September 17, 2019 | Approved | |
Teamviewer (Install) 14.5.5819 | 23884 | Friday, August 30, 2019 | Approved | |
Teamviewer (Install) 14.5.1691 | 18285 | Tuesday, August 20, 2019 | Approved | |
Teamviewer (Install) 14.4.2669 | 38755 | Wednesday, July 10, 2019 | Approved | |
Teamviewer (Install) 14.3.4730 | 29547 | Thursday, June 6, 2019 | Approved | |
Teamviewer (Install) 14.2.8352 | 38153 | Tuesday, April 16, 2019 | Approved | |
Teamviewer (Install) 14.2.2558 | 27827 | Tuesday, March 19, 2019 | Approved | |
Teamviewer (Install) 14.1.18533 | 22459 | Wednesday, February 27, 2019 | Approved | |
Teamviewer (Install) 14.1.9025 | 30510 | Tuesday, January 22, 2019 | Approved | |
Teamviewer (Install) 14.1.3399 | 35488 | Thursday, December 13, 2018 | Approved | |
Teamviewer (Install) 14.0.13880 | 27067 | Thursday, November 15, 2018 | Approved | |
Teamviewer (Install) 14.0.13488 | 6290 | Tuesday, November 13, 2018 | Approved | |
Teamviewer (Install) 14.0.12762 | 2450 | Tuesday, November 13, 2018 | Approved | |
Teamviewer (Install) 14.0.12356 | 308 | Wednesday, November 14, 2018 | Approved | |
Teamviewer (Install) 13.2.26558 | 34402 | Thursday, October 4, 2018 | Approved | |
Teamviewer (Install) 13.2.14327 | 38823 | Tuesday, August 14, 2018 | Approved | |
Teamviewer (Install) 13.2.5287 | 20226 | Tuesday, July 24, 2018 | Approved | |
Teamviewer (Install) 13.1.3629 | 48292 | Wednesday, April 4, 2018 | Approved | |
TeamViewer 13.1.1548 | 11837 | Tuesday, March 13, 2018 | Approved | |
Teamviewer (Install) 13.0.6447 | 31494 | Saturday, January 20, 2018 | Approved | |
TeamViewer 12.0.83369 | 570235 | Monday, September 4, 2017 | Approved | |
TeamViewer 12.0.82216 | 7793 | Wednesday, August 23, 2017 | Approved | |
TeamViewer 12.0.81460 | 13443 | Friday, July 28, 2017 | Approved | |
TeamViewer 12.0.78716 | 13906 | Thursday, July 6, 2017 | Approved | |
TeamViewer 12.0.72365 | 69673 | Friday, December 16, 2016 | Approved | |
TeamViewer 12.0.71503 | 554 | Sunday, December 11, 2016 | Approved | |
TeamViewer 11.0.66695 | 21445 | Friday, September 23, 2016 | Approved | |
TeamViewer 11.0.66595 | 8237 | Tuesday, September 20, 2016 | Approved | |
TeamViewer 11.0.65452 | 16320 | Friday, August 26, 2016 | Approved | |
TeamViewer 11.0.64630 | 2596 | Tuesday, August 23, 2016 | Approved | |
TeamViewer 11.0.63017 | 10093 | Wednesday, July 20, 2016 | Approved | |
TeamViewer 11.0.62308 | 518 | Friday, July 8, 2016 | Approved | |
TeamViewer 11.0.59518.20160619 | 2364 | Monday, June 20, 2016 | Approved | |
TeamViewer 11.0.59518 | 563 | Friday, May 13, 2016 | Approved | |
TeamViewer 11.0.59131 | 517 | Wednesday, May 4, 2016 | Approved | |
TeamViewer 11.0.53254 | 13623 | Wednesday, December 16, 2015 | Approved | |
TeamViewer 11.0.52465 | 567 | Sunday, December 6, 2015 | Approved | |
TeamViewer 10.0.47484.20160923 | 362629 | Friday, September 23, 2016 | Approved | |
TeamViewer 10.0.47484 | 770 | Sunday, September 20, 2015 | Approved | |
TeamViewer 10.0.45862 | 528 | Friday, August 14, 2015 | Approved | |
TeamViewer 10.0.45471 | 495 | Friday, July 31, 2015 | Approved | |
TeamViewer 10.0.43174 | 13597 | Saturday, June 20, 2015 | Approved | |
TeamViewer 10.0.42849 | 567 | Friday, May 22, 2015 | Approved | |
TeamViewer 10.0.41459 | 4413 | Wednesday, April 29, 2015 | Approved | |
TeamViewer 10.0.40798 | 576 | Saturday, April 4, 2015 | Approved | |
TeamViewer 10.0.40642 | 4365 | Saturday, March 28, 2015 | Approved | |
TeamViewer 10.0.39052 | 493 | Saturday, March 21, 2015 | Approved | |
TeamViewer 10.0.36897 | 6729 | Saturday, December 20, 2014 | Approved | |
TeamViewer 10.0.36244 | 1685 | Saturday, December 6, 2014 | Approved | |
TeamViewer 9.0.32494.20160619 | 613 | Sunday, July 3, 2016 | Approved | |
TeamViewer 9.0.32494 | 4550 | Wednesday, September 17, 2014 | Approved | |
TeamViewer 9.0.31064 | 1665 | Sunday, August 24, 2014 | Approved | |
TeamViewer 9.0.29480 | 2720 | Monday, June 23, 2014 | Approved | |
TeamViewer 9.0.29327 | 1225 | Friday, June 13, 2014 | Approved | |
TeamViewer 9.0.28223 | 1096 | Sunday, June 8, 2014 | Approved | |
TeamViewer 9.0.27614 | 2295 | Sunday, April 6, 2014 | Approved | |
TeamViewer 9.0.27339 | 1055 | Monday, March 31, 2014 | Approved | |
TeamViewer 9.0.24951 | 2482 | Friday, December 20, 2013 | Approved | |
TeamViewer 9.0.24482 | 877 | Saturday, December 7, 2013 | Approved | |
TeamViewer 8.0.22298.20160619 | 860 | Sunday, July 3, 2016 | Approved | |
TeamViewer 8.0.22298 | 1032 | Monday, November 18, 2013 | Approved | |
TeamViewer 8.0.19617 | 1416 | Saturday, July 27, 2013 | Approved | |
TeamViewer 8.0.19045 | 652 | Saturday, June 29, 2013 | Approved | |
TeamViewer 8.0.17396.1 | 759 | Monday, April 15, 2013 | Approved | |
TeamViewer 7.0.12979.20160619 | 427 | Sunday, July 3, 2016 | Approved | |
TeamViewer 7.0.12979.1 | 903 | Sunday, September 23, 2012 | Approved | |
TeamViewer 1.0.0 | 587 | Saturday, September 22, 2012 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about TeamViewer and the TeamViewer 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, 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.