Some fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1419 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
223cd9578a
commit
aab28382c6
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ Specifies a string that is above the component list. This can be something that
|
|||
|
||||
CRCCheck \e{on|off|force}
|
||||
|
||||
Specifies whether or not the installer will perform a CRC on itself before allowing an install. Valid options are 'on','off', and 'force'. Note that if the user uses /NCRC on the command line when executing the installer, the CRC will not occur, and the user will be allowed to install a (potentially) corrupted installer.
|
||||
Specifies whether or not the installer will perform a CRC on itself before allowing an install. Valid options are 'on','off', and 'force'. Note that if the user uses /NCRC on the command line when executing the installer, and you didn't specify 'force', the CRC will not occur, and the user will be allowed to install a (potentially) corrupted installer.
|
||||
|
||||
\H{adetailsbuttontext} DetailsButtonText
|
||||
|
||||
|
@ -224,7 +224,7 @@ Specifies whether or not the uninstaller should be silent.
|
|||
|
||||
SpaceTexts \e{[/LANG=lang_id] [req text] [avail text]}
|
||||
|
||||
If parameters are specified, overrides the space required and space available text ("Space required: " and "Space available: " by default).
|
||||
If parameters are specified, overrides the space required and space available text ("Space required: " and "Space available: " by default). If 'none' is specified as the required text no space texts will be shown.
|
||||
|
||||
\H{asubcaption} SubCaption
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue