Windows 2000 Pro
If system locale has decimal separator <> '.' then
setup failed with error
"Could not locate Delphi..."
(this happens after EConversionError at the line 93
Tmp := StrToFloat(Keys[I]))
Solve:
add the string
DecimalSeparator := '.';
into the beginning of program.