I only want to include necessary .NET framework files in my Windows Application (C#)

setup, Is there any way? I have created a small application which does not uses any database or special features other than simple controls provided by Visual Studio 2005!

When i package the application and try to deploy it on any Machine that does has .NET framework installed. It throws me an error!

I already know each .NET Application needs to be installed only on a machine which has .NET Framework installed.

But Is there any way that I can package an application only with Necessary files used by my application!

My Websites:
http://amanrulesit.blogspot.com
http://punjabirapstar.blogspot.com
http://technosphere.co.cc
 
Back
Top