Deploy .NET project with .NET Framework

  • Thread starter Thread starter ponraj
  • Start date Start date
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
 
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.
 
Back
Top