How do I do that on a white background, displayed correctly Label and Icon?
image:

there is my code:
image:

there is my code:
PHP Code:
Function patcher
nsDialogs::Create 1018
Pop $0
GetFunctionAddress $0 OnBack
nsDialogs::OnBack $0
${NSD_CreateButton} 300 58 75 23 "$(Browse)"
Pop $BROWSE_BTN
GetFunctionAddress $0 Browse
nsDialogs::OnClick $BROWSE_BTN $0
${NSD_CreateCheckBox} 10 83 87 17 "Store path"
${NSD_CreateText} 9 59 285 20 "C:\Program Files\Rockstar Games\GTA San Andreas"
Pop $PATH
GetFunctionAddress $0 OnChange
nsDialogs::OnChange $PATH $0
${NSD_CreateLabel} 102 86 270 17 "Status: you select non-SA path, pleese select real path"
Pop $STATUS
${NSD_AddStyle} $STATUS ${SS_RIGHT}
${NSD_CreateIcon} 5 3 32 32 icon
Pop $ICON
${NSD_SetIconFromInstaller} $ICON $R1
${NSD_CreateLabel} 0 0 384 39 ""
Pop $R0
${NSD_AddStyle} $R0 ${WS_VISIBLE}|${SS_WHITERECT}|${WS_CHILD}|${WS_CLIPSIBLINGS}
${NSD_CreateLabel} 43 10 336 32 "${PRODUCT_NAME}"
Pop $TITLE
${NSD_AddStyle} $TITLE ${SS_CENTER}
CreateFont $1 "Lucida Console" "15"
SendMessage $TITLE ${WM_SETFONT} $1 1
${NSD_CreateGroupBox} 3 46 378 60 "SA Path"
${NSD_CreateGroupBox} 3 106 378 228 "Information"
CreateFont $FONT_BOLD "$(^Font)" "8" "800"
${NSD_CreateLabel} 12 122 360 16 "ОпиÑание:"
Pop $R0
SendMessage $R0 ${WM_SETFONT} $FONT_BOLD 1
${NSD_CreateText} 9 140 366 65 "$(ReadMe)"
Pop $README
${NSD_CreateLabel} 12 208 360 16 "ИнÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ñ Ð¿Ð¾ уÑтановке:"
Pop $R0
SendMessage $R0 ${WM_SETFONT} $FONT_BOLD 1
${NSD_CreateText} 9 227 366 65 "$(ReadMe)"
Pop $README
${NSD_CreateLabel} 12 299 168 33 "Patch by:$\nAuto-installer by:"
Pop $R0
${NSD_AddStyle} $R0 ${SS_RIGHT}
${NSD_CreateLabel} 183 299 190 33 "Deaglos (ICQ:76411326)$\nKryder (ICQ:9911684"
Pop $R0
SendMessage $R0 ${WM_SETFONT} $FONT_BOLD 1
${NSD_CreateHLine} 5 340 377 1 ButtonsLine
${NSD_CreateHLine} 5 39 377 1 LabelLine
${NSD_CreateButton} 3 347 75 23 $(Close)
Pop $CLOSE_BTN
GetFunctionAddress $0 CloseNSIS
nsDialogs::OnClick $CLOSE_BTN $0
${NSD_CreateButton} 306 347 75 23 Action
Pop $ACTION_BTN
Call GetSAPath
nsDialogs::Show
FunctionEnd
Comment