How do I NOT include the .NET Framework in my Setup & Deployment package?

I decided I needed to have my setup project include the .NET Framework so I installed the "Microsoft Visual Studio .NET 2003 Bootstrapper Plug-in". So it works great and all but now I don't know how to have my Setup project NOT include the .NET Framework. How do I turn it off? Thanks in advance!!!
[299 byte] By [skbergam] at [2008-2-7]
# 1

If you goto the properties page for your project and click on the "prereuisites" button, you can uncheck this.

Toddap_MS

Toddap at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
Hi. Thank you for your help. But I don't see a "Prerequisites" button on the project properties window. What node of the tree view is it under? What I'm doing is right-clicking on the project icon in solution explorer and then selecting "Properties". The window that comes up has no "Prerequisites" button! Sad Please help me! Smile
skbergam at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 3
The answer given by Toddap is the way to manage prerequisites in ClickOnce deployment in VS2005. Coz here is a forum of ClickOnce.
What you get is VS2003 with bootstrapper snap-in installed. It is compulsory to install .NET FW and MDAC with that plug-in. Try to look at another tool at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/mcisdk.asp
Kennon2005 at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 4
The prerequisites button is under the Publish Pane of the project properties.
KunalYadav at 2007-9-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...