how to get checksum value
Closed this issue · 2 comments
sujithbms123 commented
Hi
I have installation media fro sql server 2012. I installed IIS to host sql server binaries for version 2008 and 2012. I can download them directly from the my IIS website. I didnot understand what is checksum in the cookbook and how to find that value.
sergiuv2020 commented
https://docs.chef.io/resource_windows_package.html
The checksum can be generated by you. Use to prevent a file from being re-downloaded.
tas50 commented
The Checksum is a SHA256 value. This article might be helpful:
http://learn-powershell.net/2013/03/25/use-powershell-to-calculate-the-hash-of-a-file/