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

including sis into sis

2 replies · 1,885 views · Started 07 August 2006

HI..

can anybody tell me if a sis file be included into another sis file.. if so then how do v do it.eagerly waiting for a response

pavithra wrote:HI..

can anybody tell me if a sis file be included into another sis file.. if so then how do v do it.eagerly waiting for a response

We will try to contemplate and think deeply about this issue.

Sure. Look at the MakeSIS documentation in the SDK. This one directly from the S60 3rd Ed. maintenance release SDK docs:

; A SIS file which embeds another

;Languages
&EN,GE

;Header
#{"Embedding-EN", "Embedding-GE"}, (0x10000017), 1, 2, 3

%{"Vendor", "Verkaufer"}
:"Vendor"

;Embedded component
IF NOT package(0x80000002)
@"sub.sis",(0x80000002)
endif

;Ordinary file to fixed drive
{
"text\englishfile.txt"
"text\germanfile.txt"
}-"C:\private\10000018\import\lang.txt"

;Ordinary file to selected drive
"text\file1.txt"-"!:\private\10000018\import\file1.txt"

;Display a text file
"text\textfilec.txt"-"", FT, TC