can't install the latest version
Hello Bernard,
The zipped version of the 32-bit installer is still the bad file.
From the download page, you can see it's the old timestamp and shorter file size:
install_sw4stm32_win_32bits-v2.0.zip 15-May-2017 09:11 267M
install_sw4stm32_win_32bits-latest.zip 15-May-2017 09:11 267M
The others seem OK.
By the way, Windows includes a built-in command line pgm to do those checksums.
Example:
certutil -hashfile install_sw4stm32_win_32bits-v2.0.exe MD5
certutil -hashfile install_sw4stm32_win_32bits-v2.0.exe SHA256
-Bill