How to automatically install .NET framework if it doesn't exist on machine

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vlsw
    New Member
    • Apr 2009
    • 15

    How to automatically install .NET framework if it doesn't exist on machine

    I am creating an msi to be deployed. Is there a way to have a launch condition that checks to see if the .NET framework exists on a machine and if not automatically install it without going to the website to do so?
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    You can detect whether the framework is installed and if not then install it( prerequisites)

    .NET Framework Deployment Guide for Developers

    Comment

    Working...