您可以计算校验和,以查看您的安装程序是否与我 9 个月前下载的一致。以下是我的操作方法:
打开命令提示符并输入
certutil -hashfile
在末尾保留一个空格,然后从“下载”文件夹中将安装程序拖放到命令提示符窗口中。最终结果应如下所示:
certutil -hashfile "C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe"
按 Enter 键,您应该会看到以下输出:
SHA1 hash of C:\Users\Livingfield\Downloads\Paratext_9.4.101.1_InstallerOnline.exe:
29620bf507a1eb34057632692e9426b49e423947
CertUtil: -hashfile command completed successfully.
如果您下载的文件的哈希值与上面的长数字不同,则应尝试重新下载。
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.
机器翻译自 English