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...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
10,958
Downloads of v 1.2.1.4944:
270
Last Update:
02 Apr 2017
Package Maintainer(s):
Software Author(s):
- Nlitesoft
Tags:
nlitesoft ntlite windows depoyment admin
NTLite (Free) (Install)
This is not the latest version of NTLite (Free) (Install) available.
Downloads:
10,958
Downloads of v 1.2.1.4944:
270
Maintainer(s):
Software Author(s):
- Nlitesoft
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.
NTLite (Free) (Install) 1.2.1.4944
This is not the latest version of NTLite (Free) (Install) available.
All Checks are Passing
2 Passing Test
To install NTLite (Free) (Install), run the following command from the command line or from PowerShell:
To upgrade NTLite (Free) (Install), run the following command from the command line or from PowerShell:
To uninstall NTLite (Free) (Install), 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://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
choco download ntlite-free --internalize --version=1.2.1.4944 --source=https://community.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://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade ntlite-free -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 ntlite-free -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 ntlite-free installed
win_chocolatey:
name: ntlite-free
state: present
version: 1.2.1.4944
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ntlite-free' do
action :install
version '1.2.1.4944'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ntlite-free,
Version: 1.2.1.4944,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ntlite-free
{
Name = 'ntlite-free'
Ensure = 'Present'
Version = '1.2.1.4944'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ntlite-free':
provider => 'chocolatey',
ensure => '1.2.1.4944',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ntlite-free version="1.2.1.4944" 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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator flcdrg on 15 Apr 2017.
Welcome to NTLite
For Windows IT Professionals and Enthusiasts
Integrate and automate
Integrate updates, drivers, automate Windows and application setup, speedup Windows deployment process and have it all set for the next time.
Reduce footprint
Optionally remove Windows components, simplify your installation, reduce attack vectors and free up drive space.
In-place editing
Next to editing images, you can also do the same actions on your existing Windows installation in-place, without reinstallation.
*ISO creation only for existing images
MAIN FEATURES
- LIVE INSTALL MODIFICATIONS
- COMPONENT REMOVAL
- HARDWARE TARGETING
- DRIVER, UPDATE, LANGUAGE PACK AND APPLICATION INTEGRATION
- TWEAKS
- UNATTENDED SETUP
- DISK PARTITIONING
- APPLICATION INSTALLATION AUTOMATION
- PENDING CHANGES OVERVIEW
- AND MANY MORE
More details at: https://www.ntlite.com/features/
See license link for Free, Home, Professional, and Business version comparisons.
PACKAGING NOTE: This program is updated semi-frequently. The download link remains the same, but the checksum changes with each new release. If you get an error installing it please try --ignore-checksums and report the update in Disquss.
$ErrorActionPreference = 'Stop'
$packageName = 'ntlite-free'
$installerType = 'exe'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://downloads.ntlite.com/files/NTLite_setup_x86.exe'
$checksum = 'F1B9F2A79A1CECD07273FAF3AC54F0AE54B5F511954FFC7EDA3D2D6F2436C175'
$url64 = 'http://downloads.ntlite.com/files/NTLite_setup_x64.exe'
$checksum64 = '23775696C74CE3FAB70D9DFF1E6B393676C1F669882D3D3F8667D937007BA1B3'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$packageArgs = @{
packageName = $packageName
fileType = $installerType
url = $url
url64bit = $url64
validExitCodes= $validExitCodes
silentArgs = $silentArgs
softwareName = 'VMware Tools'
checksum = $checksum
checksumType = 'sha256'
checksum64 = $checksum64
checksumType64= 'sha256'
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- ntlite-free.1.2.1.4944.nupkg (8d11c89119ab) - ## / 59
- NTLite_setup_x64.exe (23775696c74c) - ## / 61
- NTLite_setup_x86.exe (f1b9f2a79a1c) - ## / 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 |
---|---|---|---|
NTLite (Free) (Install) 2.0.0.7726 | 561 | Saturday, November 28, 2020 | Approved |
NTLite (Free) (Install) 1.9.0.7330 | 1907 | Saturday, April 4, 2020 | Approved |
NTLite (Free) (Install) 1.8.0.7217 | 705 | Sunday, November 10, 2019 | Approved |
NTLite (Free) (Install) 1.8.0.7025 | 985 | Wednesday, July 3, 2019 | Approved |
NTLite (Free) (Install) 1.8.0.6942 | 354 | Friday, May 31, 2019 | Approved |
NTLite (Free) (Install) 1.7.6.6912 | 263 | Saturday, May 4, 2019 | Approved |
NTLite (Free) (Install) 1.7.5.6842 | 162 | Thursday, April 25, 2019 | Approved |
NTLite (Free) (Install) 1.7.4.6790 | 275 | Tuesday, March 26, 2019 | Approved |
NTLite (Free) (Install) 1.7.3.6761 | 172 | Wednesday, March 13, 2019 | Approved |
NTLite (Free) (Install) 1.7.3.6760 | 195 | Friday, February 22, 2019 | Approved |
NTLite (Free) (Install) 1.7.2.6717 | 152 | Saturday, February 9, 2019 | Approved |
NTLite (Free) (Install) 1.7.2.6703 | 157 | Sunday, February 3, 2019 | Approved |
NTLite (Free) (Install) 1.7.2.6680 | 165 | Tuesday, January 15, 2019 | Approved |
NTLite (Free) (Install) 1.7.2.6650 | 177 | Friday, December 14, 2018 | Approved |
NTLite (Free) (Install) 1.7.1.6630 | 160 | Sunday, December 9, 2018 | Approved |
NTLite (Free) (Install) 1.6.3.6240 | 917 | Friday, July 20, 2018 | Approved |
NTLite (Free) (Install) 1.6.2.6220 | 298 | Friday, June 8, 2018 | Approved |
NTLite (Free) (Install) 1.6.1.6190 | 209 | Saturday, May 26, 2018 | Approved |
NTLite (Free) (Install) 1.6.0.6122 | 301 | Friday, April 6, 2018 | Approved |
NTLite (Free) (Install) 1.4.1.5741 | 560 | Sunday, November 26, 2017 | Approved |
NTLite (Free) (Install) 1.4.1.5632 | 358 | Saturday, October 7, 2017 | Approved |
NTLite (Free) (Install) 1.4.1.5590 | 284 | Friday, September 22, 2017 | Approved |
NTLite (Free) (Install) 1.4.0.5537 | 305 | Wednesday, September 6, 2017 | Approved |
NTLite (Free) (Install) 1.3.1.5060 | 367 | Wednesday, June 7, 2017 | Approved |
NTLite (Free) (Install) 1.2.1.4984 | 357 | Sunday, April 16, 2017 | Approved |
NTLite (Free) (Install) 1.2.1.4944 | 270 | Sunday, April 2, 2017 | Approved |
NTLite (Free) (Install) 1.2.0.4830 | 336 | Saturday, February 18, 2017 | Approved |
© 2014-2017 Nlitesoft
This package has no dependencies.
Ground Rules:
- This discussion is only about NTLite (Free) (Install) and the NTLite (Free) (Install) 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 NTLite (Free) (Install), 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.