Registry Key Access
To install the vClient application, the user must have read/write permissions to some registry keys and folders.
Read/Write access should be provided to the following registry keys:
- HKEY_CURRENT_USER\Software\Classes\Software\
- HKEY_CURRENT_USER\Microsoft\Windows\CurrentVersion\Uninstall
Read/Write access should be provided to the following folders:
- %userprofile%\AppData\Roaming
- %userprofile%\AppData\Local
Provisioner URL
The below provisioner URL must be on an approved list on the machine for the user running vClient. Please ensure that the correct URL is added to the machine's Antivirus, Firewall, and Proxy 'approved-list' as the provisioner URL is where vClient is downloaded.
North America (US): | https://vclient-provisioner-us-validis.azurewebsites.net/ |
Product Specifications
Name | Description | Note |
---|---|---|
Technology | Microsoft ClickOnce Name - vClient Publisher - Validis LLC |
|
HTTP and HTTPS ports | 80, 443 |
|
FTP | FTP is not used. File downloads and uploads are performed using HTTP. |
|
.NET Framework | 4.8 |
|
Security | TLS 1.3, TLS 1.2 | TLS 12.3 is the preferable Transport Layer Security |
Operating System | Windows | Any version of Windows that supports .NET Framework. 4.8 |
Administrative Privileges | None |
|
File System | %APPDATA%\Roaming\Validis | Validis\Logs - Time-stamped logs produced by running vClient Validis\Storage - ClickOnce downloaded executable, icons, and configuration files Validis\temp - Optional intermediate file storage |
Network Speed | The minimum network speed and reliability must be sufficient to complete the extraction process. | The minimum network speed is difficult to quantify and measure as it is complex and can depend on the volume of information being uploaded. |
Browser Processing | The Chrome and Firefox browsers download a vclient.application which when clicked on "Download", the vClient core files into the %APPDATA% Validis Storage location. The Microsoft Edge browser, typically, automatically opens the file vclient.application in the browser. |
|
vClient Core Files | 1icon.ico.depoly 2Azure.Core.dll 3Azure.Storage.Blobs.dll 4Azure.Storage.Common.dll 5Microsoft.Bcl.AsyncInterfaces.dll 6System.Buffers.dll 7System.Diagnostics.DiagnosticSource.dll 8System.IO.Hashing.dll 9System.Memory.Data.dll 10System.Memory.dll 11System.Numerics.Vectors.dll 12System.Runtime.CompilerServices.Unsafe.dll 13System.Text.Encodings.Web.dll 14System.Text.Json.dll 15System.Threading.Tasks.Extensions.dll 16System.ValueTuple.dll 17vClient.exe 18vClient.exe.config 19vClient.Uninstaller.exe 20Microsoft.Bcl.HashCode.dll | The downloaded files are automatically deleted from the Validis\Storage location when vClient Upload processing is complete. |
Download file processing | The files are downloaded with the “deploy” file extension and are converted to a DLL executable binary by ClickOnce. Other conversions occur, for example, icon files of type “ico”.
| A call is made to a Web endpoint to download the required files. For example, when System.Text.Json.dll.deploy is downloaded it will become System.Text.Json.dll. |