Deploy .NET project with .NET Framework

P

ponraj

Hi all,

Recently, I have a Project writen in C#.NET, and have deployed it for
installation. However, if the machine going to install my project
without
the .NET Framework, no installation can be done. So, my question is,
can it
put the .NET Framework into my setup file, and install the .NET
framework
automatically once it found the machine don't have it. Could someone
throw
some light on this please

If any one having tha answer send me E-Mail:[email protected]
Thanks in advance.


Regards,
ponraj
 
J

jacky kwok

ponraj said:
Hi all,

Recently, I have a Project writen in C#.NET, and have deployed it for
installation. However, if the machine going to install my project
without
the .NET Framework, no installation can be done. So, my question is,
can it
put the .NET Framework into my setup file, and install the .NET
framework
automatically once it found the machine don't have it. Could someone
throw
some light on this please

If any one having tha answer send me E-Mail:[email protected]
Thanks in advance.


Regards,
ponraj

Using visual studio Deployment project and enable Prerequisites.
 

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