|
-
Jan 10th, 2012, 12:16 AM
#1
Thread Starter
Hyperactive Member
[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
-
Jan 16th, 2012, 01:54 PM
#2
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.
Last edited by dilettante; Jan 16th, 2012 at 01:59 PM.
-
Jan 21st, 2012, 02:28 PM
#3
Thread Starter
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|