Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Display License Agreement in Freeware Application

1 replies · 0 views · Started 06 April 2006

Hi all,

I just visited this Freeware FAQ,
https://www.symbiansigned.com/app/barclayhtml/devcert/requestupload.jsp.
There is an example of how to display license agreement in Freeware
application for multiple language:

{
"\Freeware\Text Files\FreewareWarningEN.txt"
"\Freeware\Text Files\FreewareWarningIT.txt"
"\Freeware\Text Files\FreewareWarningGE.txt"
"\Freeware\Text Files\FreewareWarningFR.txt"
}-"",FT

Unfortunately, the example seems not working. I cannot generate SIS file
when I added those lines. This is the error message from the makesis.exe:

C:\MyProjects\Bencoolen2\sis>makesis screenshot_s60_3rd.pkg
Processing screenshot_s60_3rd.pkg...
screenshot_s60_3rd.pkg(55) : error: unknown line

Line 55 where ", FT" is. If I remove "FT", I can generate SIS file, but
then no license agreement is displayed during installation.

Any hints?

Antony

> Any hints?
>
> Antony
>
>

Yes.

Use this for OS9.1 pkg files:

IF (LANGUAGE=1)
"license_01.txt"-"", FILETEXT, TEXTABORT
ELSEIF (LANGUAGE=3)
"license_03.txt"-"", FILETEXT, TEXTABORT
ELSE
"license_sc.txt"-"", FILETEXT, TEXTABORT
ENDIF

--
Tobias
www.OutBank.de