Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

21,653

Downloads of v 4.8.13:

297

Last Update:

07 Sep 2022

Package Maintainer(s):

Software Author(s):

  • TorGuard.net

Tags:

torguard-client admin vpn networking

TorGuard VPN Client (Install)

This is not the latest version of TorGuard VPN Client (Install) available.

  • 1
  • 2
  • 3

4.8.13 | Updated: 07 Sep 2022

Downloads:

21,653

Downloads of v 4.8.13:

297

Maintainer(s):

Software Author(s):

  • TorGuard.net

TorGuard VPN Client (Install) 4.8.13

This is not the latest version of TorGuard VPN Client (Install) available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

This is failing automated testing due to a window popping up that api-ms-crt-runtime-l1-1-0.dll is missing. I've added kb2999226 as a dependency to fix this problem but I believe this requires a reboot so this pkg needs an exemption.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install TorGuard VPN Client (Install), run the following command from the command line or from PowerShell:

>

To upgrade TorGuard VPN Client (Install), run the following command from the command line or from PowerShell:

>

To uninstall TorGuard VPN Client (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 torguard-client -y --source="'INTERNAL REPO URL'" --version="'4.8.13'" [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 torguard-client -y --source="'INTERNAL REPO URL'" --version="'4.8.13'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install torguard-client
  win_chocolatey:
    name: torguard-client
    version: '4.8.13'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'torguard-client' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.8.13'
end

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


cChocoPackageInstaller torguard-client
{
    Name     = "torguard-client"
    Version  = "4.8.13"
    Source   = "INTERNAL REPO URL"
}

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


package { 'torguard-client':
  ensure   => '4.8.13',
  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 07 Sep 2022.

Description

Torguard VPN Client

Every internet connection, regardless of personal or public wifi, binds you to the "terms and conditions" of that provider. Many times, these terms of usage are vague, leaving the safety of your personal data to be determined by a policy you probably don’t have access to. One doesn't have to be doing anything illegal either – there are many documented cases in which personal freedoms have been violated by ISP’s, website owners, and search engines. At TorGuard VPN, we believe every law abiding citizen has the right to encrypt and protect their personal data online.
Big businesses wouldn’t think of risking company secrets on an unsecured connection, so why should you?

TorGuard VPN service protects your online identity by providing you an anonymous IP address to hide behind. By using an encrypted VPN tunnel, this makes it impossible for your personal IP address or internet usage to be captured. Not even an external ISP, website, or search engine will be able to determine your real IP address. TorGuard anonymous VPN provides access to 1600+ Servers in over 50+ countries with just the click of a button. Take back your online privacy today and surf the web in complete privacy.

Notes

This software requires a subscription to the TorGuard VPN Service in order to work.

Maintainer's Note

I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider making a small donation. Thank-you!


tools\chocolateyinstall.ahk
#NoEnv
#NoTrayIcon
SendMode Input
DetectHiddenText, off
DetectHiddenWindows, off
SetTitleMatchMode, 2   ;contains

winTitle = Windows Security ahk_class #32770
winTitle2 = Microsoft Visual C++ ahk_class WixStdBA
winTitle3 = Microsoft Visual C++ ahk_class #32770

Loop
{
    IfWinExist, %winTitle%
    {
        WinActivate
        ControlClick, Install, %winTitle%
    }
    IfWinExist, %winTitle2%
    {
        ControlClick, Close, %winTitle2% 
        WinWait, %winTitle3%
        WinActivate, %winTitle3%
        ControlClick, Yes, %winTitle3%
        Break
    }
}

ExitApp
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64      = 'https://torguard.net/downloads/new/torguard-setup-latest.exe'
$checksum64 = '0b34f2416019cc9342790a71481c370325dcc9801894e2e0904ae102b76d151b'

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'EXE'
  url64bit       = $url64
  softwareName   = '*TorGuard*'
  checksum64     = $checksum64
  checksumType64 = 'sha256'
  silentArgs     = '/S'
  validExitCodes = @(0, 3010)
}

$ahkFile = Join-Path $toolsDir "chocolateyinstall.ahk"
Start-Process -FilePath "AutoHotkey.exe" -Verb runas -ArgumentList $ahkFile

Install-ChocolateyPackage @packageArgs

Stop-Process -Name "AutoHotkey" -Force
tools\chocolateyuninstall.ahk
#NoEnv
#NoTrayIcon
SendMode Input
DetectHiddenText, off
DetectHiddenWindows, off
SetTitleMatchMode, 2   ;contains

winTitle = TAP-Windows ahk_class #32770
WinWait, %winTitle%, , 300
ControlClick, Uninstall, %winTitle%
Sleep, 1000
ControlClick, Next, %winTitle%
Sleep, 1000
ControlClick, Finish, %winTitle%

ExitApp
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'torguard-client'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$softwareName = '*TorGuard*'
$installerType = 'EXE' 

$silentArgs = '/S'
$validExitCodes = @(0)

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName

if ($key.Count -eq 1) {
  $key | % { 
    $file = "$($_.UninstallString)"

    $ahkFile = Join-Path $toolsDir "chocolateyuninstall.ahk"
    Start-Process -FilePath "AutoHotkey.exe" -Verb runas -ArgumentList $ahkFile
    
    Uninstall-ChocolateyPackage -PackageName $packageName `
                                -FileType $installerType `
                                -SilentArgs "$silentArgs" `
                                -ValidExitCodes $validExitCodes `
                                -File "$file"
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName 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 | % {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
TorGuard VPN Client (Install) 4.8.15 18 Friday, February 17, 2023 Approved
TorGuard VPN Client (Install) 4.8.13 297 Wednesday, September 7, 2022 Approved
TorGuard VPN Client (Install) 4.8.12 266 Friday, May 27, 2022 Approved
TorGuard VPN Client (Install) 4.8.11 114 Thursday, April 21, 2022 Approved
TorGuard VPN Client (Install) 4.8.10 177 Saturday, March 19, 2022 Approved
TorGuard VPN Client (Install) 4.8.9 147 Thursday, February 10, 2022 Approved
TorGuard VPN Client (Install) 4.8.8 105 Saturday, February 5, 2022 Approved
TorGuard VPN Client (Install) 4.8.6 130 Thursday, January 20, 2022 Approved
TorGuard VPN Client (Install) 4.8.5 146 Friday, December 24, 2021 Approved
TorGuard VPN Client (Install) 4.8.4 119 Saturday, December 4, 2021 Approved
TorGuard VPN Client (Install) 4.8.2 127 Thursday, November 11, 2021 Approved
TorGuard VPN Client (Install) 4.8.1 88 Friday, November 5, 2021 Approved
TorGuard VPN Client (Install) 4.8.0 93 Monday, November 1, 2021 Approved
TorGuard VPN Client (Install) 4.7.8 103 Tuesday, October 26, 2021 Approved
TorGuard VPN Client (Install) 4.7.7 142 Tuesday, October 5, 2021 Approved
TorGuard VPN Client (Install) 4.7.5 121 Tuesday, September 21, 2021 Approved
TorGuard VPN Client (Install) 4.7.4 115 Tuesday, September 7, 2021 Approved
TorGuard VPN Client (Install) 4.7.3 197 Thursday, July 22, 2021 Approved
TorGuard VPN Client (Install) 4.7.2 161 Thursday, June 17, 2021 Approved
TorGuard VPN Client (Install) 4.7.0 197 Tuesday, May 11, 2021 Approved
TorGuard VPN Client (Install) 4.6.2 120 Monday, May 3, 2021 Approved
TorGuard VPN Client (Install) 4.6.0.20210429 101 Thursday, April 29, 2021 Approved
TorGuard VPN Client (Install) 4.6.0 72 Thursday, April 29, 2021 Approved
TorGuard VPN Client (Install) 4.5.1 219 Wednesday, March 31, 2021 Approved
TorGuard VPN Client (Install) 4.4.1 190 Friday, February 12, 2021 Approved
TorGuard VPN Client (Install) 4.4.0 166 Wednesday, January 20, 2021 Approved
TorGuard VPN Client (Install) 4.3.0 226 Wednesday, December 2, 2020 Approved
TorGuard VPN Client (Install) 4.2.0 223 Tuesday, October 13, 2020 Approved
TorGuard VPN Client (Install) 4.1.3 139 Saturday, October 3, 2020 Approved
TorGuard VPN Client (Install) 4.1.2 164 Thursday, September 24, 2020 Approved
TorGuard VPN Client (Install) 4.1.1.20200918 135 Friday, September 18, 2020 Approved
TorGuard VPN Client (Install) 4.1.1 116 Thursday, September 17, 2020 Approved
TorGuard VPN Client (Install) 4.1.0 159 Thursday, September 10, 2020 Approved
TorGuard VPN Client (Install) 4.0.1 216 Thursday, August 13, 2020 Approved
TorGuard VPN Client (Install) 3.99.4 156 Monday, August 10, 2020 Approved
TorGuard VPN Client (Install) 3.99.3 193 Saturday, July 11, 2020 Approved
TorGuard VPN Client (Install) 3.99.2 179 Thursday, June 25, 2020 Approved
TorGuard VPN Client (Install) 3.99.1 186 Saturday, June 20, 2020 Approved
TorGuard VPN Client (Install) 3.98.13 211 Saturday, May 23, 2020 Approved
TorGuard VPN Client (Install) 3.98.12 196 Tuesday, May 12, 2020 Approved
TorGuard VPN Client (Install) 3.98.10 219 Thursday, April 23, 2020 Approved
TorGuard VPN Client (Install) 3.98.8 132 Wednesday, April 22, 2020 Approved
TorGuard VPN Client (Install) 3.98.3 222 Tuesday, March 31, 2020 Approved
TorGuard VPN Client (Install) 3.98.2 216 Thursday, March 5, 2020 Approved
TorGuard VPN Client (Install) 3.98.1 150 Saturday, February 29, 2020 Approved
TorGuard VPN Client (Install) 3.97.4 285 Sunday, January 5, 2020 Approved
TorGuard VPN Client (Install) 3.97.3 142 Wednesday, January 1, 2020 Approved
TorGuard VPN Client (Install) 3.97.1 199 Wednesday, December 18, 2019 Approved
TorGuard VPN Client (Install) 3.97.0 140 Monday, December 16, 2019 Approved
TorGuard VPN Client (Install) 3.96.1 346 Tuesday, July 23, 2019 Approved
TorGuard VPN Client (Install) 3.96.0 185 Wednesday, July 17, 2019 Approved
TorGuard VPN Client (Install) 3.95.1 224 Tuesday, May 28, 2019 Approved
TorGuard VPN Client (Install) 3.95.0 216 Thursday, April 25, 2019 Approved
TorGuard VPN Client (Install) 3.94.0 204 Monday, April 8, 2019 Approved
TorGuard VPN Client (Install) 3.93.2 199 Thursday, March 28, 2019 Approved
TorGuard VPN Client (Install) 3.93.1 148 Thursday, March 21, 2019 Approved
TorGuard VPN Client (Install) 3.93.0 225 Thursday, March 7, 2019 Approved
TorGuard VPN Client (Install) 3.92.0 300 Wednesday, December 19, 2018 Approved
TorGuard VPN Client (Install) 3.90.0 300 Wednesday, October 31, 2018 Approved
TorGuard VPN Client (Install) 3.89.0 231 Monday, October 1, 2018 Approved
TorGuard VPN Client (Install) 3.88.0 289 Thursday, August 23, 2018 Approved
TorGuard VPN Client (Install) 3.87.0 258 Thursday, August 9, 2018 Approved
TorGuard VPN Client (Install) 3.86.1 301 Friday, July 6, 2018 Approved
TorGuard VPN Client (Install) 3.86.0 276 Friday, June 29, 2018 Approved
TorGuard VPN Client (Install) 3.85.0 275 Wednesday, May 23, 2018 Approved
TorGuard VPN Client (Install) 3.84.1 284 Sunday, May 13, 2018 Approved
TorGuard VPN Client (Install) 0.3.84 277 Monday, April 30, 2018 Approved
TorGuard VPN Client (Install) 0.3.83 255 Friday, April 27, 2018 Approved
TorGuard VPN Client (Install) 0.3.82 299 Thursday, April 19, 2018 Approved
TorGuard VPN Client (Install) 0.3.81 314 Friday, April 6, 2018 Approved
TorGuard VPN Client (Install) 0.3.80 317 Wednesday, March 21, 2018 Approved
TorGuard VPN Client (Install) 0.3.79 288 Friday, March 16, 2018 Approved
TorGuard VPN Client (Install) 0.3.78 353 Friday, February 9, 2018 Approved
TorGuard VPN Client (Install) 0.3.77 382 Friday, December 8, 2017 Approved
TorGuard VPN Client (Install) 0.3.76 345 Friday, November 24, 2017 Approved
TorGuard VPN Client (Install) 0.3.74 344 Wednesday, November 15, 2017 Approved
TorGuard VPN Client (Install) 0.3.71 392 Thursday, October 5, 2017 Approved
TorGuard VPN Client (Install) 0.3.70 371 Tuesday, August 1, 2017 Approved
TorGuard VPN Client (Install) 0.3.69 426 Thursday, May 11, 2017 Approved
TorGuard VPN Client (Install) 0.3.67.20170325 424 Friday, March 24, 2017 Approved
TorGuard VPN Client (Install) 0.3.67.20170324 373 Friday, March 24, 2017 Approved
TorGuard VPN Client (Install) 0.3.67 363 Thursday, March 23, 2017 Approved
TorGuard VPN Client (Install) 0.3.65 369 Sunday, March 5, 2017 Approved
TorGuard VPN Client (Install) 0.3.64 349 Thursday, March 2, 2017 Approved
TorGuard VPN Client (Install) 0.3.63 358 Tuesday, January 17, 2017 Approved
TorGuard VPN Client (Install) 0.3.62 363 Wednesday, January 11, 2017 Approved
TorGuard VPN Client (Install) 0.3.61 356 Tuesday, January 10, 2017 Approved
TorGuard VPN Client (Install) 0.3.60 384 Wednesday, December 14, 2016 Approved
TorGuard VPN Client (Install) 0.3.59 396 Thursday, December 8, 2016 Approved
TorGuard VPN Client (Install) 0.3.58 402 Monday, November 21, 2016 Approved
TorGuard VPN Client (Install) 0.3.56 341 Friday, November 18, 2016 Approved
TorGuard VPN Client (Install) 0.3.55 400 Friday, October 21, 2016 Approved

Discussion for the TorGuard VPN Client (Install) Package

Ground Rules:

  • This discussion is only about TorGuard VPN Client (Install) and the TorGuard VPN Client (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 TorGuard VPN Client (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