What neede to distribute .NET Application

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
 
L

Lloyd Dupont

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top