Results 1 to 3 of 3

Thread: [RESOLVED] Installation of prerequisites

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Resolved [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

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    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
  •  



Click Here to Expand Forum to Full Width