Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 21:39, 13 December 2007.

SIS

From Forum Nokia Wiki

SIS is an acronym that stands for Symbian Installation System. It is an installation file for Symbian OS, and not an application file. Basically a SIS file includes the following:

  • Application: The file with an extension of .EXE (in case of pre v9 it is .APP for UI-based and .EXE for console-based applications).
  • Library files: Static libraries will have an extension of .LIB and dynamic one will have an extension of .DLL.
  • Resources: The file with .RSC extension, which is the resource file for an application. The resource file's extension may change according to the languages, in which case it would be .R01, .R02, .R03 etc,.
  • Bitmaps: These are the bitmap files with an extension of .MBM or .MIF.
  • Embedded SIS: A SIS file file can contain another SIS file, too.
  • Application Config: These are user-defined files, the extension may vary.

Generally the tool MakeSIS is used to create a SIS file from a Package File.

Alternatively, you can produce a .SIS file using the Sisar tool provided with the S60 2nd Edition SDK. Sisar packages all the application files into one .SIS file to ease the installation on to the target.

Also see SignSIS, CreateSIS and DumpSIS.

References


Related Discussions
Thread Thread Starter Forum Replies Last Post
How to make a sis application works with a cell location module inside the script? ComThink Python 6 2008-03-08 16:22
How to UN-SIS a SIS file ? jjclose Symbian Tools & SDKs 1 2004-01-04 19:18
Corrupted file in installing sohnisheth General Symbian C++ 17 2006-07-22 22:03
SIS problem chirag_cel Symbian Tools & SDKs 12 2006-11-23 08:39
S60 3rd edition java midp within a signed SIS s_mad010 Series 40 & S60 Platform Feedback 4 2007-11-27 09:29
 
Powered by MediaWiki