[Lazarus] Problems creating Lazarus installer + readme/batch patch
Martin
lazarus at mfriebe.de
Wed Aug 1 19:18:47 CEST 2012
On 01/08/2012 17:41, Reinier Olislagers wrote:
> On 1-8-2012 15:42, Reinier Olislagers wrote:
>> However, I now get this:
>> Error on line 417 in
>> C:\Development\lazarus\tools\install\win\lazarus.iss: Column 40:
>> Type mismatch.
>>
>> The lines in question:
>> var
>> FileName: string;
>> Content: string;
>> begin
>> FileName := ExpandConstant(CurrentFileName);
>> LoadStringFromFile(FileName, Content); //<-- line 417; col 40 is the ;
>>
>> Those lines appear to have been there since r6092 (svn blame)... perhaps
>> it's the fact I'm using Unicode Inno Setup or something I'm not seeing?
> I think it's using Inno Setup Unicode.
> from
> http://www.jrsoftware.org/ishelp/
Possible. So far the installer are build with the ansi setup.
Migrating to the unicode is on the list.
> I'll try to fix the script, then run the installer, then install ANSI
> InnoSetup, do the same, and if it works, submit a patch.
Big step is to look at includes such as the Russian translation. If they
can move into the [language] section, then inno should deal with it....
More information about the Lazarus
mailing list