fixed bug #1990955 - Missing links in Documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5650 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1f2833272d
commit
a4d2393db3
1 changed files with 2 additions and 2 deletions
|
@ -333,13 +333,13 @@ There are two \R{langstring}{LangString}s named ^Font and ^FontSize which contai
|
|||
|
||||
\c \\<b\\>hide\\</b\\>|show|nevershow
|
||||
|
||||
Sets whether or not the details of the install are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using SetDetailsView.
|
||||
Sets whether or not the details of the install are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using \R{setdetailsview}{SetDetailsView}.
|
||||
|
||||
\S2{ashowuninstdetails} ShowUninstDetails
|
||||
|
||||
\c \\<b\\>hide\\</b\\>|show|nevershow
|
||||
|
||||
Sets whether or not the details of the uninstall are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using SetDetailsView.
|
||||
Sets whether or not the details of the uninstall are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using \R{setdetailsview}{SetDetailsView}.
|
||||
|
||||
\S2{asilentinstall} SilentInstall
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue