Hi All,
I am having widows application(vb.net) which is hosted in server, while user download and execute it shouldn't prompt for .net framework is that possible?
Thanks in advance
Hi All,
I am having widows application(vb.net) which is hosted in server, while user download and execute it shouldn't prompt for .net framework is that possible?
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hirendra SisodiyaPosted Nov 22, 2010, 1:25 AM
you can add prerequistes.. in your setup project (see your setup project properties). this setup automatically installed framework if not found. i am not sure for silent installation about framwork.
Size of framework depends on version of framework(approx 25 mb to 100 mb).
thanks
Please mark as answer if it helps
SharrangasPosted Nov 23, 2010, 12:22 AM
SharrangasPosted Nov 21, 2010, 11:38 PM
Hirendra SisodiyaPosted Nov 19, 2010, 8:34 AM