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:

208,864

Downloads of v 11.7.0.64:

531

Last Update:

17 Oct 2019

Package Maintainer(s):

Software Author(s):

  • Viber Media Inc.

Tags:

voip video-chat text-messaging group-chat phone admin

Viber

This is not the latest version of Viber available.

  • 1
  • 2
  • 3

11.7.0.64 | Updated: 17 Oct 2019

Downloads:

208,864

Downloads of v 11.7.0.64:

531

Maintainer(s):

Software Author(s):

  • Viber Media Inc.

Viber 11.7.0.64

This is not the latest version of Viber available.

  • 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 Viber, run the following command from the command line or from PowerShell:

>

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

>

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

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

Exit $exitCode

- name: Install viber
  win_chocolatey:
    name: viber
    version: '11.7.0.64'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'viber' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '11.7.0.64'
end

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


cChocoPackageInstaller viber
{
    Name     = "viber"
    Version  = "11.7.0.64"
    Source   = "INTERNAL REPO URL"
}

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


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

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved by moderator flcdrg on 20 Oct 2019.

Description

Viber is a mobile application that lets you make free phone calls and send text messages to anyone who also has the application installed. You can call or text any Viber user, anywhere in the world, for free.

Viber integrates seamlessly with your existing address book, has great sound quality and once activated, does not require a PIN, username or any additional "in application" purchase.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.


tools\chocolateyInstall.ahk
#NoEnv
SetTitleMatchMode, 1  ;begins
DetectHiddenText, off
DetectHiddenWindows, off
 
winTitle = Viber ahk_class Qt5QWindowIcon
 
WinWait, %winTitle%, , 120
WinClose, %winTitle%
 
ExitApp
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir     = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url          = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum     = '313300C18585B9C9C0531E427F80364EF17963815A422F1BD93C5BD244FE5926'
$checksumType = 'sha256'
$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'exe'
  url            = $url
  checksum       = $checksum
  checksumType   = $checksumType
  softwareName   = "Viber*"
  silentArgs     = '/install /quiet /norestart'
  validExitCodes = @(0)
  destination   = $toolsDir
}

# silent install requires AutoHotKey
$ahkFile = Join-Path $toolsDir 'chocolateyInstall.ahk'
$ahkEXE = Get-ChildItem "$env:ChocolateyInstall\lib\autohotkey.portable" -Recurse -filter autohotkey.exe
$ahkProc = Start-Process -FilePath $ahkEXE.FullName -ArgumentList "$ahkFile" -PassThru
Write-Debug "AutoHotKey start time:`t$($ahkProc.StartTime.ToShortTimeString())"
Write-Debug "Process ID:`t$($ahkProc.Id)"

Install-ChocolateyPackage @packageArgs

if (Get-Process -id $ahkProc.Id -ErrorAction SilentlyContinue) {Stop-Process -id $ahkProc.Id}

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
Viber 22.3.0 6 Wednesday, March 20, 2024
Waiting for Maintainer
Viber 22.2.0 7 Wednesday, March 6, 2024
Waiting for Maintainer
Viber 22.1.0 8 Thursday, February 29, 2024
Waiting for Maintainer
Viber 18.8.0.0 1210 Wednesday, November 2, 2022 Exempted
Viber 18.5.0.10 4416 Tuesday, September 27, 2022 Approved
Viber 18.4.0.6 2440 Wednesday, September 7, 2022 Approved
Viber 18.3.0.1 3597 Thursday, August 25, 2022 Approved
Viber 18.2.0.1 2988 Wednesday, August 10, 2022 Approved
Viber 18.1.0.0 3137 Tuesday, July 26, 2022 Approved
Viber 18.0.0.0 2708 Tuesday, July 12, 2022 Approved
Viber 17.9.0.0 3515 Wednesday, June 29, 2022 Approved
Viber 17.8.1.2 1900 Wednesday, June 22, 2022 Approved
Viber 17.8.1.0 1440 Friday, June 17, 2022 Approved
Viber 17.8.0.0 979 Tuesday, June 14, 2022 Approved
Viber 17.7.0.0 3733 Tuesday, May 31, 2022 Approved
Viber 17.6.0.15 2772 Thursday, May 19, 2022 Approved
Viber 17.6.0.2 979 Monday, May 16, 2022 Approved
Viber 17.5.1.11 3280 Saturday, April 30, 2022 Approved
Viber 17.5.1.0 622 Thursday, April 28, 2022 Approved
Viber 17.4.0.482 2027 Wednesday, April 20, 2022 Approved
Viber 17.4.0.472 466 Tuesday, April 19, 2022 Approved
Viber 17.4.0.10 1543 Wednesday, April 13, 2022 Approved
Viber 17.4.0.3 699 Monday, April 11, 2022 Approved
Viber 17.3.0.7 2947 Wednesday, March 30, 2022 Approved
Viber 17.2.0.6 3008 Wednesday, March 16, 2022 Approved
Viber 17.1.0.2 2538 Wednesday, March 2, 2022 Approved
Viber 17.0.0.0 2808 Tuesday, February 15, 2022 Approved
Viber 16.9.0.0 2849 Thursday, February 3, 2022 Approved
Viber 16.8.1.0 1552 Wednesday, January 26, 2022 Approved
Viber 16.8.0.10 594 Monday, January 24, 2022 Approved
Viber 16.7.0.4 4803 Thursday, December 16, 2021 Approved
Viber 16.6.0.0 3016 Tuesday, November 30, 2021 Approved
Viber 16.5.0.0 2972 Tuesday, November 16, 2021 Approved
Viber 16.4.6.1 1241 Thursday, November 11, 2021 Approved
Viber 16.4.5.3 1327 Friday, November 5, 2021 Approved
Viber 16.4.0.7 1454 Wednesday, October 27, 2021 Approved
Viber 16.4.0.2 521 Monday, October 25, 2021 Approved
Viber 16.3.0.5 2401 Wednesday, October 6, 2021 Approved
Viber 16.1.0.0 3000 Tuesday, September 14, 2021 Approved
Viber 16.0.0.10 1846 Friday, September 3, 2021 Approved
Viber 15.9.0.1 2242 Monday, August 16, 2021 Approved
Viber 15.8.0.1 2085 Wednesday, July 28, 2021 Approved
Viber 15.7.0.24 1569 Thursday, July 15, 2021 Approved
Viber 15.6.0.3 1653 Thursday, July 1, 2021 Approved
Viber 15.5.0.0 1535 Tuesday, June 15, 2021 Approved
Viber 15.4.1.1 2129 Tuesday, June 1, 2021 Approved
Viber 15.4.0.6 813 Thursday, May 27, 2021 Approved
Viber 15.3.0.5 1897 Friday, May 14, 2021 Approved
Viber 15.2.0.0 3662 Tuesday, April 27, 2021 Approved
Viber 15.1.0.5 5232 Wednesday, April 14, 2021 Approved
Viber 15.0.0.0 1996 Monday, March 29, 2021 Approved
Viber 14.9.1.0 1994 Thursday, March 18, 2021 Approved
Viber 14.9.0.3 662 Monday, March 15, 2021 Approved
Viber 14.8.0.3 2256 Thursday, February 25, 2021 Approved
Viber 14.7.0.3 1876 Thursday, February 11, 2021 Approved
Viber 14.6.0.0 2130 Wednesday, January 27, 2021 Approved
Viber 14.4.2.0 1312 Thursday, January 14, 2021 Approved
Viber 14.4.1.12 2122 Sunday, December 20, 2020 Approved
Viber 14.4.0.30 816 Sunday, December 13, 2020 Approved
Viber 14.3.0.52 987 Thursday, December 3, 2020 Approved
Viber 14.2.0.38 1157 Tuesday, November 17, 2020 Approved
Viber 14.2.0.35 465 Sunday, November 15, 2020 Approved
Viber 14.1.1.13 1240 Tuesday, November 3, 2020 Approved
Viber 14.1.0.31 654 Wednesday, October 28, 2020 Approved
Viber 14.0.0.51 784 Monday, October 19, 2020 Approved
Viber 13.9.1.10 1232 Friday, October 2, 2020 Approved
Viber 13.9.0.18 378 Wednesday, September 30, 2020 Approved
Viber 13.8.0.25 716 Wednesday, September 16, 2020 Approved
Viber 13.7.0.40 680 Friday, September 4, 2020 Approved
Viber 13.6.0.58 893 Monday, August 17, 2020 Approved
Viber 13.5.0.64 925 Monday, July 27, 2020 Approved
Viber 13.3.1.21 924 Tuesday, July 7, 2020 Approved
Viber 13.3.0.43 563 Sunday, June 28, 2020 Approved
Viber 13.2.0.39 723 Sunday, June 14, 2020 Approved
Viber 13.1.0.56 758 Sunday, May 31, 2020 Approved
Viber 13.0.0.75 653 Monday, May 18, 2020 Approved
Viber 12.8.1.20 1050 Tuesday, April 21, 2020 Approved
Viber 12.8.0.75 447 Thursday, April 16, 2020 Approved
Viber 12.7.1.14 163 Sunday, April 5, 2020 Approved
Viber 12.7.0.54 948 Tuesday, March 31, 2020 Approved
Viber 12.6.0.41 693 Wednesday, March 18, 2020 Approved
Viber 12.5.0.50 685 Tuesday, March 3, 2020 Approved
Viber 12.4.0.22 705 Sunday, February 16, 2020 Approved
Viber 12.3.0.38 822 Thursday, January 30, 2020 Approved
Viber 12.2.0.54 836 Thursday, January 9, 2020 Approved
Viber 12.1.0.29 1391 Monday, December 16, 2019 Approved
Viber 12.1.0.23 356 Thursday, December 12, 2019 Approved
Viber 11.9.5.32 642 Thursday, November 28, 2019 Approved
Viber 11.9.1.3 611 Friday, November 15, 2019 Approved
Viber 11.9.0.18 325 Wednesday, November 13, 2019 Approved
Viber 11.8.0.60 660 Wednesday, October 30, 2019 Approved
Viber 11.7.0.64 531 Thursday, October 17, 2019 Approved
Viber 11.6.0.51 785 Thursday, September 26, 2019 Approved
Viber 11.5.0.67 637 Wednesday, September 11, 2019 Approved
Viber 11.4.0.64 782 Tuesday, August 27, 2019 Approved
Viber 11.3.1.28 505 Monday, August 19, 2019 Approved
Viber 11.3.0.24 560 Wednesday, August 7, 2019 Approved
Viber 11.2.0.37 419 Wednesday, July 31, 2019 Approved
Viber 11.1.0.38 533 Thursday, July 18, 2019 Approved
Viber 11.0.0.42 601 Tuesday, July 2, 2019 Approved
Viber 11.0.0.40 319 Sunday, June 30, 2019 Approved
Viber 10.9.0.55 577 Tuesday, June 18, 2019 Approved
Viber 10.9.0.52 258 Monday, June 17, 2019 Approved
Viber 10.8.0.50 544 Sunday, June 2, 2019 Approved
Viber 10.7.0.16 652 Tuesday, May 14, 2019 Approved
Viber 10.6.0.32 494 Monday, April 29, 2019 Approved
Viber 10.5.0.23 469 Sunday, April 14, 2019 Approved
Viber 10.5.0.20 361 Thursday, April 11, 2019 Approved
Viber 10.4.0.54 432 Thursday, March 28, 2019 Approved
Viber 10.3.0.36 427 Wednesday, March 13, 2019 Approved
Viber 10.2.0.38 447 Tuesday, February 26, 2019 Approved
Viber 10.1.0.44 442 Thursday, February 14, 2019 Approved
Viber 10.0.0.32 428 Sunday, February 3, 2019 Approved
Viber 10.0.0.30 377 Monday, January 28, 2019 Approved
Viber 9.9.6.53 344 Thursday, January 17, 2019 Approved
Viber 9.9.6.49 273 Tuesday, January 15, 2019 Approved
Viber 9.9.5.12 368 Monday, December 31, 2018 Approved
Viber 6.0.5.1518 5944 Thursday, June 2, 2016 Approved
Viber 3.1.1.60 1821 Tuesday, November 19, 2013 Approved
Viber 3.1.0.887 551 Friday, July 19, 2013 Approved
Discussion for the Viber Package

Ground Rules:

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