Podría calcular la suma de verificación (checksum) para ver si su instalador coincide con el que descargué hace 9 meses. Así es como lo hice:
Abra un Símbolo del sistema (Command Prompt) y escriba
certutil -hashfile
Deje un espacio al final y luego arrastre y suelte el instalador desde su carpeta Descargas en la ventana del Símbolo del sistema. Obtendrá algo como esto:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
Presione Enter y debería obtener esta salida:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
Si la suma de verificación de su descarga es diferente al número largo de arriba, debería intentar descargarlo de nuevo.
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.
Traducción automática desde English