Downloads:
9,288
Downloads of v 1.3.6:
324
Last Update:
19 Nov 2015
Package Maintainer(s):
Software Author(s):
- Particular Software
Tags:
nservicebus particular chocolatey servicepulse- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ServicePulse (Install)
- 1
- 2
- 3
1.3.6 | Updated: 19 Nov 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,288
Downloads of v 1.3.6:
324
Maintainer(s):
Software Author(s):
- Particular Software
ServicePulse (Install) 1.3.6
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Particular Software. The inclusion of Particular Software trademark(s), if any, upon this webpage is solely to identify Particular Software goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator chocolatey-ops on 08 Dec 2015.
This package is unlisted and hidden from package listings.
Production monitoring for your systems
$psFile = Join-Path "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 'elevatedUninstall.ps1'
Start-ChocolateyProcessAsAdmin "& `'$psFile`'"
$productName = "ServicePulse";
$app = Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -like "*$productName*" -and ($_.Version -eq "$env:chocolateyPackageVersion") }
if($app -eq $null)
{
Write-Warning "Could not find an installed program for $productName matching version $env:chocolateyPackageVersion to uninstall. It may have been manualy removed. To check the cuurent status ensure that no instance of $productName exists in 'Programs and Features'."
}
else
{
Write "Attempting to uninstall $productName $env:chocolateyPackageVersion from Programs."
$result = $app.Uninstall();
$returnValue = [int]$result.ReturnValue
if ($returnValue -ne 0)
{
Write-Error "Could not uninstall $productName $env:chocolateyPackageVersion. The return code was $returnValue. For information on error codes see http://msdn.microsoft.com/en-us/library/aa372835 http://msdn.microsoft.com/en-us/library/aa376931."
}
}
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.
-
- chocolatey (≥ 0.9.9)
Ground Rules:
- This discussion is only about ServicePulse (Install) and the ServicePulse (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 ServicePulse (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.