0

I using NSIS to install my project. I need to show or hide section based on flag in Uninstall Component page. I used SectionSetText ${SecId} "" and now in uninstall component page I don't see section text but the checkbox is visible. Is there some way to hide the checkbox along with section text?

saravana
  • 544
  • 1
  • 7
  • 26

1 Answers1

0

You cannot toggle the visibility of a section while you are on the components page. The page pre callback is your last chance to configure...

Anders
  • 97,548
  • 12
  • 110
  • 164