Created
December 8, 2014 23:02
-
-
Save JediMindtrick/cceea638a06a3429113e to your computer and use it in GitHub Desktop.
List of chocolatey commands to install IIS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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