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:
380
Downloads of v 2020.01.24:
380
Last Update:
16 May 2020
Package Maintainer(s):
Software Author(s):
- Autodesk
Tags:
autodesk autocad dwg cad 2D drawing- 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

Autocad LT (64-bit)
- 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:
380
Downloads of v 2020.01.24:
380
Maintainer(s):
Software Author(s):
- Autodesk
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.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dependencies require a reboot.
To install Autocad LT (64-bit), run the following command from the command line or from PowerShell:
To upgrade Autocad LT (64-bit), run the following command from the command line or from PowerShell:
To uninstall Autocad LT (64-bit), 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 autocadlt --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 autocadlt -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 autocadlt -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 autocadlt installed
win_chocolatey:
name: autocadlt
state: present
version: 2020.01.24
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 'autocadlt' do
action :install
version '2020.01.24'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: autocadlt,
Version: 2020.01.24,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller autocadlt
{
Name = 'autocadlt'
Ensure = 'Present'
Version = '2020.01.24'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'autocadlt':
provider => 'chocolatey',
ensure => '2020.01.24',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install autocadlt version="2020.01.24" 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 by moderator flcdrg on 17 May 2020.
Create precise 2D drawings with powerful drafting tools. AutoCAD LT is computer-aided design (CAD) software that architects, engineers, construction professionals, and designers rely on to produce 2D drawings and documentation.
This package will install the full software with default settings, but needs to be activated on first run. On upgrade, this package will remove the previous version before installing the new version. Hotfixes or service packs are not included in this package as the Desktop App will handle this.
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'AutoCAD_LT_*'
$AutoCADLT2021English = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = "{28B89EEF-4109-0409-2102-CF3F3A09B77D} /qn /norestart"
}
$AutoCADLT2021 = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = "{28B89EEF-4109-0000-0102-CF3F3A09B77D} /qn /norestart"
}
$AutoCADLT2021LanguagePackEnglish = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = "{28B89EEF-4109-0409-1102-CF3F3A09B77D} /qn /norestart"
}
$AutodeskMaterialLibrary2021 = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = "{6774FD60-7D4B-4D57-BE56-2702A07C9701} /qn /norestart"
}
$AutodeskMaterialLibraryBaseResolutionImageLibrary2021 = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
silentArgs = "{6EFAD582-86C1-4AB2-97C5-2070D0B90E08} /qn /norestart"
}
Uninstall-ChocolateyPackage @AutoCADLT2021English
Uninstall-ChocolateyPackage @AutoCADLT2021
Uninstall-ChocolateyPackage @AutoCADLT2021LanguagePackEnglish
Uninstall-ChocolateyPackage @AutodeskMaterialLibrary2021
Uninstall-ChocolateyPackage @AutodeskMaterialLibraryBaseResolutionImageLibrary2021
Remove-Item $fileLocation -Recurse -Force -ErrorAction Ignore
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://trial2.autodesk.com/NetSWDLD/2021/ACDLT/B1A1D73D-D894-441D-803D-BFFCF11A1340/SFX/AutoCAD_LT_2021_SWL_English_Win_64bit_dlm.sfx.exe'
$file = Join-Path $toolsDir 'AutoCAD_LT_2021_SWL_English_Win_64bit_dlm\Setup.exe'
$RegRebootRequired = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired"
$packageArgsExtract = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = $url
softwareName = 'autocadlt*'
checksum = 'B7B6551918F352D7D8010DE77F3DD869A2B5E774F7D628066BB446634DF9E5E3'
checksumType = 'sha256'
silentArgs = "-suppresslaunch -d $toolsDir"
validExitCodes= @(0, 3010, 1641)
}
$packageArgsSetup = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = $file
softwareName = 'autocadlt*'
checksum = '32AA0B3585DCA9FD5ED45CA527B16EDB358393406E1AD9D48CC766BD18EED44A'
checksumType = 'sha256'
silentArgs = "/q /w"
validExitCodes= @(0, 3010, 1641)
}
if (Test-path $RegRebootRequired) {
Remove-Item -Path $RegRebootRequired
Install-ChocolateyPackage @packageArgsExtract
Install-ChocolateyInstallPackage @packageArgsSetup
New-Item -Path $RegRebootRequired
}
else {
Install-ChocolateyPackage @packageArgsExtract
Install-ChocolateyInstallPackage @packageArgsSetup
}
Stop-Process -Name "Autodesk*" -Force
Stop-Service -Name "AdAppMgrSvc"
Remove-Item –path C:\ProgramData\Autodesk\SDS –recurse
& "C:\Program Files (x86)\Autodesk\Autodesk Desktop App\removeAdAppMgr.exe" --mode unattended
Log in or click on link to see number of positives.
- vcredist_x64.exe (681be3e5ba9f) - ## / 72
- vcredist_x86.exe (b924ad8062ea) - ## / 72
- msvcp140.dll (c09b126e7d4c) - ## / 63
- vcruntime140.dll (b7c13f851934) - ## / 70
- api-ms-win-core-console-l1-1-0.dll (6ee46c6b6727) - ## / 71
- api-ms-win-core-datetime-l1-1-0.dll (dcb9cf7e31d6) - ## / 70
- api-ms-win-core-debug-l1-1-0.dll (b15964d49a2c) - ## / 70
- api-ms-win-core-errorhandling-l1-1-0.dll (582e87ade6da) - ## / 71
- api-ms-win-core-file-l1-1-0.dll (fc0551de11b3) - ## / 71
- api-ms-win-core-file-l1-2-0.dll (348b70e57ae0) - ## / 71
- api-ms-win-core-file-l2-1-0.dll (6d5881719e95) - ## / 70
- api-ms-win-core-handle-l1-1-0.dll (df6bed7bccca) - ## / 71
- api-ms-win-core-heap-l1-1-0.dll (4a5f33a0837a) - ## / 71
- api-ms-win-core-interlocked-l1-1-0.dll (21bd55b9d42a) - ## / 71
- api-ms-win-core-libraryloader-l1-1-0.dll (edeb5b3003db) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (a7ac7ece5e62) - ## / 72
- api-ms-win-core-memory-l1-1-0.dll (624841916513) - ## / 70
- api-ms-win-core-namedpipe-l1-1-0.dll (4b20aaf0e3b7) - ## / 71
- api-ms-win-core-processenvironment-l1-1-0.dll (5f476627a904) - ## / 71
- api-ms-win-core-processthreads-l1-1-0.dll (611b3e36ad3e) - ## / 70
- api-ms-win-core-processthreads-l1-1-1.dll (42a9a3d8a4a7) - ## / 70
- api-ms-win-core-profile-l1-1-0.dll (50fd585270fa) - ## / 71
- api-ms-win-core-rtlsupport-l1-1-0.dll (cf42c1215695) - ## / 71
- api-ms-win-core-string-l1-1-0.dll (e7272ff3b005) - ## / 72
- api-ms-win-core-synch-l1-1-0.dll (0787fd3d9606) - ## / 69
- api-ms-win-core-synch-l1-2-0.dll (25687e95b65d) - ## / 70
- api-ms-win-core-sysinfo-l1-1-0.dll (653be79fa676) - ## / 71
- api-ms-win-core-timezone-l1-1-0.dll (0fa42237fd11) - ## / 70
- api-ms-win-core-util-l1-1-0.dll (3db27d95689f) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (c17786e90310) - ## / 69
- api-ms-win-crt-convert-l1-1-0.dll (90a63611d916) - ## / 71
- api-ms-win-crt-environment-l1-1-0.dll (2b0fea07db50) - ## / 71
- api-ms-win-crt-filesystem-l1-1-0.dll (921b7cf74744) - ## / 72
- api-ms-win-crt-heap-l1-1-0.dll (3d109fd01f66) - ## / 72
- api-ms-win-crt-locale-l1-1-0.dll (e087f611b365) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (06985d00bf49) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (b52f2b9de19d) - ## / 70
- api-ms-win-crt-private-l1-1-0.dll (d0ff5f6bb949) - ## / 71
- api-ms-win-crt-process-l1-1-0.dll (6d4a1aad695a) - ## / 72
- api-ms-win-crt-runtime-l1-1-0.dll (66b86ed0867f) - ## / 71
- api-ms-win-crt-stdio-l1-1-0.dll (104a76b41cbd) - ## / 70
- api-ms-win-crt-string-l1-1-0.dll (44a4db6080f6) - ## / 72
- api-ms-win-crt-time-l1-1-0.dll (cafdb772a1d7) - ## / 72
- api-ms-win-crt-utility-l1-1-0.dll (8858d883d180) - ## / 72
- ucrtbase.dll (7041885b2a83) - ## / 72
- ndp48-x86-x64-allos.exe (9b1f71cd1b86) - ## / 68
- vc_redist.x64.exe (40ea2955391c) - ## / 71
- vc_redist.x86.exe (e59ae3e886bd) - ## / 72
- Ac32BitAppServer.dll (c0b0dba1d048) - ## / 72
- Ac32BitAppServer.exe (306b9a3662e3) - ## / 70
- AcAuthEntities24res.dll (5615ccf6188c) - ## / 71
- AcAxDb24res.dll (4b408b195e78) - ## / 70
- AcDelTree.exe (49b593efa4d6) - ## / 71
- AcDgnCOM24.dll (a17db413f902) - ## / 71
- AcHelp2.exe (f71dc1cfe265) - ## / 73
- AcInetEngine24.dll (9f243bed80ea) - ## / 71
- AcInetEngineps24.dll (5f225fd9815a) - ## / 71
- AcLauncher.exe (aa151aa81d3f) - ## / 72
- AcMPolygon24res.dll (7a42c4bf8246) - ## / 59
- AcSetup.dll (c3ff9ef219aa) - ## / 72
- AcShellExtension.dll (3758be2aa018) - ## / 71
- AcSignCore16.dll (94f19dd1e2ef) - ## / 71
- AcSignExtRes.dll (fc938a274e03) - ## / 72
- AcThumbnail16.dll (daa5f991d4c4) - ## / 71
- AdDLM.dll (08aeede8815e) - ## / 68
- AdDLMRes.dll (cf9d8d40c1e2) - ## / 72
- AdDownload.dll (d888d3f36891) - ## / 69
- adlmPIT.dll (62bf2d1ac0cd) - ## / 72
- adlmutil.dll (bb1d8c382dcb) - ## / 72
- ADPClientService.exe (5fac486b9839) - ## / 71
- AdpSDKCore.dll (9f96dc46616f) - ## / 72
- AdpSDKUI.dll (b2647edfc0cd) - ## / 72
- AdpSDKWrapper.dll (8a060ffd22d1) - ## / 71
- ADPUtil.dll (9cbbbfddffa8) - ## / 71
- adresc16.dll (693d30b1ffcc) - ## / 72
- AdUpdateCondition.dll (b1f482296192) - ## / 68
- Aec32BitAppServer57.exe (2630e2ba10c5) - ## / 73
- CalComp16Res.dll (87de9fcd940b) - ## / 71
- chrome_elf.dll (3f765806e97b) - ## / 72
- CombineDeploy.exe (5f672fd6aa41) - ## / 73
- CustomRes.dll (b7a774039e87) - ## / 71
- DADispatcherService.exe (eeffc42e2825) - ## / 73
- Das.Local.exe (026703fb6216) - ## / 72
- DeployUi.dll (fee53678a2c5) - ## / 68
- DSETUP.dll (2a61679eeeda) - ## / 44
- dsetup32.dll (fb0e534f9b09) - ## / 72
- Dwfplot16Res.dll (29bbd8615c3b) - ## / 71
- Dwfxplot16Res.dll (ca18bbafced7) - ## / 72
- dxb16Res.dll (3186ded47faf) - ## / 67
- DXSETUP.exe (8f47d7121ef6) - ## / 71
- eval.msi (ef2a7a8e5c18) - ## / 61
- gdi16Res.dll (df92a70519d6) - ## / 71
- hpgl16Res.dll (acc499d6bba7) - ## / 72
- HpGl216Res.dll (49400882ee0f) - ## / 72
- LayerTemplate.ZIP (920f5822b288) - ## / 57
- libcef.dll (2030ca2f1dcc) - ## / 68
- libEGL.dll (fd74a72abbec) - ## / 71
- libEGL_Ad_5_12.dll (060072132928) - ## / 70
- libGLESv2.dll (79744d558e7e) - ## / 71
- libGLESv2_Ad_5_12.dll (1ec8d855ed66) - ## / 71
- LiteHtml.dll (cd368abcf8be) - ## / 71
- LZMA.dll (9166161886ed) - ## / 71
- MC3.dll (bfdcd67da4c7) - ## / 63
- MC3Res.dll (df16c4430252) - ## / 72
- mfc140u.dll (67cb9755f9f4) - ## / 72
- MsiKeyFile_2DRETAINMODE.dll (7d6ab9b635f2) - ## / 70
- msstkprp.dll (a65182d184f2) - ## / 63
- msvcp140d.dll (e896a8d37b2a) - ## / 66
- msxml6_x64.msi (9e55c254d48e) - ## / 60
- mtstack16.exe (0df119dd62a1) - ## / 73
- mtstack16Res.dll (81fbe326973f) - ## / 69
- ndp48-x86-x64-allos-1028.exe (79b83b82f6d1) - ## / 65
- ndp48-x86-x64-allos-1029.exe (d1ca5ca9b664) - ## / 73
- ndp48-x86-x64-allos-1031.exe (d90b9bf05612) - ## / 66
- ndp48-x86-x64-allos-1036.exe (9896895f0339) - ## / 66
- ndp48-x86-x64-allos-1038.exe (e114c2bc09bf) - ## / 72
- ndp48-x86-x64-allos-1040.exe (c955a355af69) - ## / 73
- ndp48-x86-x64-allos-1041.exe (d6ac193cb289) - ## / 64
- ndp48-x86-x64-allos-1042.exe (32d2683de443) - ## / 72
- ndp48-x86-x64-allos-1045.exe (ad17c6a75cc6) - ## / 71
- ndp48-x86-x64-allos-1046.exe (579af71867ee) - ## / 67
- ndp48-x86-x64-allos-1049.exe (cd1f58a79fbd) - ## / 63
- ndp48-x86-x64-allos-2052.exe (863a302928eb) - ## / 65
- ndp48-x86-x64-allos-3082.exe (35f236482829) - ## / 70
- nlsdl.amd64.exe (b63b221bcc55) - ## / 70
- nlsdl.x86.exe (8c7e06a4741e) - ## / 72
- pdfplot16res.dll (9d3f9c57ea53) - ## / 57
- ps16Res.dll (c5eff5300dd1) - ## / 71
- qwindows_Ad_5_12.dll (01d6ce4836d7) - ## / 70
- raster16Res.dll (0ff356618689) - ## / 72
- senddmp.exe (5729c6fadd8e) - ## / 73
- senddmpRes.dll (a540c43b202c) - ## / 72
- Setup.exe (4b166f7cb51f) - ## / 73
- SetupAcadUi.dll (3d8f1c92fe13) - ## / 72
- SetupCtrls.dll (5617b059ce6a) - ## / 72
- SetupRes.dll (980dd23023e4) - ## / 71
- SetupUi.dll (54b4935e501a) - ## / 70
- SolutionProvider.dll (5d037290f5a4) - ## / 72
- ucrtbased.dll (b5508168f829) - ## / 68
- UninstallEngine.dll (539c3dd69fa8) - ## / 71
- UninstallTool.exe (78b78099a0f6) - ## / 71
- UninstallToolRes.dll (8902f525ef0e) - ## / 71
- UPI.dll (3cdec088c459) - ## / 72
- UPI2.dll (97e99c3be5e3) - ## / 71
- UPIBridge.dll (ea527e593772) - ## / 72
- UPICA.dll (e94ba0649879) - ## / 71
- URLAuth.dll (0675ddeadee0) - ## / 72
- vcruntime140d.dll (068e420d47e0) - ## / 72
- WebServices1.dll (67e3bee901cd) - ## / 72
- WindowsInstaller-KB893803-v2-x86.exe (69b61b2c0032) - ## / 72
- WindowsServer2003-KB942288-v4-ia64.exe (c8fc262f798e) - ## / 70
- WindowsServer2003-KB942288-v4-x64.exe (0c7e2cd7394a) - ## / 72
- WindowsServer2003-KB942288-v4-x86.exe (763e0fff2f0b) - ## / 73
- WindowsXP-KB942288-v3-x86.exe (acd589b57ed1) - ## / 72
- xerces-ad-c_3.dll (07c2e1560a17) - ## / 70
- xes16res.dll (b7ab13410f23) - ## / 71
- zlib.dll (17874c15b940) - ## / 70
- ac1st24.dll (3abfaa8261a1) - ## / 71
- acadlt.exe (fade4d5144a4) - ## / 73
- acadlt.msi (7b20e2d96b69) - ## / 60
- acadltficn.dll (1dbb6d0ce0c8) - ## / 71
- acadltinet.dll (9b317ac1e895) - ## / 70
- acadltInetRes.dll (559bc48e04a0) - ## / 70
- AcadLTLP.msi (beda75baeb4d) - ## / 59
- AcadltPS.msi (3f41a52e93a9) - ## / 62
- acadltres.dll (a5597c403c97) - ## / 71
- acadltres2.dll (19c9b222a839) - ## / 67
- AcAeNet.dll (6a6a6f3217c9) - ## / 71
- AcAeNet.resources.dll (49220e446d16) - ## / 70
- acappres.dll (7566d2b05be6) - ## / 71
- AcArrayRes.dll (9cf9fd514472) - ## / 71
- acaSetupRes.dll (f4ba8ca6fee1) - ## / 71
- AcAuthEnvironRes.dll (e28d07ea6083) - ## / 72
- AcAutoLoaderRes.dll (39ceaab500ef) - ## / 72
- AcBIMUnderlayRes.dll (3c85346c29b2) - ## / 68
- acblockRes.dll (d85c0794b0e3) - ## / 71
- acbol.dll (c62ed0667e12) - ## / 71
- AcBrandRes.dll (f697a40cd41b) - ## / 71
- acbrowseRes.dll (a35a09364f86) - ## / 72
- AcCalcEngineRes.dll (40a0af472b0c) - ## / 72
- AcCalcUi.dll (607744641064) - ## / 72
- AcCalcUi.resources.dll (9dba06b4b44f) - ## / 71
- AcCefEngine.dll (d67095cc2f98) - ## / 72
- AcCefEngineRes.dll (ca6ca1350008) - ## / 70
- AcCefSubprocess.exe (0f07a10542ae) - ## / 73
- AcCloudStorage.DLL (356ca2f0805b) - ## / 70
- AcCmUiRes.dll (096eb5e073f1) - ## / 71
- AcCommandTooltips.dll (27c9e86bc6cc) - ## / 71
- AcCommandTooltips.resources.dll (62f49fe3ac0d) - ## / 71
- accore.dll (6565c0f5e60b) - ## / 70
- accoreconsole.exe (a0835ee36f9e) - ## / 71
- accoremgd.dll (a987399ed93b) - ## / 71
- AcCui.dll (2d8059a65bd4) - ## / 71
- AcCustomize.dll (087030224d51) - ## / 71
- AcCustomize.resources.dll (746ba970717e) - ## / 71
- accvpsRes.dll (53d2be7fdd35) - ## / 70
- AcDataLinkRes.dll (37bd32cbc066) - ## / 72
- acdb24.dll (061c156ff6f7) - ## / 71
- acdb24res.dll (d12ee4a09b29) - ## / 72
- acdbmgd.dll (0f793acf70f1) - ## / 71
- acdbmgd.resources.dll (cd13ce397fb1) - ## / 71
- acdbmgdbrep.dll (7006f60b6d97) - ## / 72
- AcDbPointCloudDbxRes.dll (14de67ad32f0) - ## / 71
- AcDbSmartCenterRes.dll (2431bfd8c399) - ## / 71
- acDcDimStylesRes.dll (81c1dd8b1f48) - ## / 72
- acDcFrameRes.dll (ed55df44df2d) - ## / 72
- acDcHatchRes.dll (afeea920fa69) - ## / 70
- acDcImagesRes.dll (659af204f3d3) - ## / 72
- acDcLayoutsRes.dll (0131aa158432) - ## / 71
- acDcLinetypesRes.dll (2a1e4b94297a) - ## / 71
- AcDcMlsStysRes.dll (19178b9eff54) - ## / 71
- acDcSymbolsRes.dll (ada53c96484f) - ## / 71
- AcDcTblStysRes.dll (7eff79fae862) - ## / 71
- acDcTextStylesRes.dll (e97b615efe2e) - ## / 71
- acDcUtils.dll (f01c81abb56f) - ## / 72
- acDcUtilsRes.dll (de546b98d721) - ## / 71
- acDcXrefsRes.dll (80c94a8681e3) - ## / 70
- acddptyperes.dll (c0b0d1fd59d6) - ## / 72
- acddvpointres.dll (48ada06432ac) - ## / 71
- AcDeployUi.dll (c84e7667299e) - ## / 70
- AcDgnMsStr.dll (d068b86bfff6) - ## / 72
- AcDgnRes.dll (5ceb317c45fb) - ## / 72
- AcDialogTooltips.dll (90125ac25b3d) - ## / 69
- AcDialogTooltips.resources.dll (a36dfc1c584e) - ## / 72
- AcDimRes.dll (ad76ee454586) - ## / 72
- AcDimX24.dll (d19169841042) - ## / 71
- acdlineres.dll (19bad72670fc) - ## / 72
- acdorderRes.dll (a7f8a748749a) - ## / 72
- AcDrawBridge.dll (a05acbe9f182) - ## / 71
- AcDrawStream.dll (310b31826898) - ## / 71
- AcDs.dll (2805aabf2caa) - ## / 66
- AcDwfMarkupUiRes.dll (7e1bf13ff271) - ## / 72
- AcDwgFilter16.dll (59ad843bdd4d) - ## / 72
- AcDwgFilterImp16.exe (5f0a1c540f76) - ## / 73
- AcDwgHistoryRes.dll (69a179e8f8af) - ## / 72
- AcDwgRecoveryRes.dll (f7df9e83579b) - ## / 71
- AcDx.dll (1b500d915ddb) - ## / 69
- AcDx.resources.dll (ea6beaa33d1f) - ## / 72
- AcDxNotifyRes.dll (dbc0ed9c5c8f) - ## / 72
- AcDxPublishUi.dll (a620a683acdc) - ## / 72
- AcDxPublishUi.resources.dll (a0e663702015) - ## / 71
- AcDynInputRes.dll (45491c5207a8) - ## / 70
- AcEAtteditRes.dll (78e860c16847) - ## / 72
- AcEPlotXRes.dll (1f580ef4b0a4) - ## / 72
- AcETransmit.dll (e1d4898e6661) - ## / 71
- acETransmitRes.dll (868c13c73d3a) - ## / 70
- acETransmituiRes.dll (cdef0e552968) - ## / 70
- AcExperienceRes.dll (ced56ef5b1f8) - ## / 70
- AcExportLayout.dll (8d595605632a) - ## / 71
- AcExportLayout.resources.dll (8d4da863b4a4) - ## / 72
- AcExportLayoutEx.dll (73f8c017e3d5) - ## / 71
- AcExportLayoutUI.dll (537bacf15ecc) - ## / 71
- AcExportLayoutUI.resources.dll (994e180a0b98) - ## / 71
- AcExpressRes.dll (3232ba3a0b36) - ## / 72
- AcFieldRes.dll (cdc74ac01bae) - ## / 69
- acfilterres.dll (edb7dd83cba4) - ## / 70
- acge24.dll (f6e2965b1998) - ## / 71
- AcGeoLocationRes.dll (443f030d8e9f) - ## / 71
- acgex24.dll (44d531ce5592) - ## / 72
- AcGradient24.dll (64445e0b8e3d) - ## / 71
- AcGroupRes.dll (261b5d984ed9) - ## / 71
- acgs.dll (384fecd614c8) - ## / 71
- acgsConfigRes.dll (af9ef9adac8e) - ## / 72
- acgsn.dll (6b7420912662) - ## / 71
- acgsRes.dll (9c8aa8101a83) - ## / 72
- AcHelpWrapper.dll (134710937891) - ## / 72
- AcHelpWrapperRes.dll (00ce7ebb4a09) - ## / 56
- AcInetUI.dll (070782f942a2) - ## / 71
- AcInetUIRes.dll (085b206f9648) - ## / 69
- acISMuiRes.dll (dddc710542ed) - ## / 72
- AcJab.dll (a38390919433) - ## / 69
- AcJsCoreStubRes.dll (87f9314927e8) - ## / 72
- AcLayer.dll (05a148cb0bcd) - ## / 69
- AcLayer.resources.dll (ca2bda0b1b15) - ## / 69
- AcLayerAppsRes.dll (0b19d1eb3d3e) - ## / 71
- AcLayerTools.dll (0afc4a0fa1be) - ## / 69
- AcLayerTools.resources.dll (38670f1aa454) - ## / 72
- aclinetype.dll (7ef1c3c55d9d) - ## / 70
- acltutilres.dll (d7a8415372b7) - ## / 70
- acmatchRes.dll (f0a16d71731e) - ## / 71
- acmgd.dll (6578f336de10) - ## / 70
- AcMNUParser.dll (05f6edce3c26) - ## / 72
- AcModelDocCOM.dll (25dc737963f4) - ## / 72
- AcModelDocRes.dll (18d645024fb3) - ## / 72
- AcMPolygonCom.dll (01ac87255513) - ## / 71
- AcMPolygonMGD.dll (0e37ba783b0e) - ## / 68
- AcMPolygonObj24Res.dll (bfc76e27497e) - ## / 72
- acmtedRes.dll (f1f4e6c93960) - ## / 70
- AcObjClassImpRes.dll (6b8d5e076612) - ## / 71
- AcOpmExtRes.dll (f1ddcc1d6027) - ## / 72
- acopmRes.dll (5102dd79b0bd) - ## / 72
- acoscaleRes.dll (3e347e120506) - ## / 72
- acpal.dll (710134aca285) - ## / 72
- AcParameterRes.dll (f00f58ab1c58) - ## / 72
- AcPEXCtlRes.dll (499a35ab2fa9) - ## / 70
- acpires.dll (39c51bba00b9) - ## / 70
- AcPltRes.dll (a258b515e25c) - ## / 72
- AcPltStampRes.dll (62d93eb7f1cc) - ## / 72
- AcPurgeRes.dll (7d48044d37b1) - ## / 72
- AcQkUngroupRes.dll (21019e1b0ef6) - ## / 71
- AcQPRes.dll (8f147fedc2ed) - ## / 72
- acqSetupRes.dll (5a62340066b8) - ## / 69
- AcRecoverAll.dll (de31f33f8cba) - ## / 72
- AcRecoverall.resources.dll (2de0ae850b1e) - ## / 72
- AcRefEdRes.dll (36ba3aed4754) - ## / 70
- AcRevCloudRes.dll (23aa09ab9360) - ## / 70
- AcSaveVpRes.dll (85d002dd57b5) - ## / 71
- AcScaleList.dll (97b148001829) - ## / 69
- AcScaleList.resources.dll (b79fa01af2c7) - ## / 72
- AcSceneRes.dll (a4d069c46d9d) - ## / 72
- AcSeamless.dll (639a34c9edca) - ## / 71
- AcSeamless.resources.dll (6bf4c204f549) - ## / 71
- AcSecOptRes.dll (3f1ef22572f0) - ## / 71
- AcSetupII.dll (8cb624fb82a5) - ## / 72
- AcSetupRes.dll (a7f0e8b04eb5) - ## / 72
- AcShareViewProps.dll (4ad4ed1b9b4d) - ## / 72
- AcShareViewPropsCore.dll (a5e9afd87691) - ## / 71
- AcShareViewPropsMgd.dll (4309cd498791) - ## / 71
- AcShareViewRes.dll (70cbf17cdf89) - ## / 71
- AcSignApply.exe (e45ef8e63e8f) - ## / 73
- AcSignAppRes.dll (ae6f6b48306e) - ## / 70
- AcSignExt.dll (397382a226bb) - ## / 71
- AcSignIcon.dll (b7bf537d2ce7) - ## / 72
- AcSignOpt.exe (ad324e72e2d0) - ## / 70
- AcSignRes.dll (f1001722670a) - ## / 72
- acsiuiRes.dll (4579f13a21b1) - ## / 71
- AcSmartCenterRes.dll (71b7ef88377b) - ## / 71
- AcSmComponents.dll (280d90150a2e) - ## / 72
- AcSmNavRes.dll (ef0203a981ad) - ## / 72
- AcSmWizardRes.dll (958c5a36aeda) - ## / 71
- acSpaceTransRes.dll (c1d702668af1) - ## / 72
- AcSpellEng.dll (69826e13c5cf) - ## / 70
- AcStarRes.dll (338e5f2b975b) - ## / 71
- AcTableRes.dll (464d1e1d04f9) - ## / 58
- AcTaskDialogs.dll (08a570eda532) - ## / 71
- AcTaskDialogs.resources.dll (cb04ed37d767) - ## / 71
- AcTc.dll (fa747d0f9197) - ## / 71
- AcTcMgd.dll (23a716ab55f2) - ## / 72
- AcTcRes.dll (fe1c82960e63) - ## / 71
- AcTcToolsRes.dll (83da100b7537) - ## / 69
- AcTcUi.dll (c68e5be77630) - ## / 72
- AcTcUiRes.dll (49573750f6dd) - ## / 72
- AcTpCatalogRes.dll (ddc4acb14358) - ## / 72
- acTscaleRes.dll (e5586ccf47c8) - ## / 71
- acui24.dll (3708c813a9d7) - ## / 72
- acui24res.dll (98b213f33b9d) - ## / 71
- AcUnderlay.DLL (f6d7071a0119) - ## / 71
- AcUnderlay.resources.dll (d80ba257a97e) - ## / 71
- AcUt.dll (71ceb834ef4e) - ## / 72
- AcVDiffRes.dll (de1086a67808) - ## / 71
- AcViewTransitionsUi.dll (46f8bf3527c0) - ## / 71
- AcViewTransitionsUi.resources.dll (f55ab53e9f98) - ## / 72
- AcVMToolsRes.dll (87a5a9de5f9d) - ## / 72
- AcVPMaxMinRes.dll (1ff2c7976ef3) - ## / 71
- AcVpPlaceRes.dll (031aaceb344e) - ## / 71
- AcWebDAV24.dll (7abaa3a9784c) - ## / 71
- AcWindows.dll (5c4afef6a664) - ## / 71
- AcWindows.resources.dll (2d729ae433fb) - ## / 72
- AcWipeoutRes.dll (a6a0b3158732) - ## / 72
- AcXDiffRes.dll (799f61dbb2aa) - ## / 72
- AcXopenRes.dll (a4155cbd8b61) - ## / 71
- acxploderes.dll (071ef00a3b31) - ## / 71
- AcXrefEswRes.dll (158f61ce9cc8) - ## / 72
- AcXrefUtil.dll (83995b2ebd59) - ## / 70
- AcXrefVaultUI.dll (9a536a928138) - ## / 71
- AcXrefVaultUIRes.dll (ab6b326e0b97) - ## / 71
- AdApplicationFrame.dll (df14383a6e79) - ## / 71
- AdApplicationFrameRes.dll (659eeec06cd6) - ## / 71
- AdApplicationManager-installer.exe (2f5696488c84) - ## / 70
- AdApplicationManager-WebInstaller.exe (c37ff233c3a0) - ## / 70
- AdAppMgrSvcInt.dll (cafabf42a36e) - ## / 71
- AdComFolderWatch.dll (e7a9f4129cfe) - ## / 72
- AdCoreUnits-16.dll (a814d5f641ec) - ## / 72
- AdCoreUnitsUI-16.dll (dd7bda8fdd0e) - ## / 72
- adctrls.dll (59af37fcd9f6) - ## / 71
- adctrlsRes.dll (d7127f90248c) - ## / 69
- addplwiz.exe (583caf12d201) - ## / 73
- addplwizRes.dll (bbd3f4f57672) - ## / 72
- AdDwfPdk.dll (4aee1ca5d9fd) - ## / 71
- AdDwfPdkCommon.dll (86927d7d1ef9) - ## / 72
- AdDwfPdkDLLongLW.dll (7e1c390d387c) - ## / 70
- AdDwfPdkEPlotCommon.dll (387dc31e865d) - ## / 72
- AdDwfPdkEPlotCore.dll (e26e569bb20c) - ## / 72
- AdDwfPdkEPlotRenderer.dll (02cd6cd4b1a9) - ## / 71
- AdDwfPdkImagingServices1.dll (569aa887bae1) - ## / 70
- AdFTP.dll (dde0f9d85fdc) - ## / 72
- AdFTPRes.dll (c264603ea9c3) - ## / 72
- adHostableUi.dll (f7fafc5c62ee) - ## / 71
- AdImaging.dll (788add350112) - ## / 71
- AdImagingRes.dll (1844c1881379) - ## / 69
- AdIntImgServices.dll (e66ae7a64d4c) - ## / 72
- AdMigLib.dll (065cae6e85a7) - ## / 69
- AdMigLib.resources.dll (edf4ea26b7ee) - ## / 72
- AdMigrator.exe (ffdbdf31a0d8) - ## / 73
- AdMigrator.resources.dll (e49e75a2145d) - ## / 71
- AdpSDKCSharpWrapper.dll (ed32d038ac6c) - ## / 70
- adp_core-6_1.dll (8a72a3e7e0ba) - ## / 71
- adp_data-6_1.dll (b4865ce8cba7) - ## / 72
- adp_service_opczip-6_1.dll (f359d69d2d61) - ## / 72
- adp_toolkit-6_1.dll (b3628f7d7096) - ## / 68
- adskassetapi_new-16.dll (5ce17d29a278) - ## / 70
- AdskLicensing-installer.exe (1250d7070052) - ## / 71
- AdskLicensingSDK_3.dll (bff18958f1a0) - ## / 62
- AdskRcAdp.dll (ebdbfe9c4fbd) - ## / 71
- AdskRcCommon.dll (0cc29574a762) - ## / 71
- AdskRcConfig.dll (1ec458ed88e4) - ## / 71
- AdskRcData.dll (aea26cccda3f) - ## / 71
- AdskRcDataAccess.dll (f67367f97f8b) - ## / 71
- AdskRcDevTools.dll (2d90fe8818a9) - ## / 72
- AdskRcDispatch.dll (7967d77828f9) - ## / 71
- AdskRcExport.dll (a861e855c99b) - ## / 70
- AdskRcFileSystemUtility.dll (54c2183a5ce4) - ## / 70
- AdskRcFilter.dll (08cd58e3bc24) - ## / 71
- AdskRcImageIO.dll (e59b50312f35) - ## / 71
- AdskRcImport.dll (70b249508b76) - ## / 70
- AdskRcPointCloudEngine.dll (9e7bb9047fb1) - ## / 68
- AdskRcProjectIO.dll (fc698be0fabd) - ## / 70
- AdskRcSpatialReference.dll (a06dad1b1a55) - ## / 70
- AdskRcUtility.dll (6603a62eb2ca) - ## / 70
- AdskRealityStudioBaseAPI.dll (3463291c82b8) - ## / 70
- AdskRealityStudioFeatureExtraction.dll (197fc8faad4a) - ## / 71
- AdskRealityStudioHLAPI.dll (b133151178a2) - ## / 70
- AdSpatialReference.dll (b81dc53244ef) - ## / 71
- AdSSO.msi (f623560f6d6a) - ## / 62
- AdSSOServices.dll (6bab8dd95417) - ## / 70
- AdSubAware.exe (f904d30d9af7) - ## / 71
- AdSubAwareCtrl.dll (eeb320509239) - ## / 71
- AdSubAwareres.dll (3f364d8ec5ae) - ## / 72
- adui24.dll (cbd58e5c8174) - ## / 71
- adui24res.dll (4610aacbfcbc) - ## / 70
- AdUICore.dll (a45e83086018) - ## / 71
- AdUIMgd.dll (406aad80e296) - ## / 69
- AdUiPalettes.dll (d9928dd18962) - ## / 71
- AdWindows.dll (e0447a70cf3a) - ## / 69
- AdWindows.resources.dll (5619c5fbd20a) - ## / 66
- AecArchBaseRes.dll (5912ee26053a) - ## / 70
- AecAreaCalculationBaseRes.dll (c8649029c756) - ## / 68
- AecBaseExRes.dll (af4c12fba203) - ## / 70
- AecBaseRes.dll (be725781b708) - ## / 71
- AecbBldSrvRes.dll (016b2296213e) - ## / 72
- AecbColRes.dll (fbac5fbc0692) - ## / 70
- AecbElecBaseRes.dll (c9459d2190b5) - ## / 72
- AecbHvacBaseRes.dll (2ef7889adb98) - ## / 70
- AecbPartBase.dll (e556dfa8f5c2) - ## / 70
- AecbPartBaseRes.dll (b1ec0ac8d411) - ## / 72
- AecbPipeBaseRes.dll (8efffb90184f) - ## / 72
- AecbPlumbingBaseRes.dll (53ebf64524db) - ## / 70
- AecbToolsRes.dll (c2abab1d881f) - ## / 72
- AecCoreRes.dll (3f074b7e478f) - ## / 71
- AecDACHMigratorDbRes.dll (515f87caef4b) - ## / 72
- AeciIbres.dll (e94fefd2c224) - ## / 72
- AeciMultispectralCodec.dll (dd8cf3e160f2) - ## / 72
- AeciMultispectralCodecres.dll (32382c4879e7) - ## / 72
- AeciRm.dll (b24f760c5884) - ## / 71
- AecProjectBaseRes.dll (8cba5f364392) - ## / 72
- AecRenovationDbRes.dll (318caf788299) - ## / 72
- AecResMgr.dll (04dd5e128b24) - ## / 72
- AecResMgrRes.dll (b05da7667910) - ## / 71
- AecResUI.dll (ee638fc0a6c5) - ## / 69
- AecResUIRes.dll (31b97ea6201d) - ## / 71
- AecRoomBookDbRes.dll (61a8c39848c7) - ## / 71
- AecScheduleRes.dll (0db475bacc56) - ## / 70
- AecScript.dll (6d9fe757962d) - ## / 72
- AecScriptRes.dll (9f180481d933) - ## / 71
- AecSpaceExDbRes.dll (6522cd3994e9) - ## / 72
- AecSystemTools.dll (2610270c505b) - ## / 71
- anav.dll (31e5d0e0cc30) - ## / 70
- anavRes.dll (e98d0b3e56ce) - ## / 70
- ANN.dll (ffcce17b5efc) - ## / 70
- apperr.dll (b1de234bdc19) - ## / 71
- apperrRes.dll (d8f50f378477) - ## / 71
- ASMAHL226A.dll (63b3c2063fce) - ## / 66
- ASMBASE226A.dll (c35889f459a1) - ## / 70
- ASMBLND226A.dll (0bb1aabc034b) - ## / 66
- ASMBOOL226A.dll (a620cb7029ef) - ## / 71
- ASMCOVR226A.dll (f2a320f4bfad) - ## / 72
- ASMCSTR226A.dll (249ece45342d) - ## / 72
- ASMCT226A.dll (6fb86e09c619) - ## / 71
- ASMDatax226A.dll (a3b0ec81ed41) - ## / 72
- ASMDEFM226A.dll (301f77703195) - ## / 72
- ASMEULR226A.dll (7e379b6771d2) - ## / 72
- ASMFCT226A.dll (7d90328fcadc) - ## / 72
- ASMFREC226A.dll (847cd7fd2c77) - ## / 71
- ASMGA226A.dll (3ee77dfde413) - ## / 72
- ASMHEAL226A.dll (7b586025f6f0) - ## / 72
- ASMIMPORT226A.dll (c7d00341fa35) - ## / 70
- ASMINTR226A.dll (043de13d09e5) - ## / 71
- ASMKERN226A.dll (ed5c44989595) - ## / 72
- ASMLAW226A.dll (511be42c4a3d) - ## / 70
- ASMLOP226A.dll (1464b05ac3fc) - ## / 71
- ASMLOPT226A.dll (e86bbf610efb) - ## / 70
- ASMNPCH226A.dll (2c71183cfb20) - ## / 70
- ASMOFST226A.dll (c6806aa9bca6) - ## / 66
- ASMOPER226A.dll (7d3cbffc86f1) - ## / 71
- ASMPID226A.dll (54cc561444cd) - ## / 71
- ASMRBASE226A.dll (ce34984cf267) - ## / 67
- ASMRBI226A.dll (4cc77628a2ba) - ## / 72
- ASMREM226A.dll (7a9bedf66ad9) - ## / 71
- ASMSBAP226A.dll (65a42650765f) - ## / 72
- ASMSBOOL226A.dll (bd14c56297f7) - ## / 70
- ASMSHL226A.dll (06f4dbd5613f) - ## / 71
- ASMSKIN226A.dll (03e788b735ac) - ## / 72
- ASMSWP226A.dll (cb31364edb0d) - ## / 70
- ASMTOPT226A.dll (ce1757fb0243) - ## / 72
- ASMTWK226A.dll (ffe98c37377f) - ## / 72
- ASMUFLD226A.dll (7e1cc1fcb957) - ## / 71
- ASMWELD226A.dll (2aaf3b6cfb5a) - ## / 72
- atlst24.dll (45be6c8bdf16) - ## / 72
- atteditRes.dll (3256513318e9) - ## / 71
- AutoCamRes.dll (84a8ce1fceb4) - ## / 71
- Autodesk Genuine Service.msi (5915602e1656) - ## / 60
- Autodesk.AutoCAD.Interop.Common.dll (2104788b1558) - ## / 72
- Autodesk.AutoCAD.Interop.dll (d0bf028fd8ca) - ## / 72
- AutodeskSaveToWebAndMobile.msi (ad06a7abb78c) - ## / 60
- ax24res.dll (0de6824b67f2) - ## / 71
- axdb.dll (1a60f0dc7fc5) - ## / 71
- BaseImageLibrary2021.msi (14d03f55bedb) - ## / 61
- BattmanRes.dll (26bd5cdf64e1) - ## / 72
- BCSPSE.dll (f2a6c86d03ce) - ## / 69
- Bentley2.dll (1808fadaff6d) - ## / 67
- BentleyGeom2.dll (ed31bf3131f9) - ## / 67
- bentleylogging-2.0.dll (23bed6106c45) - ## / 71
- BouncyCastle.Crypto.DLL (4511726568e6) - ## / 71
- Box.V2.DLL (483b7b2878ba) - ## / 71
- BzPSLang.dll (f03a28ebae39) - ## / 70
- CADManager.msi (52808d52cb34) - ## / 60
- CMControl.exe (bad843ada2da) - ## / 73
- CMControlRes.dll (ef73bfb0e584) - ## / 71
- color.dll (75aae08ceff2) - ## / 71
- colorRes.dll (e1fd81f186aa) - ## / 47
- CPCompare.exe (da8c4afa4505) - ## / 72
- CPCompareLib.dll (c06e1b0ec082) - ## / 71
- d3dcompiler_47.dll (045a7f61f132) - ## / 72
- dbghelp.dll (13c6113b0b0e) - ## / 71
- dcu2d67.dll (c7b2f3691fe1) - ## / 71
- dcu2dnet67.dll (daab3946ce9c) - ## / 65
- ddelib.dll (e1738a50dfca) - ## / 72
- DesignDescription.dll (600aff7843a4) - ## / 72
- DesignMetaData.dll (f96bdc805706) - ## / 71
- DgnCore2.dll (53e989cdb2cd) - ## / 65
- DgnFileIO2.dll (8298a9a944da) - ## / 72
- DgnHandlers2.dll (6f7911c01467) - ## / 67
- DgnPlatformTools2.dll (33c6e7e877c7) - ## / 67
- dgwintbn.dll (2fed54b8b7d6) - ## / 70
- dgwintbnRes.dll (4e72b0af5798) - ## / 69
- Docs.zip (5eaaf111c553) - ## / 62
- Dropbox.Api.DLL (73415bbb99fd) - ## / 72
- dswhip.dll (5b1916a07a9e) - ## / 70
- dwgaidsRes.dll (3617937363b8) - ## / 72
- ECObjects3.dll (a0b58a3644dc) - ## / 67
- Effects11.dll (a0404bf81677) - ## / 66
- errRes.dll (b97fb8eb9c13) - ## / 70
- FeatureExtractionCore.dll (7bec31fa1627) - ## / 72
- fontcap.dll (855bea03de5f) - ## / 71
- fontcapres.dll (eee20ce062e0) - ## / 71
- gridres.dll (87474822b2f1) - ## / 71
- HaveDisk.dll (c8a20922bb73) - ## / 70
- hcreg16.dll (9abc28a09538) - ## / 70
- hcreg16Res.dll (933d0d6c153f) - ## / 72
- heidi16.dll (50ebdd14c77e) - ## / 72
- hideRes.dll (1f9b31fd0966) - ## / 69
- icudt64.dll (203a7981730b) - ## / 71
- icuin64.dll (9fe1072b43b7) - ## / 72
- icuuc64.dll (a31a87dee0ba) - ## / 71
- laszip3.dll (9639137ea9cf) - ## / 70
- libspel.dll (bdda3e8ffdcb) - ## / 70
- libxml2.dll (360cdfc1214f) - ## / 71
- LMVCore.dll (5c2d27333045) - ## / 71
- LMVPackage.dll (397793638232) - ## / 71
- Log4CPlusU_Ad_1.dll (e33aa5c037e9) - ## / 67
- ManagedMC3.dll (5c62c0ae6448) - ## / 64
- MaterialLibrary2021.msi (243539a9013c) - ## / 60
- Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll (33f096d22899) - ## / 70
- Microsoft.Expression.Interactions.dll (56d76e5e1f5b) - ## / 71
- Microsoft.Graph.Core.DLL (e6d24e070480) - ## / 69
- Microsoft.Graph.DLL (2ae653eaa115) - ## / 70
- Microsoft.Identity.Client.DLL (23f9baee1a97) - ## / 71
- Microsoft.IdentityModel.Logging.DLL (5c81d2e38ec2) - ## / 71
- Microsoft.IdentityModel.Tokens.DLL (ed55ac6dff42) - ## / 72
- modlr24.dll (2be6acb148ce) - ## / 70
- Newtonsoft.Json.DLL (d4600e22d576) - ## / 71
- NLM.msi (a4b8cfd737c3) - ## / 61
- nwcore.dll (6c8cd50b03ce) - ## / 72
- OemPreinstall.dll (5dc9786f4a27) - ## / 69
- OemPreinstallRes.dll (546d1729c36a) - ## / 71
- OGSArchive.dll (9d208479fbf5) - ## / 69
- OGSAtilIntegration.dll (2502cdbb25a2) - ## / 71
- OGSCertificationUtility.dll (5473192d5e35) - ## / 71
- OGSDebugUtil.dll (8cd0cb9851f0) - ## / 71
- OGSDeviceDX10.dll (7de5bb5a6297) - ## / 72
- OGSDeviceDX11.dll (fa19a2c88011) - ## / 69
- OGSDeviceDX9.dll (0742999bd7d4) - ## / 70
- OGSDevices.dll (3fe03ac5f3fb) - ## / 71
- OGSFBXAssetTranslator.dll (e700f4be37cc) - ## / 69
- ogsglobals.dll (5cf7dba43703) - ## / 71
- OGSGraphics.dll (78ced00bc0c3) - ## / 71
- OGSIOIntegration.dll (7bd483114765) - ## / 71
- OGSLangHandlerWin.dll (09694caa2bb8) - ## / 69
- OGSObjects.dll (fe2f0f2b043f) - ## / 71
- OGSProtein.dll (3ff13a23a584) - ## / 72
- OGSRapidRT.dll (e1d4d45011ac) - ## / 72
- OGSRapidRTShaderInterface.dll (c4524def3682) - ## / 72
- OGSRapidRTShaders.dll (fec6d08f9d2f) - ## / 69
- OgsRealityCaptureDM.dll (d827d9197bbd) - ## / 71
- oletohdi16.dll (1acd2e90123c) - ## / 71
- passwordUI.dll (f9bcdd8016ff) - ## / 71
- passwordUIRes.dll (a47f0dd9727d) - ## / 71
- pc3edit.dll (2aa92844f553) - ## / 70
- pc3EditRes.dll (04bf62fed156) - ## / 68
- pc3exe.exe (afdc133823b1) - ## / 73
- pc3exeRes.dll (8df2aaceecbd) - ## / 71
- pctres16.dll (97ba228f1a0f) - ## / 72
- PDFNetC.dll (b035a8ee1a3c) - ## / 71
- physpen.dll (a3bd7f17fe45) - ## / 71
- plcalwiz.dll (1d540d0656b1) - ## / 72
- plcalwizRes.dll (bec5552964a7) - ## / 71
- plcferr.dll (c2b2905e7678) - ## / 71
- plcfmgr.dll (f45517ef19a8) - ## / 71
- plcfmgrRes.dll (94d6dd2ffad4) - ## / 70
- plotcfg16.dll (ee4d6bca3a79) - ## / 72
- plotgrad.dll (dc558f0c2ff0) - ## / 69
- pm16.dll (8cd017eca1ac) - ## / 71
- pmres16.dll (b933743a77b7) - ## / 67
- pmutil16.dll (b4898cf515ad) - ## / 71
- prntprog.dll (2339db4c9bda) - ## / 72
- prntprogRes.dll (c95013db2e1f) - ## / 71
- psizewiz.dll (163abf003736) - ## / 71
- psizewizRes.dll (6678557b5ed0) - ## / 72
- qgif_Ad_5_12.dll (786c63129050) - ## / 70
- qico_Ad_5_12.dll (a0a7f7515dc2) - ## / 70
- qjpeg_Ad_5_12.dll (ac0a8a2cc5dd) - ## / 70
- qsvg_Ad_5_12.dll (fb7b80b59bed) - ## / 72
- Qt5Core_Ad_5_12.dll (2d554c3f3ce4) - ## / 70
- Qt5Gui_Ad_5_12.dll (572c4c1d871f) - ## / 70
- Qt5MultimediaWidgets_Ad_5_12.dll (833f3f23739c) - ## / 71
- Qt5Multimedia_Ad_5_12.dll (10e95494c1c1) - ## / 71
- Qt5Network_Ad_5_12.dll (4907edea57f5) - ## / 71
- Qt5OpenGL_Ad_5_12.dll (4698976bebf8) - ## / 72
- Qt5Positioning_Ad_5_12.dll (04311219bdb0) - ## / 71
- Qt5PrintSupport_Ad_5_12.dll (f22c935f8940) - ## / 72
- Qt5Qml_Ad_5_12.dll (b88f64c5bcd5) - ## / 72
- Qt5Quick_Ad_5_12.dll (0080e3ed292d) - ## / 72
- Qt5Sensors_Ad_5_12.dll (e20fecdae393) - ## / 71
- Qt5Sql_Ad_5_12.dll (d6908979c3ce) - ## / 69
- Qt5WebChannel_Ad_5_12.dll (20c9780d7ac1) - ## / 70
- Qt5WebEngineWidgets_Ad_5_12.dll (25d9f8680df7) - ## / 71
- Qt5WebEngine_Ad_5_12.dll (169c75428a28) - ## / 72
- Qt5Widgets_Ad_5_12.dll (c487f94e856e) - ## / 71
- Qt5WinExtras_Ad_5_12.dll (38a19d09b7e6) - ## / 71
- Qt5XmlPatterns_Ad_5_12.dll (a0d5f26e39da) - ## / 71
- Qt5XML_Ad_5_12.dll (ade4c34920fe) - ## / 72
- qtiff_Ad_5_12.dll (9c3216e8dced) - ## / 71
- QTSOLUTIONS_MFCMIGRATIONFRAMEWORK_Ad_2.dll (398c369bb16e) - ## / 71
- R14PSKit.dll (b34df52e55d2) - ## / 58
- R14PSKitRes.dll (36e69cf03e50) - ## / 65
- Readme.zip (d6fbefd829d2) - ## / 63
- RegAcadlt24.dll (bdfdd9107c82) - ## / 72
- RegAcadltRes.dll (eaeb45b2f5ec) - ## / 71
- resize.dll (070abb08fe07) - ## / 71
- rmgrsubs2.dll (65a1fdc27edc) - ## / 67
- scree.dll (f128fb2b0aad) - ## / 71
- sharemfc.dll (805afa602b09) - ## / 71
- sharemfcRes.dll (715fc267d340) - ## / 70
- slidelib.exe (08638d9d5182) - ## / 70
- styedit.dll (4b524168220c) - ## / 72
- styexe.exe (3e09bc32976f) - ## / 71
- styexeRes.dll (ef8db3971c53) - ## / 72
- styleeng.dll (881fe466ae00) - ## / 71
- styshwiz.exe (e2c9d089bed4) - ## / 70
- styshwizRes.dll (8ffbcc466d9c) - ## / 72
- System.IdentityModel.Tokens.Jwt.DLL (76c9b6b542bf) - ## / 70
- tbb.dll (694eeedd2c8f) - ## / 70
- tbbmalloc.dll (b321f4a1fa14) - ## / 70
- texteditRes.dll (7cc4e4306772) - ## / 72
- textfindRes.dll (58556d906ca0) - ## / 69
- tsplines8A.dll (625d3efc7a83) - ## / 70
- unitsRes.dll (1ba014ff6116) - ## / 71
- userdata.dll (d752a8d818bb) - ## / 65
- Xalan.Aec.dll (a74ddc667e7c) - ## / 70
- XalanMessages.Aec.dll (a1a5bde4f27f) - ## / 72
- xirangall-16.dll (f36216fe36a9) - ## / 71
- autocadlt.2020.01.24.nupkg (e26c053613e0) - ## / 61
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 |
---|---|---|---|
Autocad LT (64-bit) 2020.01.24 | 380 | Saturday, May 16, 2020 | Approved |
-
- dotnetfx (≥ 4.8.0.0)
- vcredist2012 (≥ 11.0.0)
- vcredist140 (≥ 14.20.0.0)
Ground Rules:
- This discussion is only about Autocad LT (64-bit) and the Autocad LT (64-bit) 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 Autocad LT (64-bit), 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.