SIS
From Just Solve the File Format Problem
(Difference between revisions)
m |
(Updated links, etc.) |
||
Line 4: | Line 4: | ||
|extensions={{ext|sis}}, {{ext|sisx}} | |extensions={{ext|sis}}, {{ext|sisx}} | ||
}} | }} | ||
− | [[SIS]] | + | [[SIS]] is a software installation archive format used on EPOC/Symbian OS. It contains files in other formats such as [[Psion IMG/APP|APP]]. |
+ | |||
+ | Some sources say that SIS stands for '''Software Installation Script'''; others say '''Symbian Installation System'''. | ||
== Identification == | == Identification == | ||
− | SIS files for EPOC release 3, 4, and 5 begin with bytes | + | SIS files for EPOC release 3, 4, and 5 begin with bytes {{magic|?? ?? ?? ?? 6d 00 00 10 19 04 00 10}}. |
− | SIS files for EPOC release 6 begin with | + | SIS files for EPOC release 6 begin with {{magic|?? ?? ?? ?? 12 3a 00 10 19 04 00 10}}. |
− | SIS files for Symbian OS 9.x begin with | + | SIS files for Symbian OS 9.x begin with {{magic|7a 1a 20 10}}. |
== Specifications == | == Specifications == | ||
− | * [ | + | * [https://www.thouky.co.uk/sis.html SIS File Format] (for versions prior to Symbian OS 9.1) |
* [http://www.cryer.co.uk/file-types/s/sis/softwareinstallsis.pdf Symbian OS v9.X SIS File Format Specification, Version 1.1] | * [http://www.cryer.co.uk/file-types/s/sis/softwareinstallsis.pdf Symbian OS v9.X SIS File Format Specification, Version 1.1] | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/psion/disk1/GAMES/ ... | * http://cd.textfiles.com/psion/disk1/GAMES/ ... | ||
− | * | + | * https://www.mobileshox.com/symbian-games/ |
== Links == | == Links == | ||
* [[Wikipedia:SIS (file format)|Wikipedia article]] | * [[Wikipedia:SIS (file format)|Wikipedia article]] | ||
− | * [http://developer.nokia.com/community/wiki/SIS Nokia Developer Wiki article] | + | * [https://web.archive.org/web/20130621071645/http://developer.nokia.com/community/wiki/SIS Nokia Developer Wiki article] (from archive.org) |
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
[[Category:Nokia]] | [[Category:Nokia]] |
Revision as of 15:12, 4 November 2018
SIS is a software installation archive format used on EPOC/Symbian OS. It contains files in other formats such as APP.Some sources say that SIS stands for Software Installation Script; others say Symbian Installation System.
Contents |
Identification
SIS files for EPOC release 3, 4, and 5 begin with bytes ?? ?? ?? ?? 6d 00 00 10 19 04 00 10
.
SIS files for EPOC release 6 begin with ?? ?? ?? ?? 12 3a 00 10 19 04 00 10
.
SIS files for Symbian OS 9.x begin with 7a 1a 20 10
.
Specifications
- SIS File Format (for versions prior to Symbian OS 9.1)
- Symbian OS v9.X SIS File Format Specification, Version 1.1
Sample files
Links
- Wikipedia article
- Nokia Developer Wiki article (from archive.org)