Is there a way to change the DirText font in NSIS script -


in nsis script want change text of dirtext string red in mui_page_directory, how can this?

please suggest.

ps: using getdlgitem able modify text box , title bar only.

!include mui.nsh !define mui_page_customfunction_show ondirpageshow !insertmacro mui_page_directory !insertmacro mui_page_instfiles !insertmacro mui_language "english"  function ondirpageshow findwindow $0 "#32770" "" $hwndparent getdlgitem $1 $0 0x3ee setctlcolors $1 ff0055 transparent functionend 

Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -