Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

54,030

Downloads of v 5.11.0:

6

Last Update:

05 Oct 2024

Package Maintainer(s):

Software Author(s):

  • Particular Software

Tags:

servicecontrol nservicebus particular portable

ServiceControl

  • 1
  • 2
  • 3

5.11.0 | Updated: 05 Oct 2024

Downloads:

54,030

Downloads of v 5.11.0:

6

Maintainer(s):

Software Author(s):

  • Particular Software

ServiceControl 5.11.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


Validation Testing Passed


Verification Testing Exemption:

Required due to dependency.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

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: '5.11.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  '5.11.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller servicecontrol
{
    Name     = "servicecontrol"
    Version  = "5.11.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'servicecontrol':
  ensure   => '5.11.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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 05 Oct 2024.

Description

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"'


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$url64bit      = 'https://github.com/Particular/ServiceControl/releases/download/5.11.0/Particular.ServiceControl-5.11.0.exe'
$checksum64    = '1540b5c078602a3feb2d6e3910457a07ac91f4ef56464119975d30b7b7e11d11'
$toolsDir      = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pp = Get-PackageParameters

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  url64bit       = $url64bit
  checksum64     = $checksum64
  checksumType64 = 'sha256'
  fileFullPath   = "$toolsDir\Particular.ServiceControl.exe"
}

Get-ChocolateyWebFile @packageArgs

if (!$pp.NoDesktop) {
  Write-Host "Creating desktop shortcut for ServiceControl..."
  # Create desktop shortcut
  $desktop = [System.Environment]::GetFolderPath('CommonDesktopDirectory')
  Install-ChocolateyShortcut -ShortcutFilePath "$desktop\ServiceControl Management.lnk" -TargetPath $packageArgs.fileFullPath
}

if (!$pp.NoStartMenu) {
  Write-Host "Creating Start Menu shortcut for ServiceControl..."
  $startMenu = [System.Environment]::GetFolderPath('CommonStartMenu')
  Install-ChocolateyShortcut -ShortcutFilePath "$startMenu\ServiceControl Management.lnk" -TargetPath $packageArgs.fileFullPath
}
tools\chocolateyuninstall.ps1

$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.

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 5.10.0 12 Saturday, September 28, 2024 Approved
ServiceControl 5.9.2 14 Wednesday, September 25, 2024 Approved
ServiceControl 5.9.1 23 Saturday, September 14, 2024 Approved
ServiceControl 5.9.0 14 Thursday, September 12, 2024 Approved
ServiceControl 5.8.0 20 Thursday, September 5, 2024 Approved
ServiceControl 5.7.1 20 Tuesday, September 3, 2024 Approved
ServiceControl 5.7.0 24 Tuesday, August 27, 2024 Approved
ServiceControl 5.6.1 18 Saturday, August 17, 2024 Approved
ServiceControl 5.6.0 15 Wednesday, August 14, 2024 Approved
ServiceControl 5.5.2 27 Friday, August 2, 2024 Approved
ServiceControl 5.5.0 19 Wednesday, July 24, 2024 Approved
ServiceControl 5.4.1 27 Saturday, July 13, 2024 Approved
ServiceControl 5.4.0 28 Tuesday, July 9, 2024 Approved
ServiceControl 5.3.0 24 Friday, June 28, 2024 Approved
ServiceControl 5.2.4 68 Saturday, June 8, 2024 Approved
ServiceControl 5.2.2 42 Monday, June 3, 2024 Approved
ServiceControl 5.2.1 32 Thursday, May 30, 2024 Approved
ServiceControl 5.2.0 40 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 140 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 93 Saturday, December 9, 2023 Approved
ServiceControl (Install) 5.0.1 49 Friday, December 8, 2023 Approved
ServiceControl 5.0.0.20231209 25 Saturday, December 9, 2023 Approved
ServiceControl 5.0.0.20231206 23 Friday, December 8, 2023 Approved
ServiceControl (Install) 5.0.0 47 Saturday, December 2, 2023 Approved
ServiceControl (Install) 4.33.0 305 Tuesday, November 21, 2023 Approved
ServiceControl (Install) 4.32.4 362 Thursday, November 16, 2023 Approved
ServiceControl (Install) 4.32.3 63 Tuesday, November 7, 2023 Approved
ServiceControl (Install) 4.32.2 278 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 58 Thursday, June 8, 2023 Approved
ServiceControl (Install) 4.30.1 47 Tuesday, May 30, 2023 Approved
ServiceControl (Install) 4.30.0 96 Tuesday, May 2, 2023 Approved
ServiceControl (Install) 4.27.4 269 Thursday, December 22, 2022 Approved
ServiceControl (Install) 4.26.0 225 Wednesday, November 9, 2022 Approved
ServiceControl (Install) 4.25.2 229 Thursday, September 8, 2022 Approved
ServiceControl (Install) 4.25.1 127 Wednesday, September 7, 2022 Approved
ServiceControl (Install) 4.23.0 144 Friday, August 5, 2022 Approved
ServiceControl (Install) 4.22.0 314 Thursday, June 16, 2022 Approved
ServiceControl (Install) 4.21.8 361 Friday, March 4, 2022 Approved
ServiceControl (Install) 4.21.7 9813 Thursday, February 17, 2022 Approved
ServiceControl (Install) 4.21.5 86 Saturday, February 12, 2022 Approved
ServiceControl (Install) 4.21.4 100 Wednesday, February 2, 2022 Approved
ServiceControl (Install) 4.21.3 117 Friday, December 17, 2021 Approved
ServiceControl (Install) 4.21.2 224 Friday, December 3, 2021 Approved
ServiceControl (Install) 4.21.0 3361 Tuesday, November 30, 2021 Approved
ServiceControl (Install) 4.20.3 103 Thursday, November 4, 2021 Approved
ServiceControl (Install) 4.20.2 171 Tuesday, August 3, 2021 Approved
ServiceControl (Install) 4.20.1 91 Tuesday, July 27, 2021 Approved
ServiceControl (Install) 4.20.0 86 Friday, July 16, 2021 Approved
ServiceControl (Install) 4.19.0 120 Tuesday, June 22, 2021 Approved
ServiceControl (Install) 4.17.2 101 Wednesday, June 2, 2021 Approved
ServiceControl (Install) 4.17.1 112 Saturday, May 22, 2021 Approved
ServiceControl (Install) 4.17.0 22851 Friday, May 7, 2021 Approved
ServiceControl (Install) 4.16.0 291 Friday, March 19, 2021 Approved
ServiceControl (Install) 4.15.1 160 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 172 Saturday, November 21, 2020 Approved
ServiceControl (Install) 4.13.4 150 Friday, November 13, 2020 Approved
ServiceControl (Install) 4.13.2 125 Thursday, October 29, 2020 Approved
ServiceControl (Install) 4.13.1 159 Friday, October 2, 2020 Approved
ServiceControl (Install) 4.13.0 141 Tuesday, September 29, 2020 Approved
ServiceControl (Install) 4.12.1 176 Saturday, September 12, 2020 Approved
ServiceControl (Install) 4.12.0 244 Tuesday, August 18, 2020 Approved
ServiceControl (Install) 4.11.0 171 Saturday, August 1, 2020 Approved
ServiceControl (Install) 4.10.2.20200713 189 Monday, July 13, 2020 Approved
ServiceControl (Install) 4.10.2 193 Monday, June 8, 2020 Approved
ServiceControl (Install) 4.10.1 154 Wednesday, June 3, 2020 Approved
ServiceControl (Install) 4.10.0 206 Tuesday, May 12, 2020 Approved
ServiceControl (Install) 4.9.0 189 Tuesday, May 5, 2020 Approved
ServiceControl (Install) 4.8.0 169 Wednesday, April 29, 2020 Approved
ServiceControl (Install) 4.7.1 265 Saturday, March 14, 2020 Approved
ServiceControl (Install) 4.7.0 173 Friday, March 6, 2020 Approved
ServiceControl (Install) 4.6.0 173 Friday, March 6, 2020 Approved
ServiceControl (Install) 4.5.3 182 Friday, March 6, 2020 Approved
ServiceControl (Install) 4.5.2 175 Friday, March 6, 2020 Approved
ServiceControl (Install) 4.5.1 224 Tuesday, November 26, 2019 Approved
ServiceControl (Install) 4.5.0 164 Friday, November 22, 2019 Approved
ServiceControl (Install) 4.4.1 201 Monday, October 28, 2019 Approved
ServiceControl (Install) 4.4.0 197 Wednesday, October 23, 2019 Approved
ServiceControl (Install) 4.3.4 191 Friday, October 18, 2019 Approved
ServiceControl (Install) 4.3.3 196 Friday, September 20, 2019 Approved
ServiceControl (Install) 4.3.2 179 Saturday, September 14, 2019 Approved
ServiceControl (Install) 4.3.1 188 Saturday, September 7, 2019 Approved
ServiceControl (Install) 4.3.0 208 Wednesday, August 28, 2019 Approved
ServiceControl (Install) 4.2.0 207 Tuesday, August 27, 2019 Approved
ServiceControl (Install) 4.1.0 197 Saturday, August 17, 2019 Approved
ServiceControl (Install) 4.0.1 207 Thursday, August 1, 2019 Approved
ServiceControl (Install) 3.8.3 209 Wednesday, July 31, 2019 Approved
ServiceControl (Install) 3.8.2 187 Friday, June 7, 2019 Approved
ServiceControl (Install) 3.8.1 192 Thursday, June 6, 2019 Approved
ServiceControl (Install) 3.8.0 232 Wednesday, June 5, 2019 Approved
ServiceControl (Install) 3.7.2 233 Wednesday, May 8, 2019 Approved
ServiceControl (Install) 3.7.1 182 Sunday, May 5, 2019 Approved
ServiceControl (Install) 3.7.0 236 Monday, April 22, 2019 Approved
ServiceControl (Install) 3.6.9 211 Saturday, March 30, 2019 Approved
ServiceControl (Install) 3.6.8 201 Monday, March 18, 2019 Approved
ServiceControl (Install) 3.6.7 186 Tuesday, March 12, 2019 Approved
ServiceControl (Install) 3.6.6 215 Saturday, March 2, 2019 Approved
ServiceControl (Install) 3.6.5 198 Friday, February 22, 2019 Approved
ServiceControl (Install) 3.6.4 246 Thursday, February 7, 2019 Approved
ServiceControl (Install) 3.6.3 207 Tuesday, February 5, 2019 Approved
ServiceControl (Install) 3.6.2 237 Thursday, January 24, 2019 Approved
ServiceControl (Install) 3.6.1 246 Saturday, January 12, 2019 Approved
ServiceControl (Install) 3.6.0 212 Tuesday, January 8, 2019 Approved
ServiceControl (Install) 3.5.0 279 Friday, December 21, 2018 Approved
ServiceControl (Install) 3.4.1 243 Saturday, December 15, 2018 Approved
ServiceControl (Install) 3.4.0 207 Wednesday, December 12, 2018 Approved
ServiceControl (Install) 3.3.4 234 Thursday, November 29, 2018 Approved
ServiceControl (Install) 3.3.3 220 Saturday, November 24, 2018 Approved
ServiceControl (Install) 3.3.2 221 Thursday, November 22, 2018 Approved
ServiceControl (Install) 3.3.1 175 Saturday, November 17, 2018 Approved
ServiceControl (Install) 3.3.0 249 Saturday, November 10, 2018 Approved
ServiceControl (Install) 3.2.3 254 Wednesday, October 24, 2018 Approved
ServiceControl (Install) 3.2.1 249 Wednesday, October 17, 2018 Approved

This package has no dependencies.

Discussion for the ServiceControl Package

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.
comments powered by Disqus