Installation of .NET framework

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

Guest

Hi,

We have the following situation: we have a CSharp program on a CD. We don't
want the customer to install the .NET framework on his machine, because he
doesn't have the admin rights. Is it possible to run .NET programs without
"installing" the .NET framework on the target machine.

Can the .NET framework be embedded in the program itself or can we reference
to a .NET runtime "installed" on the CD

Thx
Frederik
 
No, you cannot run it without the framework, and you cannot in embed the
framework in the program.
 
Back
Top