I've been using Inno Setup to check for and install the .NET 2.0 framework for one of my applications. It's worked pretty faultessly by checking for a Registry Key and simply downloading the .NET installer and installing prior to installing my application.
From what I understand this isn't working in Windows 8. Windows 8 bundles .NET 2.0 in the .NET 3.5 package which is enabled via the W8 "Install Windows Features" applet thingamy. Rather than downloading the .NET 2.0 installer I'd rather have Inno trigger the installation of the Windows feature applet to enable .NET 3.5 support. Any ideas how this could be done?