Updated or made clearer cetarin commands and parameters, thanks to virtlink for the info.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3088 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5c6fbf8745
commit
04bcb951a0
2 changed files with 6 additions and 6 deletions
|
@ -74,7 +74,7 @@ This bitmap should have a size of 96x16 pixels, no more than 8bpp (256 colors) a
|
|||
|
||||
\S2{acompletedtext} CompletedText
|
||||
|
||||
\c Completed text
|
||||
\c text
|
||||
|
||||
Replaces the default text ("Completed") that is printed at the end of the install if parameter is specified. Otherwise, the default is used.
|
||||
|
||||
|
@ -106,7 +106,7 @@ Specifies whether or not the user will see the directory selection page. Note th
|
|||
|
||||
\c [text] [subtext] [browse_button_text] [browse_dlg_text]
|
||||
|
||||
Specifies a string that is above the directory selection area. If this command is not specified, or no parameter is specified, then the directory page is never visible to the user (even if DirShow show is specified). If subtext is specified and not empty, it overrides the default text above the path entry box ("Select the directory to install MyApp in:"). If browse button text is specified but not empty, it overrides the default browse button text ("Browse...").
|
||||
Atleast the first parameter is required. Specifies a string that is above the directory selection area. If this command is not specified, or no parameter is specified, then the directory page is never visible to the user (even if DirShow show is specified). Subtext overrides the default text above the path entry box ("Select the directory to install MyApp in:"). Browse_button_text overrides the default browse button text ("Browse...").
|
||||
|
||||
\S2{adirvar} DirVar
|
||||
|
||||
|
@ -134,7 +134,7 @@ If parameter is specified, overrides the default install button text (of "Instal
|
|||
|
||||
\S2{ainstallcolors} InstallColors
|
||||
|
||||
\c /windows | foreground background
|
||||
\c /windows | (foreground_color background_color)
|
||||
|
||||
Sets the colors to use for the install info screen (the default is 00FF00 000000. Use the form RRGGBB (in hexadecimal, as in HTML, only minus the leading '#', since # can be used for comments). Note that if "/windows" is specified as the only parameter, the default windows colors will be used.
|
||||
|
||||
|
@ -251,7 +251,7 @@ Overrides the subcaptions for each of the installer pages (0=": License Agreemen
|
|||
|
||||
\S2{auninstallbuttontext} UninstallButtonText
|
||||
|
||||
\c button text
|
||||
\c text
|
||||
|
||||
Changes the text of the button that by default says "Uninstall" in the uninstaller. If no parameter is specified, the default text is used. See also \R{WriteUninstaller}{WriteUninstaller} (replaces UninstallEXEName).
|
||||
|
||||
|
|
|
@ -67,13 +67,13 @@ Checks for existence of file(s) file_to_check_for (which can be a wildcard, or a
|
|||
|
||||
\c [jump_if_set] [jump_if_not_set]
|
||||
|
||||
Checks the reboot flag, and jumps to jump_if_set if the reboot flag is set, otherwise jumps to jump_if_not_set. The reboot flag can be set by Delete and Rename, or manually with SetRebootFlag.
|
||||
Atleast one parameter is required. Checks the reboot flag, and jumps to jump_if_set if the reboot flag is set, otherwise jumps to jump_if_not_set. The reboot flag can be set by Delete and Rename, or manually with SetRebootFlag.
|
||||
|
||||
\S2{ifsilent} IfSilent
|
||||
|
||||
\c [jump_if_silent] [jump_if_not]
|
||||
|
||||
Checks the silent flag, and jumps to jump_if_silent if the installer is silent, otherwise jumps to jump_if_not. The silent flag can be set by \R{asilentinstall}{SilentInstall}, \R{asilentuninstall}{SilentUninstall}, \R{setsilent}{SetSilent} and by the user passing /S on the command line.
|
||||
Atleast one parameter is required. Checks the silent flag, and jumps to jump_if_silent if the installer is silent, otherwise jumps to jump_if_not. The silent flag can be set by \R{asilentinstall}{SilentInstall}, \R{asilentuninstall}{SilentUninstall}, \R{setsilent}{SetSilent} and by the user passing /S on the command line.
|
||||
|
||||
\S2{intcmp} IntCmp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue