Downloading AcrGIS for Personal Use CheckSum Help

548
2
04-12-2021 12:35 PM
lisachatsalot
New Contributor II

Hello, 

 

Could someone assist me with which files to use to verify with the CheckSum. I tried performing a CheckSum on the first download (ArcPro) however the Powershell outputted that message. 

 

I went ahead and installed on all of the Arc Pro downloads and patches, but I would like to check that everything downloaded correctly with the CheckSum. 

 

 

lisachatsalot_0-1618255455993.png

 

lisachatsalot_1-1618255614343.png

 

lisachatsalot_2-1618255722411.png

 

 

 

 

 

 

0 Kudos
2 Replies
JayantaPoddar
MVP Esteemed Contributor

Check the steps in How and when to use CheckSum (MD5) 

For me, the command on Powershell was like this (I have ArcGIS Pro 2.6 setup). 

 

Get-FileHash "C:\GIS Software\Esri\Pro\ArcGISPro_26_175036.exe" -Algorithm MD5

 

Use Space and punctuation appropriately.

Jayanta_Poddar_0-1618261996062.png

 



Think Location
0 Kudos
lisachatsalot
New Contributor II

Thank you for the information! Looks like after the Get-FileHash I needed a space before dragging the file name. 

0 Kudos