credits, history, links, fix

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3046 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-10-23 13:01:59 +00:00
parent fb8deef368
commit f84a8861c9
4 changed files with 8 additions and 12 deletions

View file

@ -22,7 +22,7 @@ Controls whether or not installs are enabled to the root directory of a drive, o
\c true|\\<b\\>false\\</b\\> \c true|\\<b\\>false\\</b\\>
Sets whether or not the install window automatically closes when completed. This is overrideable from a section using SetAutoClose. Sets whether or not the install window automatically closes when completed. This is overrideable from a section using \R{setautoclose}{SetAutoClose}.
\S2{abggradient} BGGradient \S2{abggradient} BGGradient

View file

@ -55,7 +55,7 @@ Example:
\S3{oninstsuccess} .onInstSuccess \S3{oninstsuccess} .onInstSuccess
This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false). This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} or \R{setautoclose}{SetAutoClose} is set to false).
Example: Example:
@ -155,7 +155,7 @@ Example:
\S3{unonuninstsuccess} un.onUninstSuccess \S3{unonuninstsuccess} un.onUninstSuccess
This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false). This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{setautoclose}{SetAutoClose} is set to false)..
Example: Example:

View file

@ -28,7 +28,7 @@
\b NSIS Menu \b NSIS Menu
\b NSIS Update for NSIS distribution \b NSIS Update for NSIS distribution (original version by Nathan Purciful)
\e{Robert Rainwater} \e{Robert Rainwater}
@ -78,12 +78,6 @@
\b Lots of icons and check marks \b Lots of icons and check marks
\e{Nathan Purciful aka Techkid}
\b NSIS Menu Graphics
\b Original NSIS Update version
\H{translators} Translators \H{translators} Translators
Arabic - \e{TuW@nNu (asdfuae)} Arabic - \e{TuW@nNu (asdfuae)}
@ -124,6 +118,8 @@ Lithuanian - \e{NorCis, Vytautas Krivickas}
Macedonian - \e{Sasko Zdravkin} Macedonian - \e{Sasko Zdravkin}
Norwegian - \e{Jonas Christoffer Lindstrøm}
Polish - \e{Piotr Murawski & Rafa³ Lampe, cube} Polish - \e{Piotr Murawski & Rafa³ Lampe, cube}
Portuguese - \e{DragonSoull, Dre', Ramon} Portuguese - \e{DragonSoull, Dre', Ramon}

View file

@ -9,7 +9,7 @@
\b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice \b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice
\b \W{../Contrib/Modern UI/Readme.html}{Modern UI 1.66}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), language specific fonts, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more \b \W{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), Welcome/Finish pages for uninstaller, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
\b Full support for RTL languages, including support for LTR and RTL languages in one installer \b Full support for RTL languages, including support for LTR and RTL languages in one installer
@ -85,7 +85,7 @@
\\<b\\>Notes:\\</b\\> \\<b\\>Notes:\\</b\\>
\W{../Contrib/Modern UI/Readme.html}{Modern UI 1.66}: Because of the new syntax for pages, settings etc., changed names of settings and variable names, you have to make some changes to your scripts, see the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme} for details. \\<br\\> \W{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: Because of the new syntax for pages, remamed of settings and variable names etc., you have to make some changes to your scripts, see the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme} for details. \\<br\\>
\R{page}{Custom Pages} now have a leave function. As this parameter is placed before the caption you have to add another "" empty string for the title to work. \\<br\\> \R{page}{Custom Pages} now have a leave function. As this parameter is placed before the caption you have to add another "" empty string for the title to work. \\<br\\>
\R{onselchange}{.onSelChange} is no longer called when the components page is created \R{onselchange}{.onSelChange} is no longer called when the components page is created