Updated Changelog
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2438 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6de21cdc3c
commit
17f3de5985
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
\e{v2.0b4}
|
||||
|
||||
\b In Components Tree: Fixed problems with sub-sections with RO sections as children, SF_EXPAND now refreshes the components tree, Added SF_PSELECTED for partially selected sub-sections
|
||||
|
||||
\b \R{onmouseoversection}{OnMouseOver Text} is only displayed when mouse over section else nothing is displayed
|
||||
|
||||
\b RO sections can now be in \R{ainsttype}{InstTypes} too (default to old behavior)
|
||||
|
||||
\b \W{../contrib/InstallOptions/readme.html}{IO}: Added EXTENDEDSELECT flag for list boxes which replaces MULTISELECT that now acts exactly as the real style flag ([double] click turns on or off selection)
|
||||
|
||||
\b Modern UI 1.64: Finish header macro's don't have to be inserted anymore, \R{alicenseforceselection}{LicenseForceSelection} support, improved language preference storage
|
||||
|
||||
\b Added \R{alicenseforceselection}{LicenseForceSelection}: Checkbox or radiobuttons on license page to let user agree with license or not
|
||||
|
|
|
@ -61,7 +61,7 @@ Examples:
|
|||
|
||||
\c ((custom [creator_function] [leave_function] [caption]) | ((license|components|directory|instfiles) [pre_function] [show_function] [leave_function])) [define_if_last]
|
||||
|
||||
Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions. If define_if_last is specified, the parameter will be !defined if the page turns out to be the last page before a instfiles page. This helps you decide on dynamic scripts (such as the Modern UI script) what to put in this page's text, "click the install button to start installation" or "click next to continue" for example.
|
||||
Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions. If define_if_last is specified, the parameter will be !defined if the page turns out to be the last page before a instfiles page. This helps you decide on dynamic scripts (such as the \W{../contrib/Modern UI/Readme.html}{Modern UI script}) what to put in this page's text, "click the install button to start installation" or "click next to continue" for example.
|
||||
|
||||
\S{uninstpage} UninstPage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue