Installation of .NET framework

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
 
M

Marina

No, you cannot run it without the framework, and you cannot in embed the
framework in the program.
 

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