-
-
Save egoughnour/659b1e93ea7c5c4cfcf65a5658d5f0e5 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 install IIS-WebServerRole --source WindowsFeatures | |
choco install IIS-ISAPIFilter --source WindowsFeatures | |
choco install IIS-ISAPIExtensions --source WindowsFeatures | |
choco install IIS-NetFxExtensibility --source WindowsFeatures | |
choco install IIS-ASPNET --source WindowsFeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if the syntax has changed or something else is happening.
However I found that setting the source to WindowsFeatures worked when trying to install IIS components.