Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

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

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
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
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

15,018

Downloads of v 2023.1-EAP04:

15

Last Update:

14 Feb 2023

Package Maintainer(s):

Software Author(s):

  • JetBrains

Tags:

ReSharper JetBrains dotCover dotMemory dotPeek dotTrace TeamCity C++ Ultimate Rider admin

dotUltimate

This is a prerelease version of dotUltimate.

  • 1
  • 2
  • 3

2023.1-EAP04 | Updated: 14 Feb 2023

Downloads:

15,018

Downloads of v 2023.1-EAP04:

15

Maintainer(s):

Software Author(s):

  • JetBrains

dotUltimate 2023.1-EAP04

This is a prerelease version of dotUltimate.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Dependency requires reboot.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install dotUltimate, run the following command from the command line or from PowerShell:

>

To upgrade dotUltimate, run the following command from the command line or from PowerShell:

>

To uninstall dotUltimate, 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 dotultimate -y --source="'INTERNAL REPO URL'" --version="'2023.1-EAP04'" --prerelease [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 dotultimate -y --source="'INTERNAL REPO URL'" --version="'2023.1-EAP04'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install dotultimate
  win_chocolatey:
    name: dotultimate
    version: '2023.1-EAP04'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'dotultimate' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2023.1-EAP04'
  options  '--prerelease'
end

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


cChocoPackageInstaller dotultimate
{
    Name        = "dotultimate"
    Version     = "2023.1-EAP04"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

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


package { 'dotultimate':
  ensure          => '2023.1-EAP04',
  install_options => ['--prerelease'],
  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.

Package Approved

This package was approved as a trusted package on 14 Feb 2023.

Description

This package installs all the components of JetBrains dotUltimate.

The dotUltimate license will cover all paid .NET & Visual Studio tools from JetBrains
(ReSharper, ReSharper C++, Rider, dotTrace, dotMemory, and dotCover).
It will cost the same as ReSharper Ultimate currently does, but will also include Rider.
Holders of active ReSharper Ultimate and ReSharper Ultimate+Rider licenses will be automatically transferred to the new dotUltimate, with all their continuity discounts preserved.

Package Specific

By default all components are installed. You can pass in parameters to de-select specific components.

Package Parameters

The following package parameters can be set:

  • /PerMachine - install machine-wide (instead of per-user)
  • /NoResharper - don't install ReSharper
  • /NoDotTrace - don't install dotTrace
  • /NoDotMemory - don't install dotMemory
  • /NoDotCover - don't install dotCover
  • /NoDotPeek - don't install dotPeek
  • /NoRider - don't install Rider
  • /NoCpp - don't install ReSharper C++
  • /NoTeamCityAddin - don't install TeamCity Addin

These parameters can be passed to the installer with the use of --params.
For example: --params "'/NoCpp /NoTeamCityAddin'".


tools\chocolateyBeforeModify.ps1
# Stop any JetBrains ETW provider services
Get-Service | Where-Object { $_.Name -like "JetBrainsETW*" } | Stop-Service
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.1.EAP4.Checked.exe'
$installPath = Join-Path  (Join-Path $commonPath $platformPackageName) $filename
$packageParameters = Get-PackageParameters

$products = @()

if ($null -eq $packageParameters["NoReSharper"]) {
  $products += "ReSharper"
}

if ($null -eq $packageParameters["NoDotTrace"]) {
  $products += "dotTrace"
}

if ($null -eq $packageParameters["NoDotMemory"]) {
  $products += "dotMemory"
}

if ($null -eq $packageParameters["NoDotCover"]) {
  $products += "dotCover"
}

if ($null -eq $packageParameters["NoDotPeek"]) {
  $products += "dotPeek"
}

if ($null -eq $packageParameters["NoCpp"]) {
  $products += "ReSharperCpp"
}

if ($null -eq $packageParameters["NoTeamCityAddin"]) {
  $products += "teamCityAddin"
}

if ($null -eq $packageParameters["NoRider"]) {
  $products += "Rider"
}

$silentArgs = "/Silent=True /SpecificProductNames=$($products -join ';') /VsVersion=*"

Write-Verbose $silentArgs

if ($packageParameters["PerMachine"]) {
  $silentArgs += " /PerMachine=True"
}


$packageArgs = @{
  packageName   = $packageName
  fileType      = 'exe'
  file          = $installPath
  silentArgs    = $silentArgs
  validExitCodes= @(0)
  softwareName  = 'ReSharper'
}

Install-ChocolateyInstallPackage @packageArgs
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$platformPackageName = 'resharper-platform'
$packageName = 'dotUltimate'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'JetBrains.dotUltimate.2023.1.EAP4.Checked.exe'
$installPath = Join-Path  (Join-Path $commonPath $platformPackageName) $filename

$silentArgs = '/Silent=True /SpecificProductNamesToRemove=* /VsVersion=* /ReSharper9PlusMsi=True'

$packageParameters = Get-PackageParameters

if ($packageParameters["PerMachine"] -ne $null) {
  $silentArgs += " /PerMachine=True"
}

Uninstall-ChocolateyPackage $packageName 'exe' $silentArgs $installPath

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
dotUltimate 2023.2-EAP02 8 Tuesday, May 23, 2023 Approved
dotUltimate 2023.2-EAP01 10 Tuesday, May 16, 2023 Approved
dotUltimate 2023.1.1 104 Thursday, April 27, 2023 Approved
dotUltimate 2023.1 124 Thursday, April 6, 2023 Approved
dotUltimate 2023.1-EAP10 12 Friday, March 31, 2023 Approved
dotUltimate 2023.1-EAP09 14 Saturday, March 25, 2023 Approved
dotUltimate 2023.1-EAP08 16 Monday, March 13, 2023 Approved
dotUltimate 2023.1-EAP07 13 Monday, March 6, 2023 Approved
dotUltimate 2023.1-EAP06 15 Saturday, February 25, 2023 Approved
dotUltimate 2023.1-EAP05 17 Saturday, February 18, 2023 Approved
dotUltimate 2023.1-EAP04 15 Tuesday, February 14, 2023 Approved
dotUltimate 2023.1-EAP03 20 Saturday, February 4, 2023 Approved
dotUltimate 2023.1-EAP02 15 Wednesday, February 1, 2023 Approved
dotUltimate 2023.1-EAP01 17 Friday, January 20, 2023 Approved
dotUltimate 2022.3.3 87 Thursday, March 23, 2023 Approved
dotUltimate 2022.3.2 208 Friday, January 27, 2023 Approved
dotUltimate 2022.3.1 395 Thursday, December 22, 2022 Approved
dotUltimate 2022.3 95 Thursday, December 8, 2022 Approved
dotUltimate 2022.3-EAP09 17 Saturday, November 26, 2022 Approved
dotUltimate 2022.3-EAP08 22 Tuesday, November 15, 2022 Approved
dotUltimate 2022.3-EAP07 25 Thursday, November 3, 2022 Approved
dotUltimate 2022.3-EAP06 20 Tuesday, November 1, 2022 Approved
dotUltimate 2022.3-EAP05 34 Wednesday, October 26, 2022 Approved
dotUltimate 2022.3-EAP04 23 Tuesday, October 18, 2022 Approved
dotUltimate 2022.3-EAP03 23 Tuesday, October 11, 2022 Approved
dotUltimate 2022.3-EAP02 21 Saturday, October 8, 2022 Approved
dotUltimate 2022.3-EAP01 30 Tuesday, September 27, 2022 Approved
dotUltimate 2022.2.4 126 Thursday, November 10, 2022 Approved
dotUltimate 2022.2.3 285 Wednesday, September 14, 2022 Approved
dotUltimate 2022.2.2 142 Tuesday, August 23, 2022 Approved
dotUltimate 2022.2.1 91 Thursday, August 11, 2022 Approved
dotUltimate 2022.2 86 Wednesday, August 3, 2022 Approved
dotUltimate 2022.2-EAP9 37 Friday, July 15, 2022 Approved
dotUltimate 2022.2-EAP8 26 Friday, July 8, 2022 Approved
dotUltimate 2022.2-EAP7 31 Tuesday, July 5, 2022 Approved
dotUltimate 2022.2-EAP6 34 Friday, June 24, 2022 Approved
dotUltimate 2022.2-EAP5 28 Friday, June 17, 2022 Approved
dotUltimate 2022.2-EAP4 36 Friday, June 10, 2022 Approved
dotUltimate 2022.2-EAP3 33 Sunday, June 5, 2022 Approved
dotUltimate 2022.2-EAP2 32 Thursday, June 2, 2022 Approved
dotUltimate 2022.2-EAP1 31 Friday, May 20, 2022 Approved
dotUltimate 2022.1.2 260 Saturday, June 4, 2022 Approved
dotUltimate 2022.1.1 231 Saturday, April 30, 2022 Approved
dotUltimate 2022.1 98 Wednesday, April 20, 2022 Approved
dotUltimate 2022.1-EAP9 34 Tuesday, April 5, 2022 Approved
dotUltimate 2022.1-EAP8 39 Wednesday, March 30, 2022 Approved
dotUltimate 2022.1-EAP7 36 Tuesday, March 22, 2022 Approved
dotUltimate 2022.1-EAP6 42 Wednesday, March 16, 2022 Approved
dotUltimate 2022.1-EAP5 39 Tuesday, March 8, 2022 Approved
dotUltimate 2022.1-EAP3 53 Friday, February 18, 2022 Approved
dotUltimate 2022.1-EAP2 46 Wednesday, February 16, 2022 Approved
dotUltimate 2022.1-EAP1 54 Thursday, February 3, 2022 Approved
dotUltimate 2021.3.4 116 Friday, April 1, 2022 Approved
dotUltimate 2021.3.3 175 Tuesday, February 1, 2022 Approved
dotUltimate 2021.3.2 132 Saturday, December 25, 2021 Approved
dotUltimate 2021.3.1 99 Saturday, December 11, 2021 Approved
dotUltimate 2021.3 63 Thursday, December 9, 2021 Approved
dotUltimate 2021.3-EAP9 57 Monday, November 22, 2021 Approved
dotUltimate 2021.3-EAP8 83 Wednesday, November 17, 2021 Approved
dotUltimate 2021.3-EAP7 54 Tuesday, November 9, 2021 Approved
dotUltimate 2021.3-EAP6 58 Saturday, October 30, 2021 Approved
dotUltimate 2021.3-EAP5 82 Saturday, October 23, 2021 Approved
dotUltimate 2021.3-EAP4 63 Friday, October 15, 2021 Approved
dotUltimate 2021.3-EAP3 88 Tuesday, October 12, 2021 Approved
dotUltimate 2021.3-EAP2 51 Tuesday, October 5, 2021 Approved
dotUltimate 2021.3-EAP10 43 Thursday, December 2, 2021 Approved
dotUltimate 2021.3-EAP1 57 Wednesday, September 29, 2021 Approved
dotUltimate 2021.2.2 298 Thursday, October 14, 2021 Approved
dotUltimate 2021.2.1 219 Saturday, August 28, 2021 Approved
dotUltimate 2021.2 265 Wednesday, August 4, 2021 Approved
dotUltimate 2021.2-EAP9 59 Friday, July 30, 2021 Approved
dotUltimate 2021.2-EAP8 79 Saturday, July 24, 2021 Approved
dotUltimate 2021.2-EAP7 109 Tuesday, July 20, 2021 Approved
dotUltimate 2021.2-EAP6 60 Saturday, July 10, 2021 Approved
dotUltimate 2021.2-EAP5 69 Friday, July 2, 2021 Approved
dotUltimate 2021.2-EAP4 91 Saturday, June 26, 2021 Approved
dotUltimate 2021.2-EAP3 61 Saturday, June 12, 2021 Approved
dotUltimate 2021.2-EAP2 70 Saturday, June 5, 2021 Approved
dotUltimate 2021.2-EAP1 62 Tuesday, June 1, 2021 Approved
dotUltimate 2021.1.5 153 Friday, July 23, 2021 Approved
dotUltimate 2021.1.4 106 Thursday, July 15, 2021 Approved
dotUltimate 2021.1.3 310 Wednesday, May 26, 2021 Approved
dotUltimate 2021.1.2 2579 Saturday, April 24, 2021 Approved
dotUltimate 2021.1.1 2326 Sunday, April 11, 2021 Approved
dotUltimate 2021.1 183 Friday, April 9, 2021 Approved
dotUltimate 2021.1-EAP9 70 Friday, March 26, 2021 Approved
dotUltimate 2021.1-EAP8 81 Friday, March 19, 2021 Approved
dotUltimate 2021.1-EAP7 74 Friday, March 12, 2021 Approved
dotUltimate 2021.1-EAP6 66 Friday, March 5, 2021 Approved
dotUltimate 2021.1-EAP5 70 Saturday, February 27, 2021 Approved
dotUltimate 2021.1-EAP4 358 Sunday, February 21, 2021 Approved
dotUltimate 2021.1-EAP3 80 Wednesday, February 17, 2021 Approved
dotUltimate 2021.1-EAP2 73 Friday, February 5, 2021 Approved
dotUltimate 2021.1-EAP1 84 Tuesday, February 2, 2021 Approved
dotUltimate 2020.3.4 253 Thursday, March 18, 2021 Approved
dotUltimate 2020.3.3 102 Tuesday, February 23, 2021 Approved
dotUltimate 2020.3.2 151 Thursday, December 31, 2020 Approved
dotUltimate 2020.3.1 88 Friday, December 25, 2020 Approved
dotUltimate 2020.3 97 Tuesday, December 15, 2020 Approved
dotUltimate 2020.3-EAP9 79 Saturday, November 28, 2020 Approved
dotUltimate 2020.3-EAP8 90 Friday, November 20, 2020 Approved
dotUltimate 2020.3-EAP7 92 Saturday, November 14, 2020 Approved
dotUltimate 2020.3-EAP6 87 Friday, November 6, 2020 Approved
dotUltimate 2020.3-EAP5 100 Friday, October 30, 2020 Approved
dotUltimate 2020.3-EAP4 87 Saturday, October 17, 2020 Approved
dotUltimate 2020.3-EAP3 85 Friday, October 9, 2020 Approved
dotUltimate 2020.3-EAP2 88 Friday, October 2, 2020 Approved
dotUltimate 2020.3-EAP1 94 Friday, September 25, 2020 Approved
dotUltimate 2020.2.4 129 Friday, October 2, 2020 Approved
dotUltimate 2020.2.3 122 Saturday, September 19, 2020 Approved
dotUltimate 2020.2.2 99 Friday, September 11, 2020 Approved
dotUltimate 2020.2.1 105 Tuesday, September 1, 2020 Approved
dotUltimate 2020.2 98 Thursday, August 13, 2020 Approved
dotUltimate 2020.2-EAP9 108 Friday, August 7, 2020 Exempted
dotUltimate 2020.2-EAP8 104 Saturday, July 25, 2020 Exempted
dotUltimate 2020.2-EAP7 81 Saturday, July 18, 2020 Exempted

Discussion for the dotUltimate Package

Ground Rules:

  • This discussion is only about dotUltimate and the dotUltimate 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 dotUltimate, 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