Deployment With Dotnetfx

mary

Member
Joined
Aug 28, 2006
Messages
6
Programming Experience
Beginner
hi,

i have a vb.net application. i would like to create a setup with dotnetfx(framework 2.0).

My setup will itself run the framework if the target machine does not have framework. how to merge dotnetfx exe file with my setup?
 
With ClickOnce deployment click the Prerequisites button and check "create setup" and tick .Net 2.0.
 
Back
Top