install to any platform w/o .net framework?

  • Thread starter Thread starter neil
  • Start date Start date
N

neil

hi-
i recently built a small and simple windows forms app
using c# and vs.net 2003. a number of friends could not
complete the install without first installing the full
23MB .net framework 1.1.

any suggestions on how to either write the app so it
doesnt need the framework, or, include a small piece of
the needed framework in my installation file?

thanks,
neil
 
Hello,

neil said:
i recently built a small and simple windows forms app
using c# and vs.net 2003. a number of friends could not
complete the install without first installing the full
23MB .net framework 1.1.

any suggestions on how to either write the app so it
doesnt need the framework, or, include a small piece of
the needed framework in my installation file?

There is no way to do that without using a 3rd-party tool. For example:

http://www.remotesoft.com
-> "Salamander"

HTH,
Herfried K. Wagner
 

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