I want to check the prerequisites before install
How can I check WCF is activated or not in the system using advanced installer
Can any one suggest the solution please
For this you need to add a Search for each prerequisite.prabhu wrote: I want to check the prerequisites are installed or not
.Net 4.5
IIS
WCF activation is installed
This can be achieved by adding a Display error message or Display message box custom action with sequence from Custom Actions page. On the Condition: field you use the properties defined in the above searches.prabhu wrote:If they are not there I need to show a error message.
FOLLOW US