Check the shasum of the file you're downloading, make sure it matches:
$ shasum -a 256 cfdev-v0.0.17-rc.14-windows.exe
2d66c258baf578cd8b8b7cbb796492e7ab06843482b6c9fff73426cd5635f4ba cfdev-v0.0.17-rc.14-windows.exe
You can run `Get-FileHash <path-to-file> | Format-List` in PowerShell to calculate the checksum on Windows.