MAKING WINDOWS PROJECT RUN ON A MACHINE LACKING DOTNET FRAMEWORK

  • Thread starter Thread starter rakesh
  • Start date Start date
R

rakesh

I want to make my windows form .exe file run on a machine lacking
dotnet framework.How can I make a setup project out of it to run on all
machines.
 
You can't....

But you can include the .net redistributable along with your setup, so
that if .NET Framework is not installed, it will be installed prior to
your program. This is called "bootstrapping".

P.S.: An etiquette tip - Next time refrain from posting with a subject
in CAPS.

Regards,

Cerebrus.
 
Thanks for the prompt reply.
Also, thanks for the sincere advice.I will take care next time.


Regards,

Rakesh
 

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