Hi,
I have tested your software, and it's realy good. I want to change my software and go to Advanced Installer, but I have question:
Why "Filter Feature" selection and "Move to Feature" is native in all the Resources (File and folders, Registry, Assemblies, Services,..) but is missing in System Changes ( Schedule, Firewall, Group,...) and Server (IIS, SQL Script,...)?
Did you plan to make filter feature so easy in all the software?
I try installing IIS site with "Install condition" but is not so easy like "filter Feature or Move to Feature".
The problem is that I have 2 Website that I want organize in 2 Feature (so the user select the feature to install), I write a condition For first Website "example: ((&MainFeature = 3) AND NOT (!MainFeature = 3)) " and second Website " ((&SecondFeature = 3) AND NOT (!SecondFeature = 3)).
Yet at the first Install all is good (I select the feature and the installer make the job), but at second install (add or remove feature) for adding the second website don’t make the job. Files and Folder are created for the second Website but the Website itself not.
Thanks for Help