laszlo.szijarto
Posts: 1
Joined: Tue Jul 05, 2022 4:23 pm

Conditionally Install Second IIS Application

Tue Jul 05, 2022 4:27 pm

Hi,

I would like to author a package where depending on user selection, a second (ancillary) IIS Application (.NET Core Web API) will be installed. So I would need to add the same types of dialogs but for the second application (if the user chooses to install it).

Thank you,
Laszlo

Catalin
Posts: 6542
Joined: Wed Jun 13, 2018 7:49 am

Re: Conditionally Install Second IIS Application

Wed Jul 06, 2022 8:19 am

Hello Laszlo and welcome to our forums,

In order to achieve that, you can add the second install package as a feature-based prerequisite and condition its installation based on the user selection.

For more information about this, please have a look over the following article:

How to conditionally install a prerequisite based on the user selection?

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”