update structure comments

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5556 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-02-23 15:04:53 +00:00
parent 2fd71f8507
commit e3b9d1311b

View file

@ -21,20 +21,18 @@
#define _FILEFORM_H_
// * the installer is compsed of the following parts:
// * the installer is composed of the following parts:
// exehead (~34kb)
// firstheader (struct firstheader)
// * headers (compressed together):
// header (struct header)
// * nsis blocks (described in header->blocks)
// header (struct header - contains pointers to all blocks)
// pages (struct page)
// section headers (struct section)
// entries/instructions (struct entry)
// strings (null seperated)
// language tables (language id, dialog offset, language strings)
// colors (struct color)
// data block (files and uninstaller data)
// * not compressed
// data block (compressed files and uninstaller data)
// CRC (optional - 4 bytes)
//
// headers + datablock is at least 512 bytes if CRC enabled