
308
Downloads
308
Downloads of v 1.0.0
1/6/2017
Last update
ViDi-DC — program for game in different Vs_Pollards — Filimania, Alpha-hub and Khimki Quiz.
To install ViDi-DC, run the following command from the command line or from PowerShell:
C:\> choco install vidi-dc
To upgrade ViDi-DC, run the following command from the command line or from PowerShell:
C:\> choco upgrade vidi-dc
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'ViDi-DC' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'http://dvorkin.by/downloads/ViDi-DC_setup.exe' $url64 = '' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'exe' url = $url url64bit = $url64 softwareName = 'ViDi-DC*' checksum = 'D2EFD37E1C0B39476C25E824CC4B4FCB36EE759F987952B1F26CE0FD3FB1527E' checksumType = 'sha256' checksum64 = 'D2EFD37E1C0B39476C25E824CC4B4FCB36EE759F987952B1F26CE0FD3FB1527E' checksumType64= 'sha256' silentArgs = '/S' } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName = 'ViDi-DC' $softwareName = 'ViDi-DC*' $installerType = 'EXE' if ($installerType -ne 'MSI') { $silentArgs = '/S' $validExitCodes = @(0) } $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName if ($key.Count -eq 1) { $key | % { $file = "$($_.UninstallString)" if ($installerType -eq 'MSI') { $silentArgs = "$($_.PSChildName) $silentArgs" $file = '' } 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"} }
Virus Scan Results
- ViDi-DC_setup.exe (d2efd37e1c0b) - ## / 56 - Log in or click on link to see number of positives
- vidi-dc.1.0.0.nupkg (cd4320f9cab1) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
ViDi-DC 1.0.0 | 308 | Friday, January 6, 2017 | approved |
Discussion for the ViDi-DC Package
Ground rules:
- This discussion is only about ViDi-DC and the ViDi-DC 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 ViDi-DC, 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.