Quote Originally Posted by Andy_P
One thing that is worth mentioning is that you can include the .NET framework as part of your deployment package.

That way, the framework is automatically installed first if it is not present, before your app is installed.

Of course if it is already present, the installer skips straight to installing your app.
How is this done?