View Full Version : including sis into sis


pavithra
07-08-2006, 06:39 AM
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

thepawn
15-08-2006, 11:15 AM
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.

N/A
15-08-2006, 11:35 AM
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