Skip to content

Instantly share code, notes, and snippets.

@JediMindtrick
Created December 8, 2014 23:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JediMindtrick/cceea638a06a3429113e to your computer and use it in GitHub Desktop.
Save JediMindtrick/cceea638a06a3429113e to your computer and use it in GitHub Desktop.
List of chocolatey commands to install IIS
#under construction
#based off of https://codealoc.wordpress.com/2013/03/15/installing-iis-with-chocolatey/
choco WindowsFeatures IIS-WebServerRole
choco WindowsFeatures IIS-ISAPIFilter
choco WindowsFeatures IIS-ISAPIExtensions
choco WindowsFeatures IIS-NetFxExtensibility
choco WindowsFeatures IIS-ASPNET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment