Deploying a C# program

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

Guest

Can I deploy a C# executable on a machine running Win 2000 that doesn't have
the .net framework on it??
 
Nope you cannot... but new windows version will have the .net runtimer built
in to it but for windows 2000 you cann't but with windows 2003 you can..

Only thing you can do for win 2000 is to create a setup project that install
..net runtimer (if not exist) and then install the application..

To do it... you can see the bootstrapper sample..

Nirosh.
 

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

Back
Top