Internet Explorer Driver (Server) is a WebDriver implementation that enables programmatic automation of Internet Explorer products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.
IEDriverServer.exe file is located in <Get-ToolsLocation>/selenium directory.
Package Parameters
The following package parameters can be set:
/SkipShim - informs that the shim file should not be generated
To pass parameters, use --params "''" (e.g. choco install selenium-ie-driver [other options] --params="'/SkipShim'").