115 lines
6.8 KiB
HTML
115 lines
6.8 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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<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="concept" />
|
||
|
<meta name="DC.Title" content="Example: Information section of setup.ini" />
|
||
|
<meta name="abstract" content="Descriptions of the global information fields needed in the setup.ini file" />
|
||
|
<meta name="description" content="Descriptions of the global information fields needed in the setup.ini file" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakxsetup.htm" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakxsetupplugininfo" />
|
||
|
<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>Example: Information section of setup.ini</title>
|
||
|
</head>
|
||
|
<body id="rzakxsetupplugininfo"><a name="rzakxsetupplugininfo"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Example: Information section of setup.ini</h1>
|
||
|
<div><p>Descriptions of the global information fields needed in the setup.ini
|
||
|
file</p>
|
||
|
<p>The first section of the Setup file (Plug-in Info) contains global information
|
||
|
about the plug-in:</p>
|
||
|
<pre>[Plugin Info]
|
||
|
Name=Sample plug-in
|
||
|
NameDLL=sampmri.dll
|
||
|
NameResID=128
|
||
|
Description=Sample plug-in description
|
||
|
DescriptionDLL=sampmri.dll
|
||
|
DescriptionResID=129
|
||
|
Version=0
|
||
|
VendorID=IBM.Sample
|
||
|
JavaPlugin=YES</pre>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="22.22222222222222%" id="d0e19">Field in [Plugin Info] section of Setup.ini</th>
|
||
|
<th valign="top" width="77.77777777777779%" id="d0e21">Description of field</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">Name</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">English name of the plug-in. This name is displayed during installation
|
||
|
of the plug-in when the translated name cannot be determined.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">NameDLL</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 "> Name of the resource DLL that contains the translated name of the
|
||
|
plug-in. This DLL is located in the MRI directories of the plug-in.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">NameResID</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">Resource ID of the translated name in the MRI DLL. This field must
|
||
|
contain the same value as the NameID field defined in the primary registry
|
||
|
key for the plug-in.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">Description</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">English description of the plug-in. This description is displayed during
|
||
|
installation of the plug-in when the translated description cannot be determined.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">DescriptionDLL</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">Name of the resource DLL that contains the translated description of
|
||
|
the plug-in. This DLL is located in the MRI directories of the plug-in.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">DescriptionResID</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">Resource ID of the translated description in the MRI DLL. This field
|
||
|
must contain the same value as the DescriptionID field that is defined in
|
||
|
the primary registry key for the plug-in.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">Version</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 "> <p>A numeric value that indicates the release level of the plug-in.
|
||
|
The Check Service Level program uses this value to determine whether the plug-in
|
||
|
needs to be upgraded on the client workstation. This value is incremented
|
||
|
by some amount for each new release of the plug-in.</p>
|
||
|
<p>The Version value
|
||
|
is compared to the current Version value of the installed plug-in that is
|
||
|
on the client workstation. When this Version value is greater than the one
|
||
|
already existing on the client workstation, the Check Service Level program
|
||
|
upgrades the plug-in to the new Version.</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">VendorID</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">The <VENDOR>.<COMPONENT> string that is used to identify
|
||
|
the plug-in. This string is used to create the registry key for the plug-in
|
||
|
in the iSeries™ Access
|
||
|
for Windows<sup>®</sup> registry
|
||
|
tree. The VendorID must be identical to the <VENDOR>.<COMPONENT>
|
||
|
portion of the path where the plug-in will be installed on the iSeries server.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="22.22222222222222%" headers="d0e19 ">JavaPlugin</td>
|
||
|
<td valign="top" width="77.77777777777779%" headers="d0e21 ">JavaPlugin is used to indicate whether this is a Java™ plug-in.
|
||
|
The install process needs to do some special processing if the plug-in is
|
||
|
a Java plug-in.
|
||
|
All JAR files must be installed into the \PLUGINS\<VENDOR>.<COMPONENT>
|
||
|
directory, and this value is used to determine whether the install process
|
||
|
should do this. If the plug-in is a Java plug-in and this value is set to NO
|
||
|
or doesn't exist, the plug-in may not work after it is installed.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakxsetup.htm" title="Your plug-in's setup.ini file provides the installation wizard with the information needed to install an iSeries Navigator plug-in on a client workstation. It also provides information that allows the Check Service Level program to determine when the plug-in needs to be upgraded or serviced.">Setup.ini file</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|