fixed SetOverwrite and added ifdiff option
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2876 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6e5ed12086
commit
2fba235c29
5 changed files with 19 additions and 22 deletions
|
@ -88,9 +88,9 @@ Sets mode at which commands print their status. None has commands be quiet, list
|
|||
|
||||
\S2{setctlcolors} SetCtlColors
|
||||
|
||||
\c hwnd (branding | (text_color (transparent|bg_color)))
|
||||
\c hwnd [/BRANDING] [text_color] [transparent|bg_color]
|
||||
|
||||
Sets a background color and the text color for a static control, edit control, button or a dialog. Use GetDlgItem to get the handle (HWND) of the control. To make the control transparent specify "transparent" as the background color value. You can also specify branding instead of text color and background color to make the control completely gray. This is used by the branding text control in the MUI.
|
||||
Sets a background color and the text color for a static control, edit control, button or a dialog. Use GetDlgItem to get the handle (HWND) of the control. To make the control transparent specify "transparent" as the background color value. You can also specify /BRANDING with or without text color and background color to make the control completely gray (or any other color you choose). This is used by the branding text control in the MUI.
|
||||
|
||||
\S2{setsilent} SetSilent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue