Here's how to detect what version of .Net is installed:
http://support.microsoft.com/default.as ... LN];315291
I'm not sure how AI does this in a prerequisite is correct? The one that's pre-defined by Advanced Installer searches for the file mscoree.dll, and checks the version. But this isn't the correct way to go. When I was testing my installer I tried it on a computer that had .net 2.0 on it and i uninstalled it. mscoree.dll stayed at version 2.0 and AI didn't install it.
Is there a way to search for different registry keys instead?
Brian