Latest documentation by flizebogen

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2595 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-05-30 11:42:06 +00:00
parent 4637b9f327
commit 38606c296e
4 changed files with 58 additions and 10 deletions

View file

@ -18,9 +18,9 @@ Tells the installer that the current section needs an additional "size_kb" kilob
\S2{ssection} Section
\c [/e] [([!]|[-])section_name] [section index output]
\c [/o] [([!]|[-])section_name] [section index output]
Begins and opens a new section. If section_name is empty, omitted, or begins with a -, then it is a required section and the user will not see it, nor have the option of disabling it. If the section name is 'Uninstall', then it is a special Uninstall Section. If section index output is specified, the parameter will be !defined with the section index (that can be used for \R{sectionsettext}{SectionSetText} etc). If the section name begins with a !, the section will be displayed as bold. If /e is present, the sub sections of the section will be expanded by default.
Begins and opens a new section. If section_name is empty, omitted, or begins with a -, then it is a hidden section and the user will not have the option of disabling it. If the section name is 'Uninstall', then it is a special Uninstall Section. If section index output is specified, the parameter will be !defined with the section index (that can be used for \R{sectionsettext}{SectionSetText} etc). If the section name begins with a !, the section will be displayed as bold. If the Switch /o is specified than the Section is unselected by default.
\S2{ssectionend} SectionEnd
@ -40,4 +40,5 @@ This command inserts a subsection. The subsection must be close with SubSectionE
\S2{ssubsectionend} SubSectionEnd
Closes a subsection opened with SubSection.
Closes a subsection opened with SubSection.