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:

29,933

Downloads of v 1.0.3.1:

377

Last Update:

07 Dec 2017

Package Maintainer(s):

Software Author(s):

  • Nico Van Goethem

Tags:

codetrack profiler analyzer performance debugging

CodeTrack

This is not the latest version of CodeTrack available.

  • 1
  • 2
  • 3

1.0.3.1 | Updated: 07 Dec 2017

Downloads:

29,933

Downloads of v 1.0.3.1:

377

Maintainer(s):

Software Author(s):

  • Nico Van Goethem

CodeTrack 1.0.3.1

This is not the latest version of CodeTrack available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall CodeTrack, 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 codetrack -y --source="'INTERNAL REPO URL'" --version="'1.0.3.1'" [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 codetrack -y --source="'INTERNAL REPO URL'" --version="'1.0.3.1'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install codetrack
  win_chocolatey:
    name: codetrack
    version: '1.0.3.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'codetrack' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.3.1'
end

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


cChocoPackageInstaller codetrack
{
    Name     = "codetrack"
    Version  = "1.0.3.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'codetrack':
  ensure   => '1.0.3.1',
  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 by moderator flcdrg on 19 Dec 2017.

Description

CodeTrack is a versatile profile with some extra tricks up its sleeve. On top of the profiling features it also allows debugging and analyzing code execution.

Trace View
Per Thread View
List View
Timeline View


tools\codetrack_1_0_3_1.zip
md5: 488549DF38068FE01DD0376A8A5F4097 | sha1: 2144370FE3A0435F125FFB803A6E2D38C86C1B02 | sha256: C6F16A8CF90294187FAF843395798D5D882353A9D9F3951BA043A2D57B4B2232 | sha512: D5B721549633EA07ACB25FE37788454BCB9E7535AA3945C4EF5E2C3303F26EEA4628E7380ABB99CFCCA4871D2B8DDB09FB6A4115019D9A7D284C315872BF087A
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$startMenu = [System.Environment]::GetFolderPath('Programs')
if (Test-Path "$startMenu\CodeTrack.lnk") {
  Write-Host "Removing $env:chocolateyPackageName start menu icon..."
  Remove-Item -Force "$startMenu\CodeTrack.lnk"
}

$regKey ="HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$env:chocolateyPackageName.exe"
if (Test-Path $regKey) {
  Write-Host "Removing registered $env:chocolateyPackageName app path..."
  Remove-Item $regKey -Force -ea 0
}
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageName = $env:ChocolateyPackageName

$packageArgs = @{
  destination = $toolsPath
  packageName = $packageName
  file        = "$toolsPath\codetrack_1_0_3_1.zip"
}

Get-ChocolateyUnzip @packageArgs

$target = "$toolsDir\CodeTrack.exe"
Remove-Item $packageArgs.file -Force -ea 0

if (Test-Path $target) {
  $startMenu = [System.Environment]::GetFolderPath('Programs')
  New-Item -ItemType File -Path "$target.gui"
  Install-ChocolateyShortcut "$startMenu\CodeTrack.lnk" -TargetPath $target

  Register-Application "$installLocation\$packageName.exe"
  Write-Host "$packageName registered as CodeTrack"
}
else {
  Write-Warning "Can't find $PackageName install location"
}
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://www.getcodetrack.com/releases.html>
and can be verified by doing the following:

1. Download the following <https://www.getcodetrack.com/releases/codetrack_1_0_3_1.zip>
2. Get the checksum using one of the following methods:
  - Using powershell function 'Get-FileHash'
  - Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

  checksum type: sha256
  checksum: C6F16A8CF90294187FAF843395798D5D882353A9D9F3951BA043A2D57B4B2232

The file 'LICENSE.txt' has been obtained from <https://www.getcodetrack.com/license.html>
legal\LICENSE.txt
Codetrack License EULA.
=======================
FREEWARE LICENSE 
END-USER LICENSE AGREEMENT 

NOTICE TO USER: 
Please, read this carefully. By using all or any portion of the Software you accept all the terms and conditions of this Agreement. If you do not agree, do not use this Software.


1. DEFINITIONS 
When used in this Agreement, the following terms shall have the respective meanings indicated, such meanings to be applicable to both the singular and plural forms of the terms defined: 

"Licensor" means Nico Van Goethem. "Licensee" means You or Your Company, unless otherwise indicated. 

"Software" means (a) all of the contents of the files, disk(s), CD-ROM(s) or other media with which this Agreement is provided, including but not limited to ((i) registration information, ie License key which is unique for a registration name of the Licensee; (ii) related explanatory written materials or files ("Documentation"); and (iii) Software setup files and code samples (if any); and (b) upgrades, modified versions, updates, additions, and copies of the Software, if any, licensed to you by the Licensor (collectively, "Updates"). 

"Use" or "Using" means to access, install, download, copy or otherwise benefit from using the functionality of the Software in accordance with the Documentation. 

"Computer" means an electronic device that accepts information in digital or similar form and manipulates it for a specific result based on a sequence of instructions. 

2. GENERAL USE 
You are granted a non-exclusive License to Use the downloaded Software for any purposes for an unlimited period of time. 
The software product under this License is provided free of charge. Even though a license fee is not paid for the use of such software, it does not mean that there are no conditions for using such software. 

2.1. The Software may be installed and Used by the Licensee for any legal purpose. 
2.2. The Software may be installed and Used by the Licensee on any number of computers owned, leased or controlled by the Licensee. 
2.3. The Software can be copied and distributed under the condition that original copyright notice and disclaimer of warranty will stay intact and the Licensee will not charge money or fees for the Software product, except to cover distribution costs. 
2.4. The Licensee will not have any proprietary rights in and to the Software. The Licensee acknowledges and agrees that the Licensor retains all copyrights and other proprietary rights in and to the Software. 
2.5 Use within the scope of this License is free of charge and no royalty or licensing fees shall be paid by the Licensee. 

3. INTELLECTUAL PROPERTY RIGHTS 
3.1 This License does not transmit any intellectual rights on the Software. The Software and any copies that the Licensee is authorized by the Licensor to make are the intellectual property of and are owned by the Licensor and its suppliers. 
3.2 The Software is protected by copyright, including without limitation by Copyright Law and international treaty provisions. 
3.3 Any copies that the Licensee is permitted to make pursuant to this Agreement must contain the same copyright and other proprietary notices that appear on or in the Software. 
3.4 The structure, organization and code of the Software are the valuable trade secrets and confidential information of the Licensor and its suppliers. The Licensee agrees not to decompile, disassemble or otherwise attempt to discover the source code of the Software. 
3.5 Any attempts to reverse-engineer, copy, clone, modify or alter in any way the installer program without the Licensor's specific approval are strictly prohibited. The Licensee is not authorized to use any plug-in or enhancement that permits to save modifications to a file with software licensed and distributed by the Licensor. 
3.6 Any information supplied by the Licensor or obtained by the Licensee, as permitted hereunder, may only be used by the Licensee for the purpose described herein and may not be disclosed to any third party or used to create any software which is substantially similar to the expression of the Software. 
3.7 Trademarks shall be used in accordance with accepted trademark practice, including identification of trademarks owners' names. Trademarks can only be used to identify printed output produced by the Software and such use of any trademark does not give the Licensee any rights of ownership in that trademark. 

4. WARRANTY 
4.1 The Licensor warrants that: 
4.1.1 it owns the Software and documentation and/or is in possession of valid and existing licenses that support the terms of this agreement, 
4.1.2 to the best of its knowledge, the Software does not infringe upon or violate any intellectual property right of a third party and the Licensor will indemnify, defend and hold the Licensee harmless in the event of a claim related thereto; 
4.1.3 the Software does not contain any back door, time bomb, drop dead device or other routine intentionally designed by the Licensor to disable a computer program or computer instructions that alter, destroy or inhibit the processing environment. 

4.2 Except those warranties specified in section 4.1 above, the Software is being delivered to the Licensee "AS IS" and the Licensor makes no warranty as to its use or performance. 

The Licensor and its suppliers do not and cannot warrant the performance or results the Licensee may obtain by using the Software. 

Except for any warranty, condition, representation or term to the extent to which the same cannot or may not be excluded or limited by law applicable to the Licensee in his jurisdiction, the Licensor and its suppliers make no warranties conditions, representations, or terms (express or implied whether by statute, common law, custom, usage or otherwise) as to any matter including without limitation non-infringement of third party rights, merchantability, integration, satisfactory quality, or fitness for any particular purpose. 

5. LIMITATION OF LIABILITY 
In no event will the Licensor or its suppliers be liable for any damages, claims or costs whatsoever or any consequential, indirect, incidental damages, or any lost profits or lost savings, even if the Licensor has been advised of the possibility of such loss, damages, claims or costs or for any claim by any third party. 

In no event will the Licensee be liable to the Licensor on condition that the Licensee complies with all terms and conditions stated in this License. 

6. NON-WAIVER 
If a portion of this agreement is held unenforceable, the remainder shall be valid. It means that if one section of the Agreement is not lawful, the rest of the Agreement is still in force. A party's failure to exercise any right under this Agreement will not constitute a waiver of (a) any other terms or conditions of this Agreement, or (b) a right at any time thereafter to require exact and strict compliance with the terms of this Agreement.
icons\64x64.png
 
icons\48x48.png
 

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
CodeTrack 1.0.3.3 478 Thursday, January 11, 2018 Approved
CodeTrack 1.0.3.2 360 Wednesday, December 13, 2017 Approved
CodeTrack 1.0.3.1 377 Thursday, December 7, 2017 Approved
CodeTrack 1.0.2.0 459 Wednesday, May 31, 2017 Approved
CodeTrack 1.0.1.0 440 Saturday, May 13, 2017 Approved
Discussion for the CodeTrack Package

Ground Rules:

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