Вы находитесь на странице: 1из 5

SimSci

PRO/II 9.3
Silent Installation
Guide

July 2014

All rights reserved. No part of this documentation shall be reproduced, stored in a retrieval
system, or transmitted by any means, electronic, mechanical, photocopying, recording, or
otherwise, without the prior written permission of Invensys Systems, Inc. No copyright or patent
liability is assumed with respect to the use of the information contained herein. Although every
precaution has been taken in the preparation of this documentation, the publisher and the author
assume no responsibility for errors or omissions. Neither is any liability assumed for damages
resulting from the use of the information contained herein.
The information in this documentation is subject to change without notice and does not represent
a commitment on the part of Invensys Systems, Inc. The software described in this documentation
is furnished under a license or nondisclosure agreement. This software may be used or copied
only in accordance with the terms of these agreements.
2014 by Invensys Systems, Inc. All rights reserved.
Invensys Systems, Inc.
26561 Rancho Parkway South
Lake Forest, CA 92630 U.S.A.
(949) 727-3200
http://www.simsci.com/
For comments or suggestions about the product documentation, send an e-mail message to
ProductDocumentationComments@invensys.com.
All terms mentioned in this documentation that are known to be trademarks or service marks have
been appropriately capitalized. Invensys Systems, Inc. cannot attest to the accuracy of this
information. Use of a term in this documentation should not be regarded as affecting the validity
of any trademark or service mark. Invensys, Invensys logo, PRO/II, and SimSci are trademarks of
Invensys plc, its subsidiaries and affiliates.
Invensys is a Schneider Electric company.

PRO/II 9.3 Silent Installation Guide


The PRO/II 9.3 silent install does not install its dependencies. Therefore, you have to make sure that these
dependencies are installed before doing the silent install of PRO/II 9.3. Below are the commands to silently
install the PRO/II 9.3 dependencies and PRO/II 9.3. Note that the [PRO/II 9.3 setup folder] below is where
the PRO/II 9.3install setup.exe is and the whole path has to be surrounded by double quotes if it contains a
space.

Silently install PRO/II 9.3 dependencies:


1. Install .NET 3.5 SP1 (Mandatory)
"[PRO/II 9.3 setup folder]\DotNet.3.5.SP1\netfx35sp1_x86.exe" /q /norestart
2. Install .NET 4.0 (Mandatory)
"[PRO/II 9.3 setup folder]\Microsoft .NET Framework 4 Setup\dotNetFx40_Full_x86_x64.exe" /q
/norestart
3. Install Microsoft Visual C++ 2005 Redistributable (Mandatory)
[PRO/II 9.3 setup folder]\Microsoft.2005.C++.Redistributable\vcredist_x86.exe /q
4. Install Microsoft Visual C++ 2008 SP1 Redistributable (Mandatory)
[PRO/II 9.3 setup folder]\Microsoft.2008.C++.Runtime\vcredist_x86-2008.exe /qn
5. Install Microsoft Visual C++ 2010 Redistributable (Mandatory)
"[PRO/II 9.3 setup folder]\ Microsoft Visual C++ 2010 x86 Redistributable\vcredist_x86.exe" /qn
6. Install VSTO2.0SE (Mandatory)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\VSTO2.0SE\vstor2.0se.exe /q
7. Install VSTO4.0 32-bit (Conditional - This is needed for 32-bit Operating System)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\VSTO4.0\vstor40_x86.exe /q
8. Install VSTO4.0 64-bit (Conditional - This is needed for 64-bit Operating System)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\VSTO4.0\vstor40_x64.exe /q
9. Install O2007PIA (Conditional - This is needed only if you are using Office 2007)
[[PRO/II 9.3 setup folder]\ThirdPartySoftware\O2007PIA\o2007pia.msi /qn
10. Install CAPE-OPEN (Mandatory)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\CAPE-OPEN.msi /qn
11. Install USB driver 7.6.5 (Conditional - This is needed only if you are going to run PRO/II 9.3 using
USB for security)
"[PRO/II 9.3 setup folder]\ThirdPartySoftware\USB_Driver\Sentinel Protection Installer 7.6.5.exe" /qn
12. Install OLI Chemistry Wizard (Optional)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\OLI\OLI_Engine_in_PROII_9.3.9.0.6.exe /qn
13. Notepad++ (Mandatory)
[PRO/II 9.3 setup folder]\ThirdPartySoftware \NOTEPAD\npp.6.3.Installer.exe /s
14. RefPropAddonSetup (Optional)
[PRO/II 9.3 setup folder]\ThirdPartySoftware\NIST\RefPropAddonSetup.exe

Note: RefPropAddonSetup.exe will not support Silent install. It should be installed separately from the
above path.

Silently install PRO/II 9.3:


Install options
1. INSTALLDIR - PRO/II 9.3 Install location (default: C:\Program files\SIMSCI). Use double quotes
around the path if it contains a space. Example: INSTALLDIR="C:\Program Files\SimSci"
2. SECURITY_TYPE - PRO/II 9.3security type, such as USB, FLXNET11, FNP1111, TOKENNET or
TKN1111 (default: FNP1111). Example: SECURITY_TYPE=FNP1111
3. IPASSI_LICENSE_FILE - FLEXlm/TOKEN license manager (default: none). No need to specify this if
you are going to use USB for security.
Example: IPASSI_LICENSE_LICENSE_FILE=@FLEXlmServer
4. QUICK_LAUNCH_ICON Option to create a quick launch icon (default: not create). To create the icon,
use QUICK_LAUNCH_ICON=1
5. DESKTOP_ICON Option to create a desktop icon (default: create). To not create the icon, use
DESKTOP_ICON=""
6. ADDLOCAL to specify what PRO/II 9.3 features to install. If this option is not used in the PRO/II 9.3
silent install, the program will install CommonRequired, SIM4MEPortal, UAS and PDTS. Features that can
be specified include OPC_UAServer and Translator.
Note that unless ADDLOCAL=ALL is used, feature CommonRequired must always be included in the list
when using the ADDLOCAL option.
Examples: To install all features, use
ADDLOCAL=ALL or
ADDLOCAL= CommonRequired,SIM4MEPortal,UAS, PDTS,OPC_UAServer,Translator
Command example:
msiexec.exe /i [PRO/II 9.3setup folder]\PROII.msi /qn SECURITY_TYPE=TOKENNET
INSTALLDIR="C:\Program Files\SimSci" DESKTOP_ICON="" QUICK_LAUNCH_ICON=1
IPASSI_LICENSE_FILE=@TokenNetServer ADDLOCAL=ALL
The command above uses TOKENNET for security, installs PRO/II 9.3to C:\Program Files\SimSci, does
not create the desktop icon, creates the quick launch icon, and uses machine TokenNetServer for the
TOKENNET security. It also installs OPC_UAServer and Translator.

Silently install optional post-PRO/II 9.3-installation applications:


1. Multi-Simulation Manager (MSM).
MSM should be installed after the PRO/II 9.3installation. Note that you can change the install location for
all the install programs below by editing the szDir value in the MSM install setup.iss.
[PROII 9.3 Setup folder]\ThirdPartySoftware\MSM\setup.exe /S /v"/qn"

Invensys Systems, Inc.


26561 Rancho Parkway South
Lake Forest, CA 92630
United States of America
http://iom.invensys.com
Global Customer Support
Inside U.S.: 1-866-746-6477
Outside U.S.: 1-508-549-2424 or contact your
local Invensys Representative.
Email: Invensys.iom.support@Schneider-electric.com
Website: http://support.ips.invensys.com

Вам также может понравиться