ArchiveOne requires a number of IIS roles and .NET framework as part of the system prerequisites. The ArchiveOne installer attempts to add these features if they are missing. This requires the source files to be available in the Windows image, or connectivity to Windows Update to obtain the necessary packages. If these are not available, errors display in the ArchiveOne installation log similar to:
Updating IIS feature
All Features are not installed
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Image Version: 6.3.9600.17031
Enabling feature(s)
Error: 0x800f0906
The source files could not be downloaded.
Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
To resolve this issue, manually install the missing windows features using the following steps:
- Open Server Manager and run the Add roles and features wizard.
- For Windows Server 2008 R2, see the Microsoft article Adding server Roles and Features
For Windows Server 2012 R2 see the Microsoft article Install or Uninstall Roles, Role Services, or Features
- Confirm that the IIS role has the following features applied:
- Web Server
- Common HTTP Features
- Static Content
- Default Document
- Application Development
- ASP.NET (Windows 2008, 2008 R2)
- ASP.NET 3.5 (Windows 2012, 2012 R2)
- ASP.NET 4.5 (Windows 2012, 2012 R2)
- .NET Extensibility (Windows 2008, 2008 R2)
- .NET Extensibility 3.5 (Windows 2012, 2012 R2)
- .NET Extensibility 4.5 (Windows 2012, 2012 R2)
- ISAPI Extensions
- ISAPI Filters
- Security
- Basic Authentication
- Windows Authentication
- Request Filtering
- Management Tools
- IIS Management Console
- IIS Management Scripts and Tools
- IIS 6 Management Compatibility
- IIS 6 Metabase Compatibility
- Common HTTP Features
- Web Server
On Windows 2012, 2012 R2, confirm that the .NET Framework 4.5 Features are installed.
On Windows 2008, 2008 R2, .NET Framework v4.5 is not available as a feature for installation. You must confirm that Microsoft .NET Framework 4.5 is installed from Program and Features in the Control Panel. If .NET Framework v4.5 is not listed, you must manually install this from the Microsoft Download Center: https://www.microsoft.com/en-gb/download/details.aspx?id=30653
- If any selected features are missing from the installation media, Server Manager prompts you to specify an alternative location for the necessary source files (for more information, see the Microsoft TechNet article Install or Uninstall Roles, Role Services or Features).
- Once the roles and features are manually installed, rerun the ArchiveOne installer to proceed with the installation.