Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
2,011
Downloads of v 1.0.3.301:
446
Last Update:
25 Jan 2019
Package Maintainer(s):
Software Author(s):
- Nico Van Goethem
Tags:
codetrack profiler analyzer performance debugging- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

CodeTrack
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,011
Downloads of v 1.0.3.301:
446
Maintainer(s):
Software Author(s):
- Nico Van Goethem
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
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:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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://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
choco download codetrack --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade codetrack -y --source="'STEP 3 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 codetrack -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure codetrack installed
win_chocolatey:
name: codetrack
state: present
version: 1.0.3.301
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'codetrack' do
action :install
version '1.0.3.301'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: codetrack,
Version: 1.0.3.301,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller codetrack
{
Name = 'codetrack'
Ensure = 'Present'
Version = '1.0.3.301'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'codetrack':
provider => 'chocolatey',
ensure => '1.0.3.301',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install codetrack version="1.0.3.301" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 15 Jul 2020.
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.
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.
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_3.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: 455ECCFCC568004BF6108BA9AD8DBBC32CDECB84C6C62153C8F181CA984D68CE
The file 'LICENSE.txt' has been obtained from <https://www.getcodetrack.com/license.html>
$ErrorActionPreference = 'Stop'
$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageName = $env:ChocolateyPackageName
$packageArgs = @{
destination = $toolsPath
packageName = $packageName
file = "$toolsPath\codetrack_1_0_3_3.zip"
}
$outputDir = Get-ChocolateyUnzip @packageArgs
$target = "$outputDir\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" | Out-Null
Install-ChocolateyShortcut "$startMenu\CodeTrack.lnk" -TargetPath $target
Register-Application "$target"
Write-Host "$packageName registered as CodeTrack"
}
else {
Write-Warning "Can't find $PackageName install location"
}
$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
}
md5: 825B2A0F30781E148D68F6493E8264F2 | sha1: EC8536C83625ABA0E007F9E3D881C36ABA02790C | sha256: 455ECCFCC568004BF6108BA9AD8DBBC32CDECB84C6C62153C8F181CA984D68CE | sha512: 9DE788724DBC34DCE07C83E39DA830E29413BA74D7BE7ACBFB90028095C2F68EB4931471B89450A548226E865CD591AE602DC309EAB31DFF61896E06202C2152
Log in or click on link to see number of positives.
- codetrack_1_0_3_3.zip (455eccfcc568) - ## / 62
- CodeTrack.exe (ab0daf31ae80) - ## / 68
- codetrack.1.0.3.301.nupkg (affbb042e01b) - ## / 62
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
CodeTrack 1.0.3.301 | 446 | Friday, January 25, 2019 | Approved |
CodeTrack 1.0.3.3 | 370 | Thursday, January 11, 2018 | Approved |
CodeTrack 1.0.3.2 | 254 | Wednesday, December 13, 2017 | Approved |
CodeTrack 1.0.3.1 | 270 | Thursday, December 7, 2017 | Approved |
CodeTrack 1.0.2.0 | 345 | Wednesday, May 31, 2017 | Approved |
CodeTrack 1.0.1.0 | 326 | Saturday, May 13, 2017 | Approved |
© Nico Van Goethem. All rights reserved.
-
- chocolatey-core.extension (≥ 1.3.3)
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.