LogicLib Question
Hello,
I want my installation program to check on run-time if a certain program is installed or not. To do so, I am using the ReadRegStr command to check if a Regkey associated with that said program is present or not. If it does find that Regkey, it will then associate its full path to a variable.
I have multiple install sections that I would like to show up in the components page ONLY if that same variable has another value than an empty string. Thing that can easily be made with an IF conditional run-time command... And here's the problem: The only way I seem to know to actually call those run-time commands is by using the Logiclib. However, they can only be used inside sections, which makes it impossible to make those sections appear in the components page, since I can't even control them with conditions. Any help will be greatly appreciated.