I have managed application targeted for .NET Framework 3.5. I need it to display messagebox with some text and download link if user don't have the framework installed. What is the right and simple way to do this?
So far I see nothing better than writing native bootstrapper that will check presence of the framework and show messagebox otherwise.