I am have C# project for which i have created a installer by using advanced installer the installer build perfectly but now i have some preferences to check while installing my software that is a specific software is installed on the machine or not.
I have seen there are launch condition tab in the advanced installer
In the launch condition i can see there are prebuild conditions available. how can i add my custom condition in the custom tab to detect a specific software installation
i dont figured out how to add my own custom condition here.