- Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5f58389c12
commit
672e695976
84 changed files with 1329 additions and 1332 deletions
|
@ -221,9 +221,13 @@ Replaces the default text strings for the four buttons (< Back, Next >, Cancel a
|
|||
|
||||
\S2{aname} Name
|
||||
|
||||
\c name
|
||||
\c name [name_doubled_ampersands]
|
||||
|
||||
Sets the name of the installer. The name is usually simply the product name such as 'MyApp' or 'CrapSoft MyApp'.
|
||||
Sets the name of the installer. The name is usually simply the product name such as 'MyApp' or 'CrapSoft MyApp'. If you have one or more ampersands (&) in the name, set the second parameter to the same name, only with doubled ampersands. For example, if your product's name is "Foo & Bar", use:
|
||||
|
||||
\c Name "Foo & Bar" "Foo && Bar"
|
||||
|
||||
If you have ampersands in the name and use a \R{langstring}{LangString} for the name, you will have to create another one with doubled ampersands to use as the second parameter.
|
||||
|
||||
\S2{aoutfile} OutFile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue