Views:
The following is the registry key tree of shared DLLs (Windows management):

```
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
```

The shared DLLs used by the earlier version of DSA:

- concrt140.dll (included in Microsoft Visual C++ Redistributable 2015)
- msvcp140.dll (included in Microsoft Visual C++ Redistributable 2015)
- vccorlib140.dll (included in Microsoft Visual C++ Redistributable 2015)
- vcruntime140.dll (included in Microsoft Visual C++ Redistributable 2015)
- msvcp110.dll (included in Microsoft Visual C++ Redistributable 2012)
- msvcr110.dll (included in Microsoft Visual C++ Redistributable 2012)
- vccorlib110.dll (included in Microsoft Visual C++ Redistributable 2012)

Starting from the following versions, DSA will install required DLLs under its installation directory instead of the Windows System32 folder:

- Deep Security Agent 12 LTS GA and newer
- Deep Security Agent 11 LTS Update 6 and newer
- Deep Security Agent 10 LTS Update 17 and newer