Hi Gurus, I'm building a setup project using the VS2005. The setup is packing a C# application based on .NET Framework 2.0. When executing the application after the install is done I realized that I must have the SP1 for the Framework 2.0. The trouble is that there is no build in option to package this SP1 with the setup as it does for the Framework 2.0. I want it to check whether the SP1 for .NET Framework 2.0 is installed, and if's not installed - to start installing the SP1 from within the setup package and not from the web. Also I need the installer to not check and install the .NET Framework 2.0, the SP1 is enough. How can I do that? ------ Thanks Sharon