View Single Post
  #7  
Old 31-12-2020, 08:43
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Ele View Post
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
Reply With Quote