Created
November 28, 2011 22:46
This file contains hidden or 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
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:WindowsInstaller31" | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:WindowsInstaller45" | |
# Powershell | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:PowerShell" | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:PowerShell2" | |
# .NET | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:NETFramework20SP2" | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:NETFramework35" | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:NETFramework4" | |
cmd /C "webpicmdline\webpicmdline.exe /AcceptEula /SuppressReboot /Products:JUNEAUNETFX4" | |
# Ninite stuff | |
cmd /C "ninite\ninite.exe" | |
# Chocolatey stuff | |
iex ((new-object net.webclient).DownloadString("http://bit.ly/psChocInstall")) | |
cinst windowstelnet | |
cinst virtualclonedrive | |
cinst sysinternals | |
cinst notepadplusplus | |
cinst adobereader | |
cinst msysgit | |
cinst fiddler | |
cinst filezilla | |
cinst skype | |
cinst paint.net | |
cinst ccleaner | |
cinst tortoisesvn | |
cinst tortoisehg | |
# IIS | |
cinst IIS7 -source webpi | |
cinst ASPNET -source webpi | |
cinst BasicAuthentication -source webpi | |
cinst DefaultDocument -source webpi | |
cinst DigestAuthentication -source webpi | |
cinst DirectoryBrowse -source webpi | |
cinst HTTPErrors -source webpi | |
cinst HTTPLogging -source webpi | |
cinst HTTPRedirection -source webpi | |
cinst IIS7_ExtensionLessURLs -source webpi | |
cinst IISManagementConsole -source webpi | |
cinst IPSecurity -source webpi | |
cinst ISAPIExtensions -source webpi | |
cinst ISAPIFilters -source webpi | |
cinst LoggingTools -source webpi | |
cinst MetabaseAndIIS6Compatibility -source webpi | |
cinst NETExtensibility -source webpi | |
cinst RequestFiltering -source webpi | |
cinst RequestMonitor -source webpi | |
cinst StaticContent -source webpi | |
cinst StaticContentCompression -source webpi | |
cinst Tracing -source webpi | |
cinst WindowsAuthentication -source webpi |
You can also call
chocolatey webpi productName
OR
cwebpi productName
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's too bad chocolatey can't own the first few lines as well. ;)