create setup of my application and inlude .Net framework in the setup

shreeniwas

New member
Joined
Mar 17, 2005
Messages
3
Programming Experience
Beginner
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.
 
What I read in the book microsoft does not recomend to includ the Framwork in the setup application. The reason is that the user cant update Framwork from microsoft web site. For this reason in Visual Studio.net one can't do this insted you can chek during the setup if the user has it by the dependency property and redirect/inform about downloding it from MS. In Visual Studio.net it is done for us but the user still need to instal it in order to run the application.

I hope this helpped you a litle :cool:
 
Back
Top