If you need to verify that the MSI file you have downloaded is the same file as the one that Symphony provided and ensure that the download has not been tampered with, you can check the hash value for Cloud9 in the *.exe and *.msi files.
To find that hash value:
- Go to the downloaded Cloud9 *.exe and *.msi files in your Downloads folder.
- Open the PowerShell window from the Windows Start menu.
.
- Set the path to the Downloads folder.
- Type in Get-FileHash -Algorithm SHA256 .\C9Installer.msi to get the hash value for the MSI file.
- Type in Get-FileHash -Algorithm SHA256 .\Setup.exe to get the hash value for the EXE file.
- Copy and paste the information.