how can include .netframeworl 2.0 in application setup
Answer Posted / vinay babu mandava
You can put .Net Framework 2.0 as Prerequisites for your setUp
Project.
This can be done in the following way.
Right click on you setup project and select Proprties and a
dialog box appears and now click on Prerequisites button
and now select what ever you want.
Thanks,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between value and reference types in C#.NET
Is stringbuilder faster than string concatenation c#?
Which framework is best for desktop application?
Is it possible to force garbage collector to run?
What is difference between constants and read-only?
What is the advantage of static class in c#?
What is sqlconnection in c#?
Is xamarin free?
What is the keyword used to prevent a class from being inherited by another class?
in object oriented programming, how would you describe encapsulation?
What to implement on my class Finalize or IDisposable
What is default method in c#?
Explain About remoting and web services. Difference between them
Are c# tuples immutable?
How does bubble sort work?