73 lines
4.4 KiB
HTML
73 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="Create response files for iSeries Access for Windows installations" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijsilentinstall.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaijhdrstartsilent.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="hdrsampleresp.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="hdrcreateresp" />
|
|
<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>Create response files for iSeries Access for Windows installations</title>
|
|
</head>
|
|
<body id="hdrcreateresp"><a name="hdrcreateresp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create response files for iSeries Access for Windows installations</h1>
|
|
<div><div class="section"> <p>A response file records the selections made in response to the
|
|
prompts in the installation process. During a silent installation, the setup
|
|
program will use the response file to get the information necessary to complete
|
|
the installation.</p>
|
|
<p>To create a response file, follow these steps:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>At the command line in the iSeries™ Access for Windows<sup>®</sup> installation
|
|
image directory on a PC, type: </span> <pre>setup -r -f1d:\dir\file.iss </pre>
|
|
to
|
|
run an installation, and record the responses. <ul><li class="liexpand"> <p><samp class="codeph"><var class="varname">-f1</var></samp> is an optional parameter used
|
|
to indicate an alternate response file name. If you do not use this parameter,
|
|
then setup.iss records all of the installation choices. Setup.iss resides
|
|
in the Windows directory, for example, C:\Windows or C:\Winnt
|
|
depending on your operating system.</p>
|
|
</li>
|
|
<li class="liexpand"><samp class="codeph"><var class="varname">d:\dir\</var></samp> is the drive and directory
|
|
where you want to create the response file. If you use the <samp class="codeph"><em>-f1</em></samp> parameter,
|
|
then you must specify the drive and directory along with the response file
|
|
name that you want to create.</li>
|
|
<li class="liexpand"><samp class="codeph"><var class="varname">file.iss</var></samp> is the name of the response
|
|
file that you want to create. The file extension must always be iss.</li>
|
|
</ul>
|
|
</li>
|
|
<li class="stepexpand"><span>Complete the setup program, providing the responses you want to
|
|
use during the silent installations.</span></li>
|
|
</ol>
|
|
<div class="section"> <p>After the installation is complete, the iss file that is created
|
|
will look somewhat like this:</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="hdrsampleresp.htm">Example: Response file (setup.iss)</a></strong><br />
|
|
</li>
|
|
</ul>
|
|
|
|
<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="nextlink"><strong>Next topic:</strong> <a href="rzaijhdrstartsilent.htm">Start a silent installation</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |