I have seen a number of posts on this subject but most are from back in 2005.

I have a Visual Studio 2008 app that needs:

- .Net 3.5 Framework

- SQL Server Express 2008

From looking at Core PreRequisites I believe I can just check to use SQL Server 2008 Express (x86) and it will include that and install on both 32 and 64 bit machines.

For .Net 3.5 I saw something about a 3.5 include script. Should I use that?

Anyway just wondering what the "latest" advice is to install the above two prerequisites. Thanks.
-T