Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
2.20/5 (3 votes)
See more:
Hi,

I'm searching a lot but not getting good answer of my question.
The question is that, I want to make a setup of an application developed in .net through Visual Studio 2010

The Setup required a framework for the systems which has no .net framework else no installation of framework to run the application

For Example if system has 3.5 framework but required 4.0 framework for the setup then setup automatically install framework 4.0 but if system has already an upgraded version i.e 4.5 framework or 4.0 framework then setup not install framework 4.0 in that system.

Note: Please Don't say to download 4.0 framework online. I want that, framework works offline which is install into system


Thanks A Lot For People Who Answer It Nicely
Posted
Comments
[no name] 23-Apr-14 14:37pm    
http://www.codeproject.com/Questions/758929/setup-in-windows-application
binadi007 23-Apr-14 23:48pm    
This given thread not solve my problem thats why I ask again.....But please if possible give your answer below from your end with pic by pic....what to do next and then next......Thankx very much from my side If you'll do it for all of the puzzle people in this field
Philippe Mori 23-Apr-14 21:46pm    
Which kind of application are you installing? It might be simpler to tell the user to download the framework if necessary particulary if most of user already have it and if the installer come from the web. Otherwise, you might have to ensure that you get the proper framework for the OS, language and target (x86, x64).
binadi007 23-Apr-14 23:45pm    
can you please tell me without downloading from microsoft site....I will download it but I want that that setup wherever I give not download it from web.....All the requirement things are available in my setup, just user only have to click on the setup only, and program run on client computer that's it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900