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:

5,432,616

Downloads of v 7.4.0.102:

5,155

Last Update:

24 Apr 2015

Package Maintainer(s):

Software Author(s):

  • Skype

Tags:

skype voip voice over ip video conferencing admin

Skype

This is not the latest version of Skype available.

  • 1
  • 2
  • 3

7.4.0.102 | Updated: 24 Apr 2015

Downloads:

5,432,616

Downloads of v 7.4.0.102:

5,155

Software Author(s):

  • Skype

Skype 7.4.0.102

This is not the latest version of Skype available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Unknown


Verification Testing Unknown


Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Skype, run the following command from the command line or from PowerShell:

>

To upgrade Skype, run the following command from the command line or from PowerShell:

>

To uninstall Skype, 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 skype -y --source="'INTERNAL REPO URL'" --version="'7.4.0.102'" [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 skype -y --source="'INTERNAL REPO URL'" --version="'7.4.0.102'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install skype
  win_chocolatey:
    name: skype
    version: '7.4.0.102'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'skype' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.4.0.102'
end

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


cChocoPackageInstaller skype
{
    Name     = "skype"
    Version  = "7.4.0.102"
    Source   = "INTERNAL REPO URL"
}

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


package { 'skype':
  ensure   => '7.4.0.102',
  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.

Package Approved

This package was approved as a trusted package on 24 Apr 2015.

Description

Skype - Install Skype, add your friends as contacts, then call, video call and instant message with them for free. Call people who aren't on Skype too, at really low rates.


tools\chocolateyInstall.ps1
#Install-ChocolateyPackage 'skype' 'exe' '/SILENT /nogoogle /noie /nodesktopicon' 'http://download.skype.com/3694814915aaa38100bfa0933f948e65/partner/59/SkypeSetup.exe'
#Install-ChocolateyPackage 'skype' 'exe' '/SILENT /nogoogle /noie /nodesktopicon' 'http://download.skype.com/msi/SkypeSetup_7.4.0.102.msi'
#Install-ChocolateyPackage 'skype' 'exe' '/SILENT /nogoogle /noie /nodesktopicon' 'http://download.skype.com/SkypeSetupFull.exe'


function isInstalled() {
  return Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -match 'Skype\u2122 [\d\.]+$'}
}

$packageName = 'skype'
$fileType = 'msi'
# http://community.skype.com/t5/Windows-archive/Unattended-install/td-p/184628s
$silentArgs = '/qn /norestart STARTSKYPE=FALSE TRANSFORMS=:RemoveDesktopShortcut.mst TRANSFORMS=:RemoveStartup.mst'

$url = 'http://download.skype.com/msi/SkypeSetup_7.4.0.102.msi'

try {

  $appInstalled = isInstalled

  if ($appInstalled) {
      # If Skype (in any version) is already installed on the computer, remove it first, otherwise the
      # installation of Skype will fail with an error.
      $msiArgs = $('/x' + $appInstalled.IdentifyingNumber + ' ' + $silentArgs)
      Write-Host "Uninstalling previous version of Skype, otherwise installing the new version won’t work."
      Start-ChocolateyProcessAsAdmin $msiArgs 'msiexec'

      # This loop checks every 5 seconds if Skype is already uninstalled.
      # Then it proceeds with the download and installation of the Skype
      # version specified in the package.
      do {
        Start-Sleep -Seconds 5
        $i += 1

        # Break if too much time passed
        if ($i -gt 12) {
          Write-Error 'Could not uninstall the previous version of Skype.'
          break
        }

      } until (-not (isInstalled))
  }

  Install-ChocolateyPackage $packageName $fileType $silentArgs $url

} catch {
  Write-ChocolateyFailure $packageName $($_.Exception.Message)
  throw
}

tools\chocolateyUninstall.ps1
$processor = Get-WmiObject Win32_Processor
$is64bit = $processor.AddressWidth -eq 64

if ($is64bit) {
    $programUninstallEntryName = "Skype"
    $uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
} else {
    $programUninstallEntryName = "Skype"
    $uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
} # get the uninstall string of the installed Skype version from the registry

$uninstallString = "$uninstallString" -replace '[{]', '`{' # adding escape character to the braces
$uninstallString = "$uninstallString" -replace '[}]', '`} /passive /norestart' # to work properly with the Invoke-Expression command, add silent arguments

if ($uninstallString -ne "") {
    Invoke-Expression "$uninstallString" # start uninstaller
}

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
Skype 8.115.0.215 25717 Tuesday, March 19, 2024 Approved
Skype 8.114.0.214 31806 Thursday, March 7, 2024 Approved
Skype 8.113.0.210 44069 Monday, February 19, 2024 Approved
Skype 8.112.0.210 26244 Friday, February 9, 2024 Approved
Skype 8.112.0.206 24104 Thursday, February 1, 2024 Approved
Skype 8.112.0.203 12104 Monday, January 29, 2024 Approved
Skype 8.111.0.607 21144 Tuesday, January 23, 2024 Approved
Skype 8.110.0.218 86306 Wednesday, December 13, 2023 Approved
Skype 8.110.0.215 11933 Monday, December 11, 2023 Approved
Skype 8.110.0.212 11771 Friday, December 8, 2023 Approved
Skype 8.110.0.211 12789 Tuesday, December 5, 2023 Approved
Skype 8.108.0.205 53102 Thursday, November 9, 2023 Approved
Skype 8.107.0.215 20663 Wednesday, November 1, 2023 Approved
Skype 8.106.0.212 29725 Wednesday, October 18, 2023 Approved
Skype 8.106.0.210 15606 Thursday, October 12, 2023 Approved
Skype 8.105.0.214 18666 Friday, October 6, 2023 Approved
Skype 8.105.0.211 12970 Monday, October 2, 2023 Approved
Skype 8.105.0.208 15826 Tuesday, September 26, 2023 Approved
Skype 8.104.0.207 19716 Tuesday, September 19, 2023 Approved
Skype 8.103.0.208 37222 Monday, September 4, 2023 Approved
Skype 8.102.0.211 38414 Thursday, August 17, 2023 Approved
Skype 8.101.0.212 22906 Wednesday, August 9, 2023 Approved
Skype 8.100.0.203 35393 Wednesday, July 26, 2023 Approved
Skype 8.99.0.403 58875 Monday, July 3, 2023 Approved
Skype 8.99.0.202 28121 Wednesday, June 21, 2023 Approved
Skype 8.98.0.407 18738 Thursday, June 15, 2023 Approved
Skype 8.98.0.402 24777 Tuesday, June 6, 2023 Approved
Skype 8.98.0.206 29705 Wednesday, May 24, 2023 Approved
Skype 8.97.0.404 21376 Wednesday, May 10, 2023 Approved
Skype 8.97.0.204 18538 Tuesday, April 25, 2023 Approved
Skype 8.97.0.203 5520 Monday, April 24, 2023 Approved
Skype 8.96.0.409 11302 Wednesday, April 19, 2023 Approved
Skype 8.96.0.408 11112 Friday, April 14, 2023 Approved
Skype 8.96.0.207 24881 Monday, March 27, 2023 Approved
Skype 8.95.0.408 15685 Thursday, March 16, 2023 Approved
Skype 8.94.0.428 29842 Tuesday, February 28, 2023 Approved
Skype 8.94.0.426 15063 Wednesday, February 22, 2023 Approved
Skype 8.94.0.422 13601 Friday, February 17, 2023 Approved
Skype 8.93.0.408 10190 Tuesday, February 14, 2023 Approved
Skype 8.93.0.406 11790 Wednesday, February 8, 2023 Approved
Skype 8.93.0.404 29637 Thursday, January 19, 2023 Approved
Skype 8.93.0.403 9985 Monday, January 16, 2023 Approved
Skype 8.92.0.401 17874 Tuesday, January 3, 2023 Approved
Skype 8.92.0.204 30063 Monday, December 5, 2022 Approved
Skype 8.91.0.404 16479 Thursday, November 24, 2022 Approved
Skype 8.90.0.407 23458 Wednesday, November 9, 2022 Approved
Skype 8.90.0.405 14517 Tuesday, November 1, 2022 Approved
Skype 8.89.0.403 25917 Wednesday, October 5, 2022 Approved
Skype 8.88.0.401 73587 Thursday, September 1, 2022 Approved
Skype 8.87.0.406 45207 Monday, August 15, 2022 Approved
Skype 8.87.0.403 47984 Monday, August 8, 2022 Approved
Skype 8.86.0.409 80465 Wednesday, July 13, 2022 Approved
Skype 8.85.0.409 48320 Wednesday, June 22, 2022 Approved
Skype 8.83.0.409 65209 Wednesday, May 18, 2022 Approved
Skype 8.83.0.408 52380 Thursday, April 14, 2022 Approved
Skype 8.82.0.403 26550 Wednesday, March 16, 2022 Approved
Skype 8.81.0.268 22507 Thursday, February 24, 2022 Approved
Skype 8.80.0.195 26952 Monday, February 7, 2022 Approved
Skype 8.80.0.143 24536 Thursday, January 20, 2022 Approved
Skype 8.79.0.95 38388 Tuesday, December 7, 2021 Approved
Skype 8.78.0.159 34691 Monday, November 1, 2021 Approved
Skype 8.77.0.97 33558 Wednesday, October 13, 2021 Approved
Skype 8.77.0.90 16899 Friday, October 8, 2021 Approved
Skype 8.75.0.140 47821 Tuesday, August 10, 2021 Approved
Skype 8.75.0.134 8302 Monday, August 9, 2021 Approved
Skype 8.74.0.152 23856 Thursday, July 22, 2021 Approved
Skype 8.73.0.124 28911 Thursday, June 24, 2021 Approved
Skype 8.73.0.92 22834 Wednesday, June 9, 2021 Approved
Skype 8.72.0.94 23694 Wednesday, May 26, 2021 Approved
Skype 8.72.0.82 21449 Monday, May 17, 2021 Approved
Skype 8.71.0.49 30590 Tuesday, April 27, 2021 Approved
Skype 8.71.0.36 118 Monday, April 19, 2021 Approved
Skype 8.69.0.77 66857 Tuesday, February 16, 2021 Approved
Skype 8.68.0.96 35157 Friday, January 22, 2021 Approved
Skype 8.67.0.99 31431 Wednesday, December 30, 2020 Approved
Skype 8.67.0.97 17776 Monday, December 21, 2020 Approved
Skype 8.67.0.96 13392 Wednesday, December 16, 2020 Approved
Skype 8.67.0.87 20676 Tuesday, December 8, 2020 Approved
Skype 8.66.0.77 32751 Friday, November 13, 2020 Approved
Skype 8.66.0.74 29874 Monday, November 2, 2020 Approved
Skype 8.65.0.78 31980 Tuesday, October 13, 2020 Approved
Skype 8.65.0.76 26458 Wednesday, September 30, 2020 Approved
Skype 8.64.0.88 16981 Wednesday, September 23, 2020 Approved
Skype 8.64.0.80 24850 Wednesday, September 9, 2020 Approved
Skype 8.64.0.78 11062 Monday, September 7, 2020 Approved
Skype 8.63.0.76 38961 Monday, August 3, 2020 Approved
Skype 8.62.0.83 33618 Wednesday, July 8, 2020 Approved
Skype 8.61.0.87 36956 Thursday, June 11, 2020 Approved
Skype 8.60.0.76 31458 Monday, May 18, 2020 Approved
Skype 8.59.0.77 44162 Thursday, April 16, 2020 Approved
Skype 8.58.0.98 31169 Wednesday, April 1, 2020 Approved
Skype 8.55.0.141 117287 Sunday, December 15, 2019 Approved
Skype 8.55.0.135 17824 Wednesday, December 11, 2019 Approved
Skype 8.55.0.123 10035 Tuesday, December 10, 2019 Approved
Skype 8.54.0.91 49299 Wednesday, November 13, 2019 Approved
Skype 8.54.0.85 24324 Monday, November 4, 2019 Approved
Skype 8.53.0.85 47781 Tuesday, October 8, 2019 Approved
Skype 8.52.0.138 47122 Monday, September 16, 2019 Approved
Skype 8.51.0.92 59205 Wednesday, August 28, 2019 Approved
Skype 8.51.0.86 33947 Monday, August 19, 2019 Approved
Skype 8.51.0.72 27358 Monday, August 12, 2019 Approved
Skype 8.50.0.38 40870 Monday, July 22, 2019 Approved
Skype 8.49.0.49 30323 Monday, July 8, 2019 Approved
Skype 8.48.0.51 36674 Wednesday, June 26, 2019 Approved
Skype 8.47.0.59 42395 Tuesday, June 11, 2019 Approved
Skype 8.46.0.60 21497 Tuesday, May 28, 2019 Approved
Skype 8.45.0.41 22332 Tuesday, May 14, 2019 Approved
Skype 8.44.0.40 22760 Tuesday, April 30, 2019 Approved
Skype 8.43.0.56 19208 Wednesday, April 17, 2019 Approved
Skype 8.42.0.60 25711 Wednesday, March 27, 2019 Approved
Skype 8.41.0.54 21553 Tuesday, March 12, 2019 Approved
Skype 8.40.0.70 19978 Tuesday, February 26, 2019 Approved
Skype 8.39.0.180 19291 Wednesday, February 13, 2019 Approved
Skype 8.38.0.161 14370 Tuesday, February 5, 2019 Approved
Skype 8.38.0.138 11935 Thursday, January 31, 2019 Approved
Skype 8.37.0.98 17754 Thursday, January 17, 2019 Approved
Skype 8.36.0.52 29837 Wednesday, December 12, 2018 Approved
Skype 8.34.0.78 28250 Tuesday, November 13, 2018 Approved
Skype 8.33.0.50 20943 Saturday, October 27, 2018 Approved
Skype 8.33.0.41 10373 Tuesday, October 23, 2018 Approved
Skype 8.32.0.53 19141 Friday, October 12, 2018 Approved
Skype 8.31.0.92 21122 Thursday, September 27, 2018 Approved
Skype 8.30.0.50 18016 Wednesday, September 12, 2018 Approved
Skype 8.29.0.50 16482 Wednesday, August 29, 2018 Approved
Skype 8.29.0.47 1967 Tuesday, August 28, 2018 Approved
Skype 8.28.0.41 20165 Tuesday, August 14, 2018 Approved
Skype 8.27.0.85 18356 Friday, August 3, 2018 Approved
Skype 8.25.0.5 34683 Tuesday, July 3, 2018 Approved
Skype 8.24.0.2 11267 Thursday, June 21, 2018 Approved
Skype 8.23.0.10 14617 Thursday, June 7, 2018 Approved
Skype 8.22.0.2 15621 Wednesday, May 23, 2018 Approved
Skype 8.21.0.901 13388 Monday, May 14, 2018 Approved
Skype 8.21.0.9 12670 Sunday, May 13, 2018 Approved
Skype 7.41.0.10101 162122 Tuesday, April 24, 2018 Approved
Skype 7.41.0.101 22394 Monday, April 23, 2018 Approved
Skype 7.39.0.102 211306 Thursday, September 7, 2017 Approved
Skype 7.37.0.103 49761 Wednesday, June 21, 2017 Approved
Skype 7.36.0.101 32167 Friday, May 12, 2017 Approved
Skype 7.35.0.101 29491 Thursday, April 13, 2017 Approved
Skype 7.34.0.103 12863 Friday, April 7, 2017 Approved
Skype 7.33.0.105 30169 Wednesday, March 15, 2017 Approved
Skype 7.32.0.104 87937 Tuesday, February 14, 2017 Approved
Skype 7.32.0.103 155929 Friday, February 3, 2017 Approved
Skype 7.29.0.102 680068 Friday, October 21, 2016 Approved
Skype 7.28.0.101 23103 Tuesday, September 20, 2016 Approved
Skype 7.27.0.101 15136 Thursday, August 25, 2016 Approved
Skype 7.26.0.101 20743 Wednesday, July 27, 2016 Approved
Skype 7.25.0.106 2331 Sunday, July 17, 2016 Approved
Skype 7.25.0.103 592 Friday, June 17, 2016 Approved
Skype 7.24.0.104 512 Friday, May 20, 2016 Approved
Skype 7.23.0.105 462 Sunday, May 8, 2016 Approved
Skype 7.22.0.108 9596 Wednesday, April 6, 2016 Approved
Skype 7.22.0.107 5004 Thursday, March 31, 2016 Approved
Skype 7.22.0.104 3814 Monday, March 28, 2016 Approved
Skype 7.21.0.100 7244 Friday, March 11, 2016 Approved
Skype 7.18.0.112 9000 Friday, February 12, 2016 Approved
Skype 7.18.0.111 4844 Friday, February 5, 2016 Approved
Skype 7.18.0.109 6467 Wednesday, January 20, 2016 Approved
Skype 7.18.0.103 5091 Tuesday, January 12, 2016 Approved
Skype 7.17.0.106 4901 Sunday, January 3, 2016 Approved
Skype 7.17.0.105 4715 Monday, December 21, 2015 Approved
Skype 7.17.0.104 3949 Tuesday, December 15, 2015 Approved
Skype 7.16.0.102 4012 Thursday, December 10, 2015 Approved
Skype 7.16.0.101 3994 Friday, December 4, 2015 Approved
Skype 7.15.0.103 2291 Thursday, December 3, 2015 Approved
Skype 7.15.0.102 5450 Friday, November 20, 2015 Approved
Skype 7.14.0.105 3425 Tuesday, November 17, 2015 Approved
Skype 7.14.0.104 3691 Friday, November 13, 2015 Approved
Skype 7.13.0.101 6685 Friday, October 23, 2015 Approved
Skype 7.12.0.101 6653 Friday, October 2, 2015 Approved
Skype 7.11.0.102 4040 Friday, September 25, 2015 Approved
Skype 7.10.0.101 5955 Wednesday, September 9, 2015 Approved
Skype 7.9.0.103 3446 Wednesday, September 2, 2015 Approved
Skype 7.8.0.102 6515 Thursday, August 13, 2015 Approved
Skype 7.7.0.103 4904 Friday, July 31, 2015 Approved
Skype 7.7.0.102 3707 Wednesday, July 22, 2015 Approved
Skype 7.6.0.105 4771 Saturday, July 4, 2015 Approved
Skype 7.6.0.103 4002 Friday, June 19, 2015 Approved
Skype 7.5.0.102 3971 Friday, June 5, 2015 Approved
Skype 7.5.0.101 3888 Friday, May 22, 2015 Approved
Skype 7.4.0.102 5155 Friday, April 24, 2015 Approved
Skype 7.3.0.101 3769 Tuesday, April 7, 2015 Approved
Skype 7.2.0.103 6015 Wednesday, March 4, 2015 Approved
Skype 7.1.0.105 5674 Thursday, January 29, 2015 Approved
Skype 7.0.0.102 6133 Monday, December 15, 2014 Approved
Skype 7.0.0.100 637 Monday, December 8, 2014 Approved
Skype 6.22.81.105 4657 Monday, November 10, 2014 Approved
Skype 6.22.81.104 2031 Thursday, October 30, 2014 Approved
Skype 6.22.64.106 542 Friday, November 21, 2014 Approved
Skype 6.21.0.104 3529 Tuesday, October 7, 2014 Approved
Skype 6.20.0.104 3349 Thursday, September 4, 2014 Approved
Skype 6.18.0.107 2521 Monday, August 11, 2014 Approved
Skype 6.18.0.106 1677 Tuesday, July 29, 2014 Approved
Skype 6.18.0.105 2050 Thursday, July 10, 2014 Approved
Skype 6.16.0.105 3387 Wednesday, May 14, 2014 Approved
Skype 6.14.0.104 3635 Thursday, February 20, 2014 Approved
Skype 6.13.0.104 1100 Sunday, February 9, 2014 Approved
Skype 6.11.0.102 2649 Friday, November 22, 2013 Approved
Skype 6.10.0.104 1212 Thursday, October 31, 2013 Approved
Skype 6.9.0.106 1320 Saturday, October 5, 2013 Approved
Skype 6.7.0.102 1730 Sunday, August 4, 2013 Approved
Skype 6.6.0.106 1073 Friday, July 5, 2013 Approved
Skype 6.5.0.158 1037 Saturday, June 8, 2013 Approved
Skype 6.3.0.106 982 Monday, May 13, 2013 Approved
Skype 6.3.0.105 785 Wednesday, May 1, 2013 Approved
Skype 5.10.0.117 2030 Thursday, October 4, 2012 Approved
Skype 5.10.0.116 1085 Thursday, July 12, 2012 Approved
Skype 5.10.0.115 648 Friday, July 6, 2012 Approved
Skype 5.10.0.114 608 Sunday, June 17, 2012 Approved
Skype 5.9.0.123 639 Friday, June 8, 2012 Approved

This package has no dependencies.

Discussion for the Skype Package

Ground Rules:

  • This discussion is only about Skype and the Skype 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 Skype, 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