Downloads:
54,413
Downloads of v 6.1.0:
9
Last Update:
20 Nov 2024
Package Maintainer(s):
Software Author(s):
- Particular Software
Tags:
servicecontrol nservicebus particular portable- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ServiceControl
- 1
- 2
- 3
6.1.0 | Updated: 20 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
54,413
Downloads of v 6.1.0:
9
Maintainer(s):
Software Author(s):
- Particular Software
ServiceControl 6.1.0
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
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ServiceControl, run the following command from the command line or from PowerShell:
To upgrade ServiceControl, run the following command from the command line or from PowerShell:
To uninstall ServiceControl, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download servicecontrol --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade servicecontrol -y --source="'INTERNAL REPO URL'" [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 servicecontrol -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install servicecontrol
win_chocolatey:
name: servicecontrol
version: '6.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'servicecontrol' do
action :install
source 'INTERNAL REPO URL'
version '6.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller servicecontrol
{
Name = "servicecontrol"
Version = "6.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'servicecontrol':
ensure => '6.1.0',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 20 Nov 2024.
ServiceControl is a suite of back-end tools that collect useful information about a running NServiceBus system.
ServiceControl on installation utilizes a trial that expires after 14 days. In order to install a non-trial license please follow the steps outlined in the documentation here https://docs.particular.net/servicecontrol/license.
After installation, simply type Particular.ServiceControl.exe at your terminal to load the Service Control Management
Since this is a portable application, after installation, Particular.ServiceControl.exe will be available on your PATH environment variable for opening the application.
NOTE: It's best practice to install the license VIA your organizations choice of configuration management tool (puppet, chef, ansible, etc.)
Package Parameters
/NoDesktop
: Disables creation of a shortcut on the desktop/NoStartMenu
: Disables creation of a shortcut in the start menu
Example:
choco install servicecontrol --params '"/NoDesktop /NoStartMenu"'
$ErrorActionPreference = 'Stop'
# Shortcuts to remove
@(
[System.Environment]::GetFolderPath('CommonDesktopDirectory')
[System.Environment]::GetFolderPath('CommonStartMenu')
) | ForEach-Object {
if (Test-Path "$_\ServiceControl.lnk") { Remove-Item "$_\ServiceControl.lnk" }
}
Log in or click on link to see number of positives.
- servicecontrol.6.1.0.nupkg (1515cff4a372) - ## / 68
- Particular.ServiceControl-6.1.0.exe (6302a5d62440) - ## / 68
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 |
---|---|---|---|---|
ServiceControl 6.1.0 | 9 | Wednesday, November 20, 2024 | Approved | |
ServiceControl 6.0.1 | 24 | Tuesday, November 12, 2024 | Approved | |
ServiceControl 6.0.0 | 49 | Friday, October 18, 2024 | Approved | |
ServiceControl 5.11.0 | 57 | Saturday, October 5, 2024 | Approved | |
ServiceControl 5.10.0 | 14 | Saturday, September 28, 2024 | Approved | |
ServiceControl 5.9.2 | 17 | Wednesday, September 25, 2024 | Approved | |
ServiceControl 5.9.1 | 24 | Saturday, September 14, 2024 | Approved | |
ServiceControl 5.9.0 | 17 | Thursday, September 12, 2024 | Approved | |
ServiceControl 5.8.0 | 21 | Thursday, September 5, 2024 | Approved | |
ServiceControl 5.7.1 | 21 | Tuesday, September 3, 2024 | Approved | |
ServiceControl 5.7.0 | 31 | Tuesday, August 27, 2024 | Approved | |
ServiceControl 5.6.1 | 19 | Saturday, August 17, 2024 | Approved | |
ServiceControl 5.6.0 | 17 | Wednesday, August 14, 2024 | Approved | |
ServiceControl 5.5.2 | 29 | Friday, August 2, 2024 | Approved | |
ServiceControl 5.5.0 | 23 | Wednesday, July 24, 2024 | Approved | |
ServiceControl 5.4.1 | 29 | Saturday, July 13, 2024 | Approved | |
ServiceControl 5.4.0 | 29 | Tuesday, July 9, 2024 | Approved | |
ServiceControl 5.3.0 | 25 | Friday, June 28, 2024 | Approved | |
ServiceControl 5.2.4 | 72 | Saturday, June 8, 2024 | Approved | |
ServiceControl 5.2.2 | 44 | Monday, June 3, 2024 | Approved | |
ServiceControl 5.2.1 | 34 | Thursday, May 30, 2024 | Approved | |
ServiceControl 5.2.0 | 41 | Wednesday, May 15, 2024 | Approved | |
ServiceControl 5.1.2 | 49 | Tuesday, May 7, 2024 | Approved | |
ServiceControl 5.1.1 | 40 | Tuesday, April 30, 2024 | Approved | |
ServiceControl 5.1.0 | 36 | Tuesday, April 23, 2024 | Approved | |
ServiceControl 5.0.5 | 153 | Friday, February 16, 2024 | Approved | |
ServiceControl 5.0.4 | 102 | Wednesday, January 24, 2024 | Approved | |
ServiceControl 5.0.3 | 102 | Wednesday, December 20, 2023 | Approved | |
ServiceControl 5.0.1.20231209 | 94 | Saturday, December 9, 2023 | Approved | |
ServiceControl (Install) 5.0.1 | 50 | Friday, December 8, 2023 | Approved | |
ServiceControl 5.0.0.20231209 | 26 | Saturday, December 9, 2023 | Approved | |
ServiceControl 5.0.0.20231206 | 24 | Friday, December 8, 2023 | Approved | |
ServiceControl (Install) 5.0.0 | 48 | Saturday, December 2, 2023 | Approved | |
ServiceControl (Install) 4.33.0 | 306 | Tuesday, November 21, 2023 | Approved | |
ServiceControl (Install) 4.32.4 | 363 | Thursday, November 16, 2023 | Approved | |
ServiceControl (Install) 4.32.3 | 65 | Tuesday, November 7, 2023 | Approved | |
ServiceControl (Install) 4.32.2 | 279 | Saturday, July 22, 2023 | Approved | |
ServiceControl (Install) 4.32.1 | 141 | Thursday, July 6, 2023 | Approved | |
ServiceControl (Install) 4.32.0 | 72 | Friday, June 23, 2023 | Approved | |
ServiceControl (Install) 4.31.0 | 60 | Thursday, June 8, 2023 | Approved | |
ServiceControl (Install) 4.30.1 | 47 | Tuesday, May 30, 2023 | Approved | |
ServiceControl (Install) 4.30.0 | 97 | Tuesday, May 2, 2023 | Approved | |
ServiceControl (Install) 4.27.4 | 270 | Thursday, December 22, 2022 | Approved | |
ServiceControl (Install) 4.26.0 | 225 | Wednesday, November 9, 2022 | Approved | |
ServiceControl (Install) 4.25.2 | 231 | Thursday, September 8, 2022 | Approved | |
ServiceControl (Install) 4.25.1 | 128 | Wednesday, September 7, 2022 | Approved | |
ServiceControl (Install) 4.23.0 | 146 | Friday, August 5, 2022 | Approved | |
ServiceControl (Install) 4.22.0 | 321 | Thursday, June 16, 2022 | Approved | |
ServiceControl (Install) 4.21.8 | 364 | Friday, March 4, 2022 | Approved | |
ServiceControl (Install) 4.21.7 | 9815 | Thursday, February 17, 2022 | Approved | |
ServiceControl (Install) 4.21.5 | 88 | Saturday, February 12, 2022 | Approved | |
ServiceControl (Install) 4.21.4 | 101 | Wednesday, February 2, 2022 | Approved | |
ServiceControl (Install) 4.21.3 | 119 | Friday, December 17, 2021 | Approved | |
ServiceControl (Install) 4.21.2 | 227 | Friday, December 3, 2021 | Approved | |
ServiceControl (Install) 4.21.0 | 3363 | Tuesday, November 30, 2021 | Approved | |
ServiceControl (Install) 4.20.3 | 103 | Thursday, November 4, 2021 | Approved | |
ServiceControl (Install) 4.20.2 | 172 | Tuesday, August 3, 2021 | Approved | |
ServiceControl (Install) 4.20.1 | 94 | Tuesday, July 27, 2021 | Approved | |
ServiceControl (Install) 4.20.0 | 88 | Friday, July 16, 2021 | Approved | |
ServiceControl (Install) 4.19.0 | 126 | Tuesday, June 22, 2021 | Approved | |
ServiceControl (Install) 4.17.2 | 102 | Wednesday, June 2, 2021 | Approved | |
ServiceControl (Install) 4.17.1 | 113 | Saturday, May 22, 2021 | Approved | |
ServiceControl (Install) 4.17.0 | 22854 | Friday, May 7, 2021 | Approved | |
ServiceControl (Install) 4.16.0 | 296 | Friday, March 19, 2021 | Approved | |
ServiceControl (Install) 4.15.1 | 161 | Tuesday, January 19, 2021 | Approved | |
ServiceControl (Install) 4.15.0 | 127 | Tuesday, December 29, 2020 | Approved | |
ServiceControl (Install) 4.14.2 | 120 | Wednesday, December 9, 2020 | Approved | |
ServiceControl (Install) 4.14.0 | 174 | Saturday, November 21, 2020 | Approved | |
ServiceControl (Install) 4.13.4 | 154 | Friday, November 13, 2020 | Approved | |
ServiceControl (Install) 4.13.2 | 128 | Thursday, October 29, 2020 | Approved | |
ServiceControl (Install) 4.13.1 | 168 | Friday, October 2, 2020 | Approved | |
ServiceControl (Install) 4.13.0 | 142 | Tuesday, September 29, 2020 | Approved | |
ServiceControl (Install) 4.12.1 | 176 | Saturday, September 12, 2020 | Approved | |
ServiceControl (Install) 4.12.0 | 246 | Tuesday, August 18, 2020 | Approved | |
ServiceControl (Install) 4.11.0 | 173 | Saturday, August 1, 2020 | Approved | |
ServiceControl (Install) 4.10.2.20200713 | 190 | Monday, July 13, 2020 | Approved | |
ServiceControl (Install) 4.10.2 | 195 | Monday, June 8, 2020 | Approved | |
ServiceControl (Install) 4.10.1 | 155 | Wednesday, June 3, 2020 | Approved | |
ServiceControl (Install) 4.10.0 | 208 | Tuesday, May 12, 2020 | Approved | |
ServiceControl (Install) 4.9.0 | 192 | Tuesday, May 5, 2020 | Approved | |
ServiceControl (Install) 4.8.0 | 171 | Wednesday, April 29, 2020 | Approved | |
ServiceControl (Install) 4.7.1 | 268 | Saturday, March 14, 2020 | Approved | |
ServiceControl (Install) 4.7.0 | 174 | Friday, March 6, 2020 | Approved | |
ServiceControl (Install) 4.6.0 | 174 | Friday, March 6, 2020 | Approved | |
ServiceControl (Install) 4.5.3 | 183 | Friday, March 6, 2020 | Approved | |
ServiceControl (Install) 4.5.2 | 177 | Friday, March 6, 2020 | Approved | |
ServiceControl (Install) 4.5.1 | 226 | Tuesday, November 26, 2019 | Approved | |
ServiceControl (Install) 4.5.0 | 168 | Friday, November 22, 2019 | Approved | |
ServiceControl (Install) 4.4.1 | 205 | Monday, October 28, 2019 | Approved | |
ServiceControl (Install) 4.4.0 | 199 | Wednesday, October 23, 2019 | Approved | |
ServiceControl (Install) 4.3.4 | 193 | Friday, October 18, 2019 | Approved | |
ServiceControl (Install) 4.3.3 | 199 | Friday, September 20, 2019 | Approved | |
ServiceControl (Install) 4.3.2 | 180 | Saturday, September 14, 2019 | Approved | |
ServiceControl (Install) 4.3.1 | 192 | Saturday, September 7, 2019 | Approved | |
ServiceControl (Install) 4.3.0 | 211 | Wednesday, August 28, 2019 | Approved | |
ServiceControl (Install) 4.2.0 | 209 | Tuesday, August 27, 2019 | Approved | |
ServiceControl (Install) 4.1.0 | 198 | Saturday, August 17, 2019 | Approved | |
ServiceControl (Install) 4.0.1 | 208 | Thursday, August 1, 2019 | Approved | |
ServiceControl (Install) 3.8.3 | 210 | Wednesday, July 31, 2019 | Approved | |
ServiceControl (Install) 3.8.2 | 188 | Friday, June 7, 2019 | Approved | |
ServiceControl (Install) 3.8.1 | 196 | Thursday, June 6, 2019 | Approved | |
ServiceControl (Install) 3.8.0 | 235 | Wednesday, June 5, 2019 | Approved | |
ServiceControl (Install) 3.7.2 | 235 | Wednesday, May 8, 2019 | Approved | |
ServiceControl (Install) 3.7.1 | 184 | Sunday, May 5, 2019 | Approved | |
ServiceControl (Install) 3.7.0 | 238 | Monday, April 22, 2019 | Approved | |
ServiceControl (Install) 3.6.9 | 212 | Saturday, March 30, 2019 | Approved | |
ServiceControl (Install) 3.6.8 | 205 | Monday, March 18, 2019 | Approved | |
ServiceControl (Install) 3.6.7 | 187 | Tuesday, March 12, 2019 | Approved | |
ServiceControl (Install) 3.6.6 | 217 | Saturday, March 2, 2019 | Approved | |
ServiceControl (Install) 3.6.5 | 200 | Friday, February 22, 2019 | Approved | |
ServiceControl (Install) 3.6.4 | 249 | Thursday, February 7, 2019 | Approved | |
ServiceControl (Install) 3.6.3 | 209 | Tuesday, February 5, 2019 | Approved | |
ServiceControl (Install) 3.6.2 | 240 | Thursday, January 24, 2019 | Approved | |
ServiceControl (Install) 3.6.1 | 249 | Saturday, January 12, 2019 | Approved | |
ServiceControl (Install) 3.6.0 | 215 | Tuesday, January 8, 2019 | Approved | |
ServiceControl (Install) 3.5.0 | 280 | Friday, December 21, 2018 | Approved | |
ServiceControl (Install) 3.4.1 | 245 | Saturday, December 15, 2018 | Approved | |
ServiceControl (Install) 3.4.0 | 209 | Wednesday, December 12, 2018 | Approved | |
ServiceControl (Install) 3.3.4 | 236 | Thursday, November 29, 2018 | Approved | |
ServiceControl (Install) 3.3.3 | 222 | Saturday, November 24, 2018 | Approved | |
ServiceControl (Install) 3.3.2 | 223 | Thursday, November 22, 2018 | Approved | |
ServiceControl (Install) 3.3.1 | 176 | Saturday, November 17, 2018 | Approved | |
ServiceControl (Install) 3.3.0 | 255 | Saturday, November 10, 2018 | Approved | |
ServiceControl (Install) 3.2.3 | 258 | Wednesday, October 24, 2018 | Approved | |
ServiceControl (Install) 3.2.1 | 250 | Wednesday, October 17, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about ServiceControl and the ServiceControl 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 ServiceControl, 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.