Você pode calcular o checksum para ver se o seu instalador corresponde ao que eu baixei há 9 meses. Veja como eu fiz:
Abra um Prompt de Comando e digite
certutil -hashfile
Deixe um espaço no final e, em seguida, arraste e solte o Instalador da sua pasta Downloads na janela do Prompt de Comando. Você terá algo como isto:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
Pressione Enter e você deve obter esta saída:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
Se o hash do seu download for diferente do número longo acima, você deve tentar baixar novamente.
You could compute the checksum to see if your installer matches the one I downloaded 9 months ago. Here's how I did it:
Open a Command Prompt and type
certutil -hashfile
Leave a space at the end of that then drag and drop the Installer from your Downloads folder into the Command Prompt window. You'll end up with something like this:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
Press Enter and you should get this output:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
If the hash of your download is different than the long number above then you should try downloading again.
Tradução automática de English