Quote:
Originally Posted by L0v3craft
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?