File: runsetup.dita

package info (click to toggle)
dita-ot 1.5.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,296 kB
  • sloc: xml: 29,334; java: 24,201; javascript: 1,299; makefile: 45
file content (32 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<!-- This file is part of the DITA Open Toolkit project hosted on 
 Sourceforge.net. See the accompanying license.txt file for 
 applicable licenses.-->
<!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->

<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
 "../../dtd/task.dtd">
<task id="runsetup" xml:lang="en-us">
<title>Run Setup.exe</title>
<shortdesc>As with any major program, you will need to run setup in order
to install it.</shortdesc>
<prolog><metadata>
<keywords><indexterm>Setup</indexterm><indexterm>web server</indexterm>
<indexterm>database</indexterm></keywords>
</metadata></prolog>
<taskbody>
<context>Setup.exe can be found in the root directory of the CD-ROM with your
software.</context>
<steps>
<step><cmd>Insert the CD-ROM.</cmd></step>
<step><cmd>Navigate to it from a typescript, DOS, or other command window.</cmd>
</step>
<step><cmd>Type <cmdname>setup.exe</cmdname> and hit enter.</cmd></step>
<step><cmd>Follow all of the prompts that appear.</cmd></step>
<step importance="optional"><cmd>It is suggested that you follow all of the
defaults, but you may select an alternate directory for the install.</cmd>
</step>
</steps>
</taskbody>
</task>