What neede to distribute .NET Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks,

I have developed a small application in C# for my client. But I don't know
how to distribute or deploy this at customer's site. I mean what supporting
files are needed to deploy this C# .NET applicaion.
I have gone thru Microsoft .NET deployment guide and I found that I need
..NET reditributable along with MDAC 7.0 (at least) to be installed along with
my application to be able to run it on the machine. I this all I need or
there is something else also needed.

Also please confirm Is .NET 1.0 application can run with .NET 1.1 framework
redistributable???

Thanks in advance...

Regards
A K Bhardwaj
 
If you've got VS.NET create a setup project (MSI), it will do the dependency
work.
Otherwise, basically, I would say guess you need your app's exe & DLL + the
..NET framework
 
Back
Top