[RESOLVED] Installation of prerequisites
Salam
I am working on VS 2010 and of course it uses .Net Framework 4.0 to compile, run the applications.
I have made a deployment project and I am going to run it on a typical machine.
I need that when I run the setup of my application all the prerequisites are installed implicitly
without being downloaded(a feature available in VS 2010) or being installed explicitly, how can make such a setup
that it embeds all the prerequisite from my system and when the deployment setup runs, install all the prerequisites on that system
Rgrds
A. Haider
Re: Installation of prerequisites
Does How to: Install Prerequisites in Windows Installer Deployment cover what you need?
This does require Visual Studio though, not just the mini-IDE and SDK subsets provided in the Express SKUs.
It looks like a download (even if from your own site) is preferred because a CD-bound version of the Framework is likely to contain many security flaws. The various dotnetfx packages require continual updating because such a large bundle of software that changes so often has new exploits found every day.
Re: Installation of prerequisites
Thanks Dille
I had find it, actually I need that on urgent basis, I just googled and find it, the method is same, property then choose download from my system
Thanks anyway