Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EPP/Obsolete/Installer SFX

< EPP
Revision as of 15:53, 20 May 2007 by Unnamed Poltroon (Talk) (New page: == Installer SFX archives == === Installer SFX archive file structure === {| border="1" |- | Executable Extractor |- | Files Data |- | SFX Header |-...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installer SFX archives

Installer SFX archive file structure

Executable Extractor
Files Data
SFX Header
Table Of Contents (TOC)
SFX Footer


SFX Header:

 12 bytes - SFX signature ( including format version )
 4 bytes - number of files
 

TOC Entry:

 4 bytes - file data offset
 4 bytes - file data size
 4 bytes - file flags
 4 bytes - filename length (N)
 N bytes - filename

SFX Footer:

 4 bytes - SFX header offset
 4 bytes - 32-bit complementary checksum

Copyright © Eclipse Foundation, Inc. All Rights Reserved.