I'm creating an InstallShield project for installing my web app. At this moment I have 2 setup projects: 1 for windows authentication and 1 for forms authentication. I like to have just 1 setup and add a dialog where the user can choose if he wants windows- or forms authentication.
Under "Internet Information Services", I've defined my application pool and websites. For a lot of settings under Security, I can only choose Yes or No. I cannot type for example a property name.
Is there some way to set values for these settings based on a property? Other words: based on the fact that a user selects windows- or forms authentication in my setup project.
Thanks in advance.
Under "Internet Information Services", I've defined my application pool and websites. For a lot of settings under Security, I can only choose Yes or No. I cannot type for example a property name.
Is there some way to set values for these settings based on a property? Other words: based on the fact that a user selects windows- or forms authentication in my setup project.
Thanks in advance.