View Single Post
  #6  
Old 31-12-2020, 06:07
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by L0v3craft View Post
Incredible, this is the reason:

the original file "records.ini" that comes with ASIS is this:

[Record1]
Type=Freearc_Original
Source={src}\data.arc
Output={app}\
Disk=1

and it doesn't work, works only changing that "Type=Freearc_Original" to "Type=FreeArc_Original".

Infact the code does this check:

if Data[i - 1].Arc[0] = 'FreeArc_Original' then

it is "FreeArc" and not "Freearc".
But Inno setup is non case sensitive. isn't?
Reply With Quote