distribute .net framework

G

Guest

All our clients have visual studio but not visual studio.net
I developed visual basic.net application and need to distribute it to all our clients
Is it possible to install .net framework along with my .net application using a setup package
How do I include .net framework installation in setuppackage
Will that solve the problem
I guess my clients don't need to purchase visual studio .net
Please sugges
Thanks in advance
 
J

jdd

You need to use the bootstrapper to install dotnetfx and
then your msi.

take a look here...
http://www.devasp.net/net/Net/search/res/r23892.html

Hope this helps.
-----Original Message-----
All our clients have visual studio but not visual studio.net.
I developed visual basic.net application and need to
distribute it to all our clients.
Is it possible to install .net framework along with
my .net application using a setup package ?
 

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