You are on page 1of 14

Phast v7.

01 Manual Installation Notes 1 Table of Contents

Phast
Manual Installation Notes for Version 7.01
For Products Phast and Phast Lite

DNV SOFTWARE
Palace House, 3 Cathedral Street, London SE19DE, UK
http://www.dnv.com/software

Copyright Det Norske Veritas. All Rights Reserved.


No reproduction or broadcast of this material is permitted without the express written consent of DNV.
Contact software.support@dnv.com for more information
Phast v7.01 Manual Installation Notes 2 Table of Contents

Phast 7.01 Manual Installation Notes


Contents

Assumptions and Recommendations ................................................................................................... 3


Basic Installation Concepts ................................................................................................................. 4
Conventions used in this document ..................................................................................................... 5
Manual Installation for 32-bit Operating Systems ................................................................................ 6
Windows Imaging Component (x86) ........................................................................................... 6
Windows Installer 3.1 (x86) ........................................................................................................ 6
Windows Installer 3.1 for Windows Server 2003 SP1 (x86) ......................................................... 6
Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) ................................................... 7
Microsoft Visual C++ 2005 SP1 Redistributable MFC Security Update kb2538242(x86) ............. 7
Microsoft Visual V++ 2010 SP1 Redistributable Package (x86) ................................................... 8
Microsoft .NET Framework 2.0 (x86) .......................................................................................... 8
Microsoft .NET Framework 4.0 full............................................................................................. 8
Intergraph.Geomedia.Object.6.1.7.16 .......................................................................................... 9
DNVS.Safeti.GMO.Addin.1.2 ..................................................................................................... 9
DNV Software Phast 7 .............................................................................................................. 10
Manual Installation for 64-bit Operating Systems .............................................................................. 11
Windows Imaging Component (x64) ......................................................................................... 11
Windows Installer 3.1 for Windows Server 2003 SP1 (x64) ....................................................... 11
Microsoft Visual C++ 2005 SP1 Redistributable Package (x64) ................................................. 11
Microsoft Visual C++ 2005 SP1 Redistributable MFC Security Update KB2538242(x64) ......... 12
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) ................................................. 12
Microsoft .NET Framework 2.0 (x64) ........................................................................................ 13
Microsoft .NET Framework 4.0 full........................................................................................... 13
Intergraph.Geomedia.Object.6.1.7.16 ........................................................................................ 13
DNVS.Safeti.GMO.Addin.1.2 ................................................................................................... 14
DNV Software Phast 7 .............................................................................................................. 14
Phast v7.01 Manual Installation Notes 3 Knowon Issues

Assumptions and Recommendations

This document is the detailed manual installation processes, for when the provided setup.exe cannot be
used or fails to run as expected.
It is assumed that:
Phast v7.01 release DVD is accessed from the drive letter E:. If not please adjust all stated
paths. If you have downloaded the installation, please take account of your drive letter and
path when following these instructions.
The operating system has all its standard components installed.
The reader of this document is a software engineer or at least the person has good operating
system understanding who feels comfortable running low level operating system commands.
For example editing the registry whilst avoiding damage to the operating system, rebooting,
etc.
The user running the manual installation process must have full local administrator rights.
The Phast Installation Notes have been read and understood, especially the section
Requirements and Known issues.
Most steps have a condition and failure to check the condition may cause unwanted outcomes
such as removing a piece of software instead of installing it. Few have no conditions and in
this case it is assumed that the Control Panels Add/Remove program is used to check whether
the software is installed or not.
Some commands include several double-quotes; they must be typed as shown. For example ""
are two double-quotes not 4 single-quotes and the "" " space between the second and third
double-quotes is important.
The installation processes described in the full document can be the foundation for automated
deployment in a corporate environment using technology like Active directory, SMS, SCCM or
similar technology where users have no administrator rights or Phast 7.01 is to be installed on many
machines.
The document provides each step in two forms:
Silent: the command to use for automated deployment when the user should not be disturbed
by the installation process.
Progress bar: the command to use for manual deployment e.g. from the Command Line or
when the user could be aware of the installation process.
Please choose one of these two commands based on your needs.

In order to reduce confusion, the detailed process is split into two parts (a) for 32 bit Operating
Systems and (b) for 64 bit Operating Systems.
Phast v7.01 Manual Installation Notes 4 Basic Installation Concepts

Basic Installation Concepts


This manual process should only be followed if the provided E:\Phast_Installation\setup.exe failed and
DNV Software Helpdesk suggested that a manual installation should be performed.
Each step has a set of condition, operation system, command and returned values. If the condition
holds true for the listed operation system, then the steps command must be run before processing the
remaining steps. If not, the current installation step should be skipped and the next step be performed.
Each installation step must be completed before the next step is started, otherwise the step may fail
without any feedback and the application not work as expected. During an installation step a dialog
with a progress bar is displayed. The following one is visible while the DNV Software Phast 7.01
main installation is running:
Phast v7.01 Manual Installation Notes 5 Conventions used in this document

Conventions used in this document

The following symbols are used in this document; you must replace them with the actual string
relevant to your System.

[SystemFolder] represents the path for the system folder. This is typically C:\Windows\System32 on
Windows XP 32-bit.

[System64Folder] represents the path for the system 64 bit folder. This is C:\Windows\System32 on
Windows 7.

\ represents the path to the Phast_installation folder which contains Phast 7 installation. This is
typically E:\Phast_Installation if your Phast 7 Installation is the released DVD inserted on the DVD
drive labelled E. Please adjust any command listed in this document to match your exact path.
Phast v7.01 Manual Installation Notes 6 Manual installation 32 bit Operating systems

Manual Installation for 32-bit Operating Systems

This section is only relevant for 32-bit operating systems. In case of doubt, please ask a
knowledgeable person such as your IT Helpdesk.

The following has been tested on Windows XP SP3 32-bit English. Other operating system versions or
localisations may require small adjustments.

Windows Imaging Component (x86)


Conditions for a needed installation, either:
[SystemFolder]windowscodecs.dll version < 6.0.5840.16388
or
[SystemFolder]windowscodecs.dll does not exist

Operating systems:
Windows 2003 Server Service Pack 1 and later
Windows XP Service Pack 2 and later

Command:
CD ...\ISSetupPrerequisites\{2A0CC195-B3AF-4B63-8F5C-1F88A7E28ADF}
Silent: wic_x86_enu.exe /quiet /norestart
Progress bar: wic_x86_enu.exe /passive /norestart

Returned values for reboot:


1641,3010

Windows Installer 3.1 (x86)


Conditions for a needed installation, either:
[SystemFolder]msi.dll version < 3.1.4000.2435
or
[SystemFolder]msi.dll does not exist

Operating systems:
Windows XP 32-bit
Windows 2003 Server 32-bit with no Service Pack

Command:
CD ...\ISSetupPrerequisites\{57bcd1d4-2de9-49d9-bc0c-3f4263e9970e}
Silent: WindowsInstaller-KB893803-v2-x86.exe /quiet /norestart
Progress bar: WindowsInstaller-KB893803-v2-x86.exe /passive /norestart

Returned values for reboot:


3010,8192,1641

Windows Installer 3.1 for Windows Server 2003 SP1 (x86)


Phast v7.01 Manual Installation Notes 7 Manual installation 32 bit Operating systems

Conditions for a needed installation, either:


[SystemFolder]msi.dll version is < 3.1.4000.2435
or
[SystemFolder]msi.dll does not exist

Operating systems:
Windows 2003 Server 32-bit SP1 or later (this excludes Windows XP 32-bit)

Command:
CD ...\ISSetupPrerequisites\{57bcd1d4-2de9-49d9-bc0c-3f4263e9970e}
Silent: WindowsServer2003-KB898715-x86-enu.exe /quiet /norestart
Progress bar: WindowsServer2003-KB898715-x86-enu.exe /passive /norestart

Returned values for reboot:


3010,8192,1641

Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)


Conditions for a needed installation:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-
18\Products\B25099274A207264182F8181ADD555D0 does not exist

Operating systems:
Windows XP 32-bit or later

Command:
CD ...\ISSetupPrerequisites\{8034C99E-3BC0-4E53-BC6E-02E3D8CF5378}
Silent (on one line please): vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi
/qn /l*v %tmp%\vcredist_x86.log"" "
Progress bar (on one line please): vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i
vcredist.msi /qr /l*v %tmp%\vcredist_x86.log"" "

Returned values for reboot:


3010,8192,1641,1046

Microsoft Visual C++ 2005 SP1 Redistributable MFC Security


Update kb2538242(x86)
Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{710f4c1c-cc18-
4c49-8cbf-51240c89a1a2} does not exist

Operating systems:
Windows XP 32-bit or later

Command:
CD ...\ISSetupPrerequisites\{AAEC4BE2-1C6B-45E0-B33D-0D657A05F292}
Silent: vcredist_x86.EXE /q:a /c:"msiexec /i vcredist.msi /qn"
Phast v7.01 Manual Installation Notes 8 Manual installation 32 bit Operating systems

Progress bar: vcredist_x86.EXE /q:a /c:"msiexec /i vcredist.msi /qr"

Returned values for reboot:


3010,8192,1641,1046

Microsoft Visual V++ 2010 SP1 Redistributable Package (x86)


Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-
1ADE-321E-8167-68EF0DE699A5} does not exist

Operating systems:
Windows XP SP1 or later

Command:
CD ...\ISSetupPrerequisites\{270b0954-35ca-4324-bbc6-ba5db9072dad}
Silent: vcredist_x86.exe /q
Progress bar : vcredist_x86.exe /passive

Returned values for reboot:


1641,3010

Microsoft .NET Framework 2.0 (x86)


Conditions for a needed installation, either:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727,
entry Install not equal to 1
or
the key or the entry does not exist

Operating systems:
Windows XP SP1 or later

Command:
CD ...\ISSetupPrerequisites\{C73B8D96-092D-4EEE-B06E-6939A74200A6}
Silent: dotnetfx.exe /q:a /c:"install /q /l"
Progress bar: dotnetfx.exe /q /c:"install /qb /l"

Returned values for reboot:


1046,3010

Microsoft .NET Framework 4.0 full


Conditions for a needed installation, either:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full, entry
Install not equal to 1
or
the key or the entry does not exist
Phast v7.01 Manual Installation Notes 9 Manual installation 32 bit Operating systems

Operating systems:
Any 32-bit Windows version from Windows XP SP2

Command:
CD ...\ISSetupPrerequisites\{32D7E3D1-C9DF-4FA6-9F9B-4D5117AB2917}
Silent: dotNetFx40_Full_x86_x64.exe /q /norestart
Progress bar: dotNetFx40_Full_x86_x64.exe /passive /norestart

Returned values for reboot:


1641,3010

Intergraph.Geomedia.Object.6.1.7.16
Conditions for a needed installation, either:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1843BA
9E-803B-4BFC-ABAF-DA89BD835E1A}, entry DisplayVersion is different than 06.01.07.16
or
the key or the entry does not exist

Operating systems:
Any 32-bit Windows version from Windows XP SP3

Command:
CD ...\ISSetupPrerequisites\{5FDF08CC-EC37-4BC2-B882-B4FDF4A2938E}
Silent: msiexec -i "GeoMedia Objects.MSI" /qn
Progress bar: msiexec -i "GeoMedia Objects.MSI" /passive

Returned values for reboot:


1046,1641,3010

DNVS.Safeti.GMO.Addin.1.2
Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5182FA4D-
A9E0-4958-9351-F60CF2D35AB3} does not exist

Operating systems:
Any 32-bit Windows version from Windows XP SP3

Command:
CD ...\ISSetupPrerequisites\{B25AA4B4-FABB-4638-9759-434424E35141}
Silent: msiexec -i "DNVS GMO Add-in.msi" /qn
Porgress bar: msiexec -i "DNVS GMO Add-in.msi" /passive

Returned values for reboot:


1046,1641,3010
Phast v7.01 Manual Installation Notes 10 Manual installation 32 bit Operating systems

DNV Software Phast 7


Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F7EBC7F6-F94C-
497B-BECC-769E283B1442} does not exist

Operating systems:
Any Windows version from Windows XP SP3

Command:
CD ...\
Silent: msiexec -i "Phast7.msi" /qn
Progress bar: msiexec -i "Phast7.msi" /passive

Returned values for reboot:


1046,1641,3010
Phast v7.01 Manual Installation Notes 11 Manual installation 64 bit Operating systems

Manual Installation for 64-bit Operating Systems


This section is only relevant for 64-bit operating systems. In case of doubt, please ask a
knowledgeable person such as your IT Helpdesk.

The following has been tested on Windows 7 Professional 64-bit English. Other operating system
versions or localisations may require small adjustments.

Windows Imaging Component (x64)


Conditions for a needed installation, either:
[System64Folder]windowscodecs.dll version < 6.0.5840.16388
or
[System64Folder]windowscodecs.dll does not exist

Operating systems:
Windows XP and later

Command:
CD ...\ISSetupPrerequisites\{7CF06819-7AA4-4e3e-AC77-07931178671B}
Silent: wic_x64_enu.exe /quiet /norestart
Progress bar: wic_x64_enu.exe /passive /norestart

Returned values for reboot:


1641,3010

Windows Installer 3.1 for Windows Server 2003 SP1 (x64)


Conditions for a needed installation, either:
[SystemFolder]msi.dll version is < 3.1.4000.2435
or
[SystemFolder]msi.dll does not exist

Operating systems:
Windows 2003 Server 64-bit with SP1 or later

Command:
CD ...\ISSetupPrerequisites\{7f53ac5d-d59d-4f72-b8d3-2cc3bb6383ce}
Silent: WindowsServer2003-KB898715-x64-enu.exe /quiet /norestart
Progress bar: WindowsServer2003-KB898715-x64-enu.exe /passive /norestart

Returned values for reboot:


3010,8192,1641

Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)


Conditions for a needed installation:
Phast v7.01 Manual Installation Notes 12 Manual installation 64 bit Operating systems

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-
18\Products\84b9c17023c712640acaf308593282f8 does not exist

Operating systems:
Windows XP 64-bit and later

Command:
CD ...\ISSetupPrerequisites\{b53018b3-1b31-47a5-ad4f-6eb7086d6008}
Silent (on one line please): vcredist_x64.exe /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i vcredist.msi
/qn /l*v %tmp%\vcredist_x64.log"" "
Progress bar (on one line please): vcredist_x64.exe /q:a /c:"VCREDI~2.EXE /q:a /c:""msiexec /i
vcredist.msi /qr /l*v %tmp%\vcredist_x64.log"" "

Returned values for reboot:


3010,8192,1641,1046

Microsoft Visual C++ 2005 SP1 Redistributable MFC Security


Update KB2538242(x64)
Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ad8a2fa1-06e7-
4b0d-927d-6e54b3d31028} does not exist

Operating systems:
Windows XP 64-bit and later

Command:
CD ...\ISSetupPrerequisites\{C8141D5A-EE7B-45E8-AFE3-2799B9E99440}
Silent: vcredist_x64.EXE /q:a /c:"msiexec /i vcredist.msi /qn"
Progress bar: vcredist_x64.EXE /q:a /c:"msiexec /i vcredist.msi /qr"

Returned values for reboot:


3010,8192,1641,1046

Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)


Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-
1ADE-321E-8167-68EF0DE699A5} does not exist

Operating systems:
Windows XP 64-bit or later

Command:
CD ...\ISSetupPrerequisites\{270b0954-35ca-4324-bbc6-ba5db9072dad}
Silent: vcredist_x86.exe /q
Progress bar: vcredist_x86.exe /passive

Returned values for reboot:


1641,3010
Phast v7.01 Manual Installation Notes 13 Manual installation 64 bit Operating systems

Microsoft .NET Framework 2.0 (x64)


Conditions for a needed installation, either:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727,
entry Install not equal to 1
or
the key or the entry does not exist

Operating systems:
Windows XP 64-bit or later

Command:
CD ...\ISSetupPrerequisites\{E9CE1674-20E9-4488-8783-D843DEB64ABF}
Silent: NetFx64.exe /q:a /c:"install /l /q"
Progress bar: NetFx64.exe /q /c:"install /l /qb"

Returned values for reboot:


3010, 8192

Microsoft .NET Framework 4.0 full


Conditions for a needed installation, either:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full, entry
Install not equl to 1
or
the key or the entry does not exist

Operating systems:
Any 64-bit Windows version from Windows XP SP2

Command:
CD ...\ISSetupPrerequisites\{32D7E3D1-C9DF-4FA6-9F9B-4D5117AB2917}
Silent: dotNetFx40_Full_x86_x64.exe /q /norestart
Progress bar: dotNetFx40_Full_x86_x64.exe /passive /norestart

Returned values for reboot:


1641,3010

Intergraph.Geomedia.Object.6.1.7.16
Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{
1843BA9E-803B-4BFC-ABAF-DA89BD835E1A}, entry DisplayVersion is different than 06.01.07.16

Operating systems:
Any 64-bit Windows version from Windows XP

Command:
Phast v7.01 Manual Installation Notes 14 Manual installation 64 bit Operating systems

CD ...\ISSetupPrerequisites\{5FDF08CC-EC37-4BC2-B882-B4FDF4A2938E}
Silent: msiexec -i "GeoMedia Objects.MSI" /qn
Progress bar: msiexec -i "GeoMedia Objects.MSI" /passive

Returned values for reboot:


1046,1641,3010

DNVS.Safeti.GMO.Addin.1.2
Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{
5182FA4D-A9E0-4958-9351-F60CF2D35AB3} does not exist

Operating systems:
Any 64-bit Windows version from Windows XP

Command:
CD ...\ISSetupPrerequisites\{B25AA4B4-FABB-4638-9759-434424E35141}
Silent: msiexec -i "DNVS GMO Add-in.msi" /qn
Progress bar: msiexec -i "DNVS GMO Add-in.msi" /passive

Returned values for reboot:


1046,1641,3010

DNV Software Phast 7


Conditions for a needed installation:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{
F7EBC7F6-F94C-497B-BECC-769E283B1442} does not exist

Operating systems:
Any Windows version from Windows XP SP3

Command:
CD ...\
Silent: msiexec -i "Phast7.msi" /qn
Progress bar: msiexec -i "Phast7.msi" /passive

Returned values for reboot:


1046,1641,3010

You might also like