How to skip "prerequisites dialog" when all prerequisites are already installed? We need .NET framework 4.5 to be installed before the installation starts, but we don't want to bother user if the package is already installed. Is there any simple way how to do that?
Thnaks for help.