Skip to content

Commit

Permalink
AU: 1 updated - spywareblaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 20, 2019
1 parent 468916a commit bdf8c76
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/spywareblaster/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ![SpywareBlaster Changelog](https://img.shields.io/badge/SpywareBlaster-Package%20Changelog-blue.svg?style=for-the-badge)

## Upcoming
## Version: 5.5 (2019-06-20)

- Initial implementation of the spywareblaster chocolatey package
2 changes: 1 addition & 1 deletion automatic/spywareblaster/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@e2b844c94b052109fa3a17c25c7ab383e571ec62/automatic/spywareblaster/icons/spwareblaster" height="48" width="48" /> ![SpywareBlaster](https://img.shields.io/chocolatey/v/spywareblaster.svg?label=SpywareBlaster&style=for-the-badge)](https://chocolatey.org/packages/spywareblaster)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@ce5b94c36d002e69d93d44283712e5645f87d860/automatic/spywareblaster/icons/spywareblaster.png" height="48" width="48" /> ![SpywareBlaster](https://img.shields.io/chocolatey/v/spywareblaster.svg?label=SpywareBlaster&style=for-the-badge)](https://chocolatey.org/packages/spywareblaster)

Spyware, adware, browser hijackers, and dialers are some of the most annoying and pervasive threats on the Internet today. By simply browsing a web page, you could find your computer to be the brand-new host of one of these unwanted fiends!

Expand Down
24 changes: 21 additions & 3 deletions automatic/spywareblaster/spywareblaster.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,38 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spywareblaster</id>
<version>0.0</version>
<version>5.5</version>
<owners>AdmiringWorm</owners>
<title>SpywareBlaster</title>
<authors>__REPLACE_AUTHORS_OF_SOFTWARE_COMMA_SEPARATED__</authors>
<projectUrl>https://www.brightfort.com/spywareblaster.html</projectUrl>
<iconUrl>http://cdn.rawgit.com/__REPLACE_YOUR_REPO__/master/icons/sypwareblaster.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@ce5b94c36d002e69d93d44283712e5645f87d860/automatic/spywareblaster/icons/spywareblaster.png</iconUrl>
<copyright>Copyright (C) 2002-2016 BrightFort LLC. All Rights Reserved.</copyright>
<licenseUrl>https://www.brightfort.com/sbnv/licenseagreement.html</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<docsUrl>https://www.brightfort.com/support/index.php?/Knowledgebase/List/Index/4/spywareblaster</docsUrl>
<bugTrackerUrl>https://www.brightfort.com/support/</bugTrackerUrl>
<tags>sypwareblaster security protection prevention</tags>
<summary>Keep your system secure, without interfering with the "good side" of the web.</summary>
<description>__REPLACE__MarkDown_Okay </description>
<description><![CDATA[Spyware, adware, browser hijackers, and dialers are some of the most annoying and pervasive threats on the Internet today. By simply browsing a web page, you could find your computer to be the brand-new host of one of these unwanted fiends!
The most important step you can take is to secure your system. And SpywareBlaster is the most powerful protection program available.
## Multi-Angle Protection
- Prevent the installation of ActiveX-based spyware and other potentially unwanted programs.
- Block spying / tracking via cookies.
- Restrict the actions of potentially unwanted or dangerous web sites.
## No-Nonsense Security
SpywareBlaster can help keep your system secure, without interfering with the "good side" of the web. And unlike other programs, SpywareBlaster does not have to remain running in the background. It works alongside the programs you have to help secure your system.
## Notes
- This package uses the free edition of SpywareBlaster and can only be used for personal & educational purposes.
- There is a problem if the installation directory already exist with a prompt being shown asking wether to really install to the directory or not. Any help for getting around this would be appreciated.
]]></description>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/spywareblaster/Changelog.md)</releaseNotes>

<provides>spywareblaster</provides>
Expand Down
8 changes: 4 additions & 4 deletions automatic/spywareblaster/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
url = 'https://www.brightfort.net/downloads/spywareblastersetup55.exe'
url64bit = ''

softwareName = 'sypwareblaster*'
checksum = ''
checksumType = 'sha256'
softwareName = 'SpywareBlaster *'
checksum = '616d909a54e2f7ece430056ee3c59834e05728b16f583733c775cea6d2e1d36d93f8dd772e30d68373c0929ba2f117d6d1036fc6da83b90f13da1f131c6a4f9a'
checksumType = 'sha512'
checksum64 = ''
checksumType64 = 'sha256'

Expand Down
6 changes: 3 additions & 3 deletions automatic/spywareblaster/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'sypwareblaster*'
softwareName = 'SpywareBlaster *'
fileType = 'exe'
silentArgs = ''
validExitCodes = @(0)
Expand All @@ -14,7 +14,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Start-Process "autohotkey.exe" "$toolsDir\uninstall.ahk"
Expand All @@ -28,5 +28,5 @@ 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)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}

0 comments on commit bdf8c76

Please sign in to comment.