Prior to the installation of SilhouetteCentral you must ensure the server you are installing onto has Internet Information Server (IIS) installed and configured. IIS is an optional component of the Windows operating system.
The precise installation instructions are operating system specific.
If installing on a Windows 2012R2 or later server installation of IIS may also be scripted via a powershell command prompt running with administrator privileges:
Import-Module ServerManager
Add-WindowsFeature Web-Static-Content,Web-ASP-Net45,Web-Mgmt-Console,Web-AppInit
Installing using the powershell command above includes the minimum set of features required to run Silhouette. It does not include all components selected by default when installing using the Server Manager UI. For example, the components Web-Dir-Browsing, Web-Http-Errors, Web-Http-Logging and Web-Stat-Compression are selected by default when installing using the Server Manager UI.
If you receive an error message stating “The source files could not be downloaded” insert the Windows installation DVD into your DVD drive and use the following command where the drive letter is your DVD drive:
Import-Module ServerManager –Source D:\Sources\Sxs
NOTE: If you receive an error message stating “The source files could not be downloaded” insert the Windows installation DVD into your DVD drive and use the following command where the drive letter is your DVD drive:
Import-Module ServerManager –Source D:\Sources\Sxs