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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -