Issue Details
Is there a way to verify the integrity of the InsightCM installer after downloading it to ensure the file has not been corrupted or altered? Each InsightCM release includes the expected hash value of the installer in the corresponding README file, which can be used to validate the downloaded file.
Example README file:
Solution
To verify the hash value of the InsightCM installer on a Windows system:
1. Open Command Prompt (CMD).
2. Run the following command, replacing the file path with the location of the installer:
certutil -hashfile "path\to\file" SHA256
3. Compare the generated hash value with the hash value listed in the InsightCM README file for the corresponding release.
You should get something like this:
da28c0a7923e47d299d677f091f831ec1dba2285690ede36a65893d298ccede3
Example output:
Do you need more help?
Submit your questions or requests using the Support Ticket Submission form.