Minor Inno Setup Bug related to Chrome bundling
The Inno Setup script for 5.5.1 is missing a couple ifdefs for Chrome, and has one in the wrong spot. Here's a patch.
Edit: This problem still exists in the CVS version of the ISS script.
$ diff ../winscp551source/deployment/winscpsetup.iss fixed.iss 748d751 < #ifdef Chrome 756a760,761 > #ifdef Chrome > 1342a1348 > #ifdef Chrome 1344a1351 > #endif 1473a1481 > #ifdef Chrome 1477a1486 > #endif 1503a1513 > #ifdef Chrome 1517a1528 > #endif
Edit: This problem still exists in the CVS version of the ISS script.