Skip to content
⌘ NSIS Forum Archive

InstTypeSetText on multiple InstTypes

2 posts

Yathosho#

InstTypeSetText on multiple InstTypes

until today i was successfully hiding an InstType using
InstTypeSetText "My Setting" ""
now that i was trying to hide multiple InstType, the dropdown menu on the componentspage is still visible with only the first InstType hidden.
InstTypeSetText "My Setting 1" ""
InstTypeSetText "My Setting 2" ""
the names are matching, so it should not be a spelling mistake 😉