You are on page 1of 2

PIPEPHASE-95 Silent Installation Guide

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

Silent installation of PIPEPHASE 9.5 dependencies:

1. Install .NET 2.0 SP1 (Mandatory).


[PIPEPHASE 9.5 setup folder]\DotNetFX\dotnetfx.exe /q:a /c:”install /q”

2. Install Microsoft Visual C++ 2005 Redistributable (Mandatory).


[PIPEPHASE 9.5 setup folder]\vcredist_VS2005_x86 \vcredist_x86.exe /q /norestart

3. Install Microsoft Visual C++ 2008 Redistributable (Mandatory).


[PIPEPHASE 9.5 setup folder]\vcredist_x86 \vcredist_x86.exe /qn

4. Install VSTO2.0SE (Mandatory)


[PIPEPHASE 9.5 setup folder]\VSTO2.0SE\ vstor2.0se.exe /S /v"/qn"

5. Install O2003PIA (Conditional) (Required for MS Office 2003)


msiexec /i [PIPEPHASE 9.5 setup folder]\O2003PIA\ O2003PIA.MSI /qn

6. Install O2007PIA (Conditional) (Required for MS Office 2007)


msiexec /i [PIPEPHASE 9.5 setup folder]\O2007PIA\o2007pia.msi /qn

7. Install USB driver 7.x (Conditional). Note that this is needed only if you are going to run PIPEPHASE
9.5 using USB for security.
msiexec /i “[PIPEPHASE 9.5 setup folder]\USBDrivers\Sentinel Protection Installer 7.6.1.msi " /qn

Silent installation of PIPEPHASE 9.5 :


Install options
1. INSTALLDIR - PIPEPHASE 9.5 install location (default: C:\simsci). Use double quotes around the path
if it contains a space. Example: INSTALLDIR=”C:\Simsci”

2. FFCOMMONSHAREDDIR - FLUIDFLOW95 Common files install location (default: C:\Program


Files\Common Files\SIMSCI\FluidFlow95\). Use double quotes around the path if it contains a space.
Example: FFCOMMONSHAREDDIR =”C:\Program files\Common Files\Simsci”

3. SHAREDDIR – CFI install location (default: C:\Program Files\Common Files\SHAREDDIR\). Use


double quotes around the path if it contains a space. Example: SHAREDDIR=”C:\Program files\Common
Files\Simsci”

4. SECURITY_TYPE - PIPEPHASE 9.5 security type, such as USB, FLXLM95, TOKEN, FLXNET11 or
TOKENNET (default: FLXLM95). Example: SECURITY_TYPE=FLXLM95

5. 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
6. QUICK_LAUNCH_ICON – Option to create quick launch icon (default: not create). To create the icon,
use QUICK_LAUNCH_ICON=1

7. DESKTOP_ICON – Option to create desktop icon (default: create). To not create the icon, use
DESKTOP_ICON=""

8. ADDLOCAL – to specify what PIPEPHASE 9.5 features to install.


Mandatory features : CFIMergeModule_Feature, Fluid_Flow_Common, User, VC71_ATL_Redist_Feature,
FluidFlow_Feature, SIDLookup_Feature, System
Optional features: S4MPortalMergeModule_Feature , TACITE, NETOPT, UserAdded

ADDLOCAL= CFIMergeModule_Feature, Fluid_Flow_Common, User, VC71_ATL_Redist_Feature,


FluidFlow_Feature, SIDLookup_Feature, System – Standard installation feature
ADDLOCAL=ALL – Installs Standard and Optional features

Command example:

Example 1:

[PIPEPHASE 9.5 setup folder] msiexec /i "SIMSCI Pipephase 9.5.msi" /qn INSTALLDIR="C:\Simsci\"
SHAREDDIR="C:\Program Files\Common Files\SIMSCI" FFCOMMONSHAREDDIR="C:\Program
Files\Common Files\SIMSCI\" SECURITY_TYPE=FLXLM95 IPASSI_LICENSE_FILE=@inhydlic1
ADDLOCAL=User,Fluid_Flow_Common,VC71_ATL_Redist_Feature,FluidFlow_Feature,SIDLookup_Fe
ature,System,UserAdded,S4MPortalMergeModule_Feature,CFIMergeModule_Feature,TACITE,NETOPT
DESKTOP_ICON=1 QUICK_LAUNCH_ICON=""

Example 2:

[PIPEPHASE 9.5 setup folder] msiexec /i "SIMSCI Pipephase 9.5.msi" /qn INSTALLDIR="C:\Simsci\"
SHAREDDIR="C:\Program Files\Common Files\SIMSCI" FFCOMMONSHAREDDIR="C:\Program
Files\Common Files\SIMSCI\" SECURITY_TYPE=FLXLM95 IPASSI_LICENSE_FILE=@inhydlic1
ADDLOCAL=ALL DESKTOP_ICON=1 QUICK_LAUNCH_ICON=""

The command above uses Flexlm for security, installs PIPEPHASE 9.5 to C:\Program files\ Common
Files\Simsci, installs User added files, TACITE & PORTAL, does not create desktop icon, creates quick
launch icon and uses @inhydlic1 FlexlmServer for the Flexlm security.

You might also like