User Guide
Installation Scripts for NetWare 119
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Two time zone descriptions are displayed. When one is selected, the time
parameters are filled in according to the above information, and the user can
verify or edit them.
@TranslateModule
@EndTranslateModule
Syntax
@TranslateModule
<old driver name1>,<new driver name1>,
<old driver name2>,<new driver name2>,
...
@EndTrandlateModuel
Description
@TranslateModule is used internally by NETMAIN.ILS. It specifies that a
disk or LAN driver name has been changed for the previous release. The name
will be changed in the STARTUP.NCF or AUTOEXEC.NCF file during an
upgrade.
@Version
Syntax
@Version <major version>.<minor version>
Description
The @Version string represents the version of the script file (and its
corresponding script data). For the NETMAIN.ILS script file, @Version must
be greater than or equal to the expected version of the installation NLM. If any
included script files contain version numbers, all the numbers must match.
@Version should be incremented each time a new script is released.
In product scripts, the version string is entirely optional. A version string in a
product script is not compared with the installation NLM, but all included
product scripts must have matching version strings.
Example
@Version 1.01
The version string in the installation is compared with this version string. If
they do not match, the installation prompts for a different file. All included
scripts with a @Version descriptor will be checked for matching version
strings (see “@IncludeFile @EndIncludeFile” on page 111).