I have created an MSI-package to install a WCF service and web application to Windows Server Core 2008 R2 SP1.
The installer-process needs to check if the required features to run the WCF and Web app are installed on this server, and install them only if required.
I believe that we'll need a custom action to achieve this. Please, could does anyone know how to check and install features programmatically?
Looking forward to hearing from you guys.
Many Thanks, Chris