create setup of my application and inlude .Net framework in the setup
I am using vb.net not visual studio.net. I want to create setup of my application and inlude .Net framework in the setup how can i do this. Can anybody help me.
Re: create setup of my application and inlude .Net framework in the setup
I don't know how to do that in visual basic.net or visual studio.net, but one way I do know how to do that, is to use an installer program such as Setup2Go or Installer2Go both have a freeware version. You could also use other programs, such as InnoSetup or InstallShield, but these are script based ones, and requires that you learn the scripting language, also InstallShield is not free.
I hope this helps you out.
Re: create setup of my application and inlude .Net framework in the setup
Welcome to the Forums.
We have an "Application Deployment Forum FAQ" with a few links for installers, including .NET.