![]() | This article was nominated for deletion. The discussion was closed on 8 June 2025 with a consensus to merge the content into the article Symbian#Design. If you find that such action has not been taken promptly, please consider assisting in the merger instead of re-nominating the article for deletion. To discuss the merger, please use the destination article's talk page. (June 2025) |
Software installation script | |
---|---|
Filename extension |
.sis, .sisx |
Internet media type |
application/vnd.symbian.install |
Developed by | Symbian Ltd. |
Type of format | Installation |
Container for | Symbian applications |
Standard | Symbian |
SIS is an acronym that stands for Software Installation Script, the standard software installation package format for Symbian OS. SIS files are an archive, containing installation instructions, the application file (usually an .APP or .EXE file), and its dependencies. 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] The Windows utility SISContents is able to convert various file formats.