Jump to content

Visual Studio 2008 silent install method?


Recommended Posts


I'm creating an unattended setup for VC++ Express, but it should be really similar for your edition.

Extract all the .MSI file if you want to customize the installation, then take a look at the Feature section. To select a component supply to msiexec the parameter ADDLOCAL="Component1,Component2" and so on. You must enable active directory deployment, ADDEPLOY=1. Otherwise the it might result in an error (you must run Setup.exe yadayadayada).

Otherwise, I think the /q /n (or something like that) switches work, take a look at the msdn deploy documentation for VS (if you can't find it, then look for .Net framework 3.0, that's the one I used).

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...