Does anyone know how to create a setup package in .NET that will not only check for the .NET framework on the computer but if it doesn't find it, will automatically install it. I know how to get it to check for the framework and abort the installation, but I can't seem to figure out how to force it to automatically install the framework if it doesn't detect it. Is this possible?