Skip to content

Instantly share code, notes, and snippets.

@chadcooper
Created October 11, 2016 21:10
Show Gist options
  • Save chadcooper/2b91dacaabee8098a24e82d405012c4c to your computer and use it in GitHub Desktop.
Save chadcooper/2b91dacaabee8098a24e82d405012c4c to your computer and use it in GitHub Desktop.
:: Install IIS 7.5
:: https://technet.microsoft.com/en-us/library/cc725762.aspx
start /w pkgmgr /iu:IIS-WebServerRole;^
IIS-WebServer;^
IIS-ApplicationDevelopment;^
IIS-ASPNET;^
IIS-NetFxExtensibility;^
IIS-ISAPIExtensions;^
IIS-ISAPIFilter;^
IIS-Security;^
IIS-BasicAuthentication;^
IIS-WindowsAuthentication;^
IIS-RequestFiltering;^
IIS-WebServerManagementTools;^
IIS-ManagementConsole;^
IIS-ManagementScriptingTools;^
IIS-ManagementService;^
IIS-IIS6ManagementCompatibility;^
IIS-Metabase;^
IIS-WMICompatibility;^
IIS-LegacyScripts;^
IIS-LegacySnapIn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment