
4,795
Downloads
1,947
Downloads of v 2.5.19
12/6/2016
Last update
Lightweight profiler to help developers find and fix application problems on their workstations. Based on Stackify's APM technology for monitoring production servers.
To install Stackify Prefix, run the following command from the command line or from PowerShell:
C:\> choco install prefix
To upgrade Stackify Prefix, run the following command from the command line or from PowerShell:
C:\> choco upgrade prefix
Files
Hide- tools\chocolateyinstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName= 'prefix' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://stackifyprodwest.blob.core.windows.net/prefix-latest/StackifyPrefix_2.5.19.exe' $url64 = '' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir fileType = 'exe' url = $url url64bit = $url64 validExitCodes= @(0, 3010, 1641) silentArgs = '/s /v"/qn"' softwareName = 'prefix*' checksum = '' checksumType = 'md5' checksum64 = '' checksumType64= 'md5' } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageName = 'prefix' $softwareName = 'prefix*' $installerType = 'MSI' $silentArgs = '/qn /norestart' $validExitCodes = @(0, 3010, 1605, 1614, 1641) if ($installerType -ne 'MSI') { $validExitCodes = @(0) } $uninstalled = $false $local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' $machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*' $machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*' [array]$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) ` -ErrorAction SilentlyContinue ` | ? { $_.DisplayName -like "$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
- prefix.2.5.19.nupkg (65bb651e42f1) - ## / 54 - Log in or click on link to see number of positives
- StackifyPrefix_2.5.19.exe (e0b2f487381b) - ## / 56 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
View complete release notes at http://support.stackify.com/hc/en-us/articles/207800663-Prefix-Download-Release-Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Stackify Prefix 2.5.19 | 1947 | Tuesday, December 6, 2016 | approved |
Stackify Prefix 2.5.18 | 251 | Wednesday, November 16, 2016 | approved |
Stackify Prefix 2.4.28 | 684 | Wednesday, August 24, 2016 | approved |
Stackify Prefix 2.3.24 | 282 | Friday, August 12, 2016 | approved |
Stackify Prefix 2.2.17 | 200 | Tuesday, August 9, 2016 | approved |
Stackify Prefix 2.2.16 | 103 | Monday, August 8, 2016 | approved |
Stackify Prefix 2.2.14 | 160 | Thursday, August 4, 2016 | approved |
Stackify Prefix 2.1.29 | 215 | Monday, July 25, 2016 | approved |
Stackify Prefix 2.1.23 | 127 | Wednesday, July 6, 2016 | approved |
Stackify Prefix 2.1.22 | 60 | Tuesday, July 5, 2016 | approved |
Discussion for the Stackify Prefix Package
Ground rules:
- This discussion is only about Stackify Prefix and the Stackify Prefix 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 Stackify Prefix, 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.