I\'m trying to read and write to the IIS 6 metabase using Inno Setup. I can\'t figure out how to access arrays though.
Inno does not provide full Delphi support, as far as I remember the scripting language is based on Free Pascal.
Try the following:
for I := 0 to GetArrayLength(myArray) - 1 do begin //stuff end;