Download link EmVue v1
EmVue_1.1.180.iso : Download
Hash (SHA256) : 777343936F0D13EB827F55CA246AAC54FFF9074A3D9B8F72D73BD647BFB3310F
How to verify the integrity of downloaded files?
Prior to installing the software, it is important to check the integrity of the file(s) you have downloaded. When you received instructions for download from us, we included the file(s) SHA fingerprint. To ensure a file has not been corrupted, it is necessary to calculate the fingerprint of the file(s) you have downloaded in order to make sure it matches the one provided in the download instructions.
- Open the Windows startup menu, type “Powershell” and press Enter to open a Powershell terminal.
- Using the command CD, move to the directory where the downloaded installation media is located.
- Run the following Powershell command where <filename> is the name of the downloaded file to verify and <hash> is the fingerprint provided separately.
(Get-FileHash -Algorithm SHA256 -path “<filename>”).Hash -eq “<hash>” - After a few seconds, you obtain an output indicating True if the fingerprint of the downloaded file matches the hash value provided, and False otherwise.
For example, the following command to verify the Release 1.1.180 iso file returns True:
(Get-FileHash –Algorithm SHA256 -path “.\EmVue_1.1.180.iso”).Hash -eq
“777343936F0D13EB827F55CA246AAC54FFF9074A3D9B8F72D73BD647BFB3310F”
We advise you to never launch an installation package if the fingerprint of the downloaded file does not match our reference. If they are different we recommend retrying the download to rule out errors that may be due to network issues. If the fingerprints remain different, please inform us as soon as possible so we can take necessary actions.
Created on: 21 Feb 2025