Silently Install AVEVA Simulation for Foxboro Control
- Last UpdatedMay 14, 2020
- 1 minute read
Install options:
-
INSTALLDIR — SCP Install location (default: C:\Program files (x86)\SIMSCI\SCP). Use double quotes around the path if it contains a space.
Example: INSTALLDIR="C:\Program Files (x86)\SimSci\SCP" -
SECURITY_TYPE — SCP security type, such FNP1112, FNP1113, FNP1114, or FNP1116 (default: FNP1116). Example: SECURITY_TYPE=FNP1114
-
IPASSI_LICENSE_FILE — FLEXlm license manager host address.
Example: IPASSI_LICENSE_FILE=27000@License1114 -
ONE_BOX — Installs SCP application software on a Foxboro AW (Default "0"). A value of "0" indicates that it does not install SCP applications on an AW. Value of "1" does install SCP applications on an AW. Example: ONE_BOX="1"
-
NO_NIC_INSTALL — prevents the SCP IA Switch protocol driver being installed and configured during installation (Default "0"). The value of "0" means that the NIC installation interaction will occur. The value of "1" means that interaction will not occur. By preventing the installation of the protocol driver, an extra step must be performed to install the driver. See next section on driver installation. Example: NO_NIC_INSTALL="1"
-
REBOOT —The SCP install kit preforms an automatic reboot at the end of the install process. To prevent the install kit from rebooting, use the REBOOT=ReallySuppress
Command Example
msiexec.exe /i "SCPInstall.msi" /qn SECURITY_TYPE=FNP1114 INSTALLDIR="C:\SCP40" IPASSI_LICENSE_FILE=@License1114 NO_NIC_INSTALL="1" REBOOT=ReallySuppress
The command above uses FNP1114 for security connecting to FNP 11.14 license server named License14. The install kit installs SCP to C:\SCP40. The kit does NOT install the SCP IA Switch protocol driver. The install kit does NOT automatically reboot the machine after installation.