Function .onVerifyInstDir
IfFileExists $INSTDIR\file.ext PathGood PathBad
PathGood:
; I'd like to change the background of the Install Directory Text Box to Green.
PathBad:
; I'd like to change the background of the Install Directory Text Box to Red.
FunctionEnd So, I've got the logic, now I need to know how to change the background color of the install directory text box and the border color, if you could also change the font color for just that one text box, that would be good too.Thankie 🙂.