crunchy101: If you go into the options for the offline installers they have an option to check file integrity before the install.
This wouldn't work for the OP. The idea is:
1) download on one PC (assuming OP can't install on this PC) that has high speed internet,
2) verify file integrity before leaving PC with high speed internet, and then
3) take it home to personal PC install on 1st try.
OP can't do #3 without being able to do #2.
solar_dome: Here is another option to retrieve the hash values of game executable files.
When downloading a file, go to your browser's download manager window.
Rick-click on the file and select "copy download link" (or something similar).
Use the wget command in your command prompt along with the download link, followed by ".xml"
TheDameon: THIS is the right answer for me!! So GoG does actually generate the MD5 hash and puts them in an XML file. Very nicely done GoG. Not sure why they don't promote this outside of "Galaxy". This XML was likely generated to support Galaxy.
For Fallout 4...
<file name="setup_fallout_4_game_of_the_year_edition_1.10.163.0_(64bit)_(66700)-9.bin" available="1" notavailablemsg="" md5="87376490675be6db9fbf5c7032107730" chunks="22"
C:\>certutil -hashfile "setup_fallout_4_game_of_the_year_edition_1.10.163.0_(64bit)_(66700)-9.bin" MD5
MD5 hash of setup_fallout_4_game_of_the_year_edition_1.10.163.0_(64bit)_(66700)-9.bin:
87376490675be6db9fbf5c7032107730
CertUtil: -hashfile command completed successfully.
Thanks solar_dome!
That's really nice to have the info for verification. This would have also saved me a lot of time failing to install some games after a couple large downloads, including Fallout 4.