Installation Guides > Installing Server > Installing UNICOM Intelligence Survey Tabulation, Reporter Server Edition, and Author Server Edition > Silent installation
 
Silent installation
Prerequisite
You must have the Microsoft Visual C++ 2008 SP1 and C++ 2010 SP1 Redistributable Packages (x86 32-bit or x64 64-bit) installed on all computers running or UNICOM Intelligence Author Server Edition. You can download the Microsoft Visual C++ 2008 SP1 and C++ 2010 SP1 Redistributable Packages (x86 32-bit or x64 64-bit) directly from the Microsoft download website.
http://www.microsoft.com/en-us/download/details.aspx?id=8328
Installation files
The UNICOM Intelligence Server installation package includes these ISS files that provide options for silently installing and removing the UNICOM Intelligence Server applications.
SingleTemplate.iss
Silently UNICOM Intelligence Server on single computer. When installing UNICOM Intelligence Server on an existing database, you only need to replace DlgNewDPMAdmin with DlgAskDPMAdmin to change the installation dialog sequence.
ClusterPrimaryTemplate.iss
Silently install UNICOM Intelligence Server on the primary server in a clustered environment. When installing UNICOM Intelligence Server on an existing database, you only need to replace DlgNewDPMAdmin with DlgAskDPMAdmin to change the installation dialog sequence.
ClusterSubTemplate.iss
Silently install UNICOM Intelligence Server on secondary servers in a clustered environment.
Remove.iss
Silently uninstall UNICOM Intelligence Server.
Installing UNICOM Intelligence Server silently
1 Copy the appropriate silent install template, or you can record the ISS files yourself. Click Start > Run, and then type:
C:\Installation files\UNICOMIntelligenceServer7.5(x64).exe –r -f1”c:\temp\myResonseFile.iss
2 Edit the template with the appropriate values for the installation questions.
In the response file template, the entry BootOption=3 for the dialog sdFinishReboot reboots the computer when the installation completes. If you do not want the computer to reboot, set BootOption=1.
See Silent installation: Custom dialogs.
Manual steps when installing in a Windows Server environment
When installing UNICOM Intelligence Server in a Microsoft Windows Server environment, the silent installation procedure cannot automatically install the required Windows Communication Foundation (WCF) Activation features. You must manually install the features:
1 In the Windows Search field, enter Windows features and select Turn Windows feature on or off.
2 Select Features, then enable the following features: .Net Framework 4.5 Features (Installed) > WCF Services (Installed) > HTTP Activation, Named Pipe Activation, and TCP Activation
3 Click Install to install the selected features.
4 Run the UNICOM Intelligence Server installation and specify the location of the edited response file template using a command similar to the following:
UNICOMIntelligenceServer7.exe /s /f1"<location of edited response file>" /f2"<location of silent install log>"
For example, select Start > Run, and then enter the following command:
C:\Installation files\\UNICOMIntelligenceServer7.exe " /s /f1"c:\temp\SingleTemplate.iss" /f2"c:\temp\install.log
See
Silent installation: Custom dialogs
Using the Setup.log to check for errors
Installing UNICOM Intelligence Survey Tabulation, Reporter Server Edition, and Author Server Edition