Custom Install
Custom Install
COPYRIGHT
Copyright 2007 Schlumberger. All rights reserved.
The information in this document is subject to change without notice. The software described in this document is furnished under a
license agreement. This software may be used or copied only in accordance with the terms of such agreement. It is against the law to
copy the software on any medium except as specifically allowed in the license agreement. No part of this document may be
reproduced or transmitted in any form, or by any means, electronic or mechanical, including photocopying and recording, for any
purpose without the express written permission of Schlumberger.
Merak is a trademark of Schlumberger.
Merak Peep is a registered trademark of Schlumberger.
Merak PetroDesk, Merak Portfolio, Merak Decision Tool Kit, Merak VOLTS, Merak Budget, Merak Capital Planning,
Merak DBTools, and FieldView are trademarks of Schlumberger.
Microsoft is a registered trademark of Microsoft Corporation.
BackOffice, Internet Explorer, Windows, Windows 98, Windows NT, Windows 2000, MS-DOS, Word, Excel,
ActiveX, ODBC, OLE, COM, Terminal Server, Microsoft Access, Visual C++, and Microsoft SQL Server are
registered trademarks of Microsoft Corporation.
Oracle is a registered trademark of Oracle Corporation.
Crystal Reports is a trademark of Crystal Decisions.
All other names and trademarks are the property of their respective owners.
Released in December, 2007
Contents
Custom Installations......................................................................................................... 1
About custom installations.............................................................................................................. 1
General tips for custom installations .............................................................................................. 1
Distribution via a Microsoft System Management Server (SMS Server) ....................................... 1
Repackaging the installation with a third party tool ........................................................................ 2
Manually placing files on user's system (not recommended)......................................................... 3
Registering Files ........................................................................................................................................3
Custom Installations
Merak 2007.1 Suite
Custom Installations
About custom installations
Custom installations are any installation where the client does not use the installation routine as provided
on the distribution DVD. There are four methods of customizing the installation:
creating a silent installation package;
distributing the installation via a Microsoft System Management Server;
repackaging the installation with a third party tool such as ZenWorks or Wise; and,
manually registering/placing the files on a users system (not recommended).
Run the command SETUP.EXE /R, Normally, this runs the installation with a maximized user
interface. All of the inputs entered into the dialog boxes saved in a Response File (SETUP.ISS). By
default, this file is stored in the Windows directory.
2.
Use the /f1 switch If you want to have this file saved in a different location, you can do so with the /f1
switch. For example, if you want to store the Response file in a C:\Temp directory, you would
execute the command SETUP.EXE /R /f1"C:\Temp\Setup.ISS.
www.sis.slb.com
Custom Installations
Merak 2007.1 Suite
Suite installation uses InstallShields InstallScript, you must use this PDF file with SMS and you cannot
attach the MSI file to your SMS Server.
Microsoft .NET Framework (located on the installation DVD at \Microsoft .NET Framework
1.1\INSTALL.EXE)'
Capture the Microsoft .NET Framework 1.1 installation with your repackaging tool. The installation
routine for the Microsoft .NET Framework can be found on the installation DVD at \Microsoft .NET
Framework 1.1\INSTALL.EXE.
2.
Capture the InstallShield Scripting Engine 10.5 installation with your repackaging tool. The
installation routine for the Scripting Engine can be found on the installation DVD at
\Install\ISScript1050.MSI.
3.
Capture the MDAC 2.8 installation with your repackaging tool. The installation routine for MDAC 2.8
can be found on the installation DVD at \MDAC 2.8\MDAC_TYP.EXE.
4.
If your users do not already have Adobe Acrobat Reader 5.0 or better on their systems, you can
retrieve this installation from www.adobe.com.
Note:
Before capturing the Merak Value & Risk Suite, ensure that the Microsoft .NET Framework
1.1, MDAC 2.7 or 2.8, and the InstallShield Scripting Engine 10.5 are loaded on the system on
which you are going to perform the capture. This is essential; if these packages are not in
place the Merak Value & Risk Suite Installation will attempt to install them which will create
problems with the capture. If the above components are not installed, please install them using
your distribution packages.
5.
Capture the Merak Suite. One important item during the capture would be to ensure that you do not
choose to install the sample databases.
Note: When you deploy the Merak Suite package, the installation relies on local administrative rights
during deployment. Therefore, during deployment, you must temporarily increase the users rights to those
of local administrator. Most deployment packages allow the user to temporarily increase their system
rights. You can then return the users rights to normal once the installation is completed.
www.sis.slb.com
Custom Installations
Merak 2007.1 Suite
Capital Planning
Release CD Content\Install\Merak\DISK1\program
files\Schlumberger\Merak
System
Release CD Content\Install\Merak\DISK1
Release CD Content\Install\GlobalAssemblyCache
Release CD Content\\Install\Merak\DISK1\program
files\Schlumberger\Merak
MAC
Release CD Content\\Install\Merak\DISK1\program
files\Schlumberger\Merak
Peep
Release CD Content\\Install\Merak\DISK1\program
files\Schlumberger\Merak
PetroDesk
Release CD Content\\Install\Merak\DISK1\program
files\Schlumberger\Merak
VOLTS
Release CD Content\\Install\Merak\DISK1\program
files\Schlumberger\Merak
See the File Lists document included on the Merak Value & Risk Suite DVD.
As with the other custom installation options, you must load the required third-party components manually.
These include:
Microsoft .NET Framework (installation routine located on the installation DVD at \Microsoft .NET
Framework 1.1\INSTALL.EXE);
MDAC 2.7 or 2.8 (2.8 installation routine located on the installation DVD at \MDAC
2.8\MDAC_TYP.EXE).
Note:
If you manually copy the files to your system, you are not required to install the InstallShield Scripting
Engine 10.5 as it is only required by the installation routine.
Registering Files
Perhaps the most important part of manually copying the files to your system is registering the files. In the
file list, there is a column titled Registered?. This column informs you whether you need to manually
register a particular file.
There are three methods for registering files:
the REGSVR32 executable;
the REGASM executable; or,
the command line switch /REGSERVER.
Each file that needs to be registered can only use one of these methods to register. To determine how to
register a file in question, please refer to the following chart for each file that needs to be registered:
www.sis.slb.com
Custom Installations
Merak 2007.1 Suite
File referenced in
File Name column
Contents of Development
Environment column
Registration Method
.DLL or .OCX
C++
REGSVR32.EXE <FILENAME>
.DLL or .OCX
C#
REGASM.EXE <FILENAME>
.EXE
N/A
<FILENAME> /REGSERVER
The easiest way to register .DLL or .OCX files is to copy the REGASM.EXE or REGSVR32.EXE files
into the same directory that contains the file you wish to register. Then, in Windows Explorer simply drag
the file you wish to register over the correct executable. You can find the REGSVR32 executable in the
Windows System Directory (typically C:\Winnt\System32 or C:\Windows\System32) and the REGASM
executable can be found in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory. You must
use the REGASM executable from this directory. You may have a REGASM executable in a
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705 directory, but this version will not work with the
Merak Value & Risk Suite files.
When registering multiple files, you can drag/drop multiple files over REGSVR32 executable. However,
you cannot drag/drop multiple files over the REGASM, as you must register these files one at a time.
When registering an executable, it can be done from the Run item on the Start Menu, but it is highly
recommended that you register the executable from the command line.
To register a file using the command line:
1.
2.
3.
www.sis.slb.com
Custom Installations
Merak 2007.1 Suite
How to reach us
United States
E-mail: [email protected]
Houston Tel.: +1 713-621-1165
Canada
E-mail: [email protected]
Calgary Tel.: +1-888-986-4357 (toll-free)
South America
International
Offices
E-mail: [email protected]
Mexico Tel.: 001 866 326 0174
Argentina Tel.: 0 800 444 0919
Brazil Tel.: 000811 005 9068
Colombia Tel.: 980912 3029
Venezuela Tel.: 0800 1 00 3588
Middle East
E-mail: [email protected]
Schlumberger supplements the standard maintenance agreement by offering extended on-site support
worldwide. This enhanced level of support includes on-site assistance, installation, troubleshooting, and
maintenance services of licensed Schlumberger software.
Merak is a product line of Schlumberger Information Solutions (SIS). For more information about SIS,
please go to our Web site at http://www.sis.slb.com.
www.sis.slb.com