Quote:
Originally Posted by Ele
But Inno setup is non case sensitive. isn't?
|
ASIS even has a case sensitive comparison.
In CIU and LIS these options are compared with LowerCase.
You can change the ASIS script in 2 places, just by entering LowerCase.
Code:
if LowerCase(Data[i - 1].Arc[0]) = LowerCase('FreeArc_Original') then
if LowerCase(Data[i - 1].Arc[0]) = LowerCase('FreeArc_Split') then