Jump to content

SIS (file format)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 117.211.61.53 (talk) at 08:20, 1 February 2013 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Software installation script
Filename extension
.sis, .sisx
Internet media type
application/vnd.symbian.install
Developed bySymbian Ltd.
Type of formatInstallation
Container forSymbian applications
StandardSymbian

SIS is an acronym that stands for Software Installation Script. It is an archive for Symbian OS, and not an application file, as sometimes believed; the real Symbian application is the .APP or .EXE file within it. By convention .sisx denotes a signed file.[1]

There are different ways how a SIS file can be created. The basic approach is to create a package definition file (.pkg) that contains information about the package like the vendor, package name and what files to include in the package. Then use the makesis and signsis utilities that processes the .pkg file and creates the actual SIS file.[2] Other alternatives are to use the Carbide.c++ IDE that automatically builds the SIS file as part of the build process or to graphically define and create the installation package using PackageForge.[3]

==See also platform)|S90 platform]]

  • Thoukydides, Alexander (February 3, 2007). "SIS File Format specifications (for Symbian OS v8.0 and earlier)".
  • "Symbian OS v9.x SIS File Format specification" (PDF). June 2006.
  • Symbian developer website s60_3_0_how_to_sign_sis_files_1_4.pdf
  1. ^ http://www.symbiansigned.com
  2. ^ "Symbian software installation & packaging documentation". October 5, 2010. Retrieved October 5, 2010.
  3. ^ "Tools for Creating SIS files description". October 5, 2010. Retrieved October 5, 2010.