69 lines
4.4 KiB
HTML
69 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Start a silent installation" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijsilentinstall.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijhdrcreateresp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijhdrreturncode.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="hdrstartsilent" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Start a silent installation</title>
|
|
</head>
|
|
<body id="hdrstartsilent"><a name="hdrstartsilent"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Start a silent installation</h1>
|
|
<div><div class="section"> <p>Silent installations use a response file (file.iss) for the responses
|
|
to prompts during the installation process. This eliminates the need for any
|
|
user interaction during the installation process, and allows you to quickly
|
|
and easily copy duplicate installations across your network. Information about
|
|
the status of the silent installation can be recorded in a log file (file.log).</p>
|
|
</div>
|
|
<div class="p"><span>To start a silent installation, type the following at a command
|
|
prompt in the iSeries™ Access
|
|
for Windows<sup>®</sup> installation
|
|
image directory:</span> <pre>setup -s -f1d:\dir\file.iss -f2d:\dir\file.log</pre>
|
|
<p>where:</p>
|
|
<ul><li class="liexpand"><samp class="codeph">-f1</samp> is an optional parameter where you can specify the
|
|
response file (<strong>file.iss</strong>) to use. If you do not use this parameter,
|
|
then the installation attempts to use a default response file named setup.iss.
|
|
It looks for this file in the directory containing setup.exe. <p><samp class="codeph">d:\dir</samp> is
|
|
the drive and directory that contains the response file that you want to use.
|
|
If you use the <var class="varname">-f1</var> parameter, then you must specify the
|
|
drive and directory along with the response file name.</p>
|
|
</li>
|
|
<li class="liexpand"><samp class="codeph">-f2</samp> is an optional parameter where you can specify the
|
|
location and name for the log file that the silent installation creates. If
|
|
you do not use this parameter, the installation creates a log file named setup.log
|
|
and places it in the directory containing setup.exe. <p><samp class="codeph">d:\dir</samp> is
|
|
the drive and directory that contains the log file. If you use the <samp class="codeph">-f2</samp> parameter,
|
|
then you must specify the drive and directory along with the log file name. <strong>file.log</strong> is
|
|
the name of the log file that you want to create.</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaijsilentinstall.htm" title="Create a response file that contains a record of your responses to prompts during an installation. You can then use this response file to control duplicate installations that do not require any user interaction.">Perform a silent installation of iSeries Access for Windows</a></div>
|
|
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzaijhdrcreateresp.htm">Create response files for iSeries Access for Windows installations</a></div>
|
|
<div class="nextlink"><strong>Next topic:</strong> <a href="rzaijhdrreturncode.htm">Return codes for silent installations</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |