JOLUGO
August 22, 2016, 10:42pm
1
Hello everyone,
I am trying to install the BES Right Click Tools from Bigfix,me
https://bigfix.me/fixlet/details/4012?force=true
I first encountered an issue with the download not completing and saw some comments from @jgstew at the bottom to use a different URL for the baretail.exe file. When I take action on the fixlet instead of downloading the file as baretail.exe it downloads as download.php. I explicitly use this command:
prefetch baretail.exe sha1:2aa7d3806d614fd9e1e6b099d134784a98b6dd9e size:225280 https://www.baremetalsoft.com/baretail/download.php?p=m
Could anyone point me in the right direction? Thanks.
1 Like
jgstew
August 23, 2016, 1:45am
2
I have been meaning to fix this, but never got around to it.
It might be that bigfix just can’t download it properly from the vendor site and it would need to be hosted elsewhere.
I just made this prefetch fresh, so it does look correct.
prefetch baretail.exe sha1:2aa7d3806d614fd9e1e6b099d134784a98b6dd9e size:225280 https://www.baremetalsoft.com/baretail/download.php?p=m sha256:160d6a3bdc9d64677643376f82e559eb4112289e6b6d722b5b3b32699d18bca9
If you swap it out the URL like this, then it should work for you:
prefetch baretail.exe sha1:2aa7d3806d614fd9e1e6b099d134784a98b6dd9e size:225280 https://dl.dropboxusercontent.com/u/640753/baretail.exe sha256:160d6a3bdc9d64677643376f82e559eb4112289e6b6d722b5b3b32699d18bca9
JOLUGO
August 25, 2016, 2:37pm
3
Thanks @jgstew , I incorporated your recommended changes and it worked flawlessly.
1 Like