runsetup.dita 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.-->
  5. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  6. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
  7. "../../dtd/task.dtd">
  8. <task id="runsetup" xml:lang="en-us">
  9. <title>Run Setup.exe</title>
  10. <shortdesc>As with any major program, you will need to run setup in order
  11. to install it.</shortdesc>
  12. <prolog><metadata>
  13. <keywords><indexterm>Setup</indexterm><indexterm>web server</indexterm>
  14. <indexterm>database</indexterm></keywords>
  15. </metadata></prolog>
  16. <taskbody>
  17. <context>Setup.exe can be found in the root directory of the CD-ROM with your
  18. software.</context>
  19. <steps>
  20. <step><cmd>Insert the CD-ROM.</cmd></step>
  21. <step><cmd>Navigate to it from a typescript, DOS, or other command window.</cmd>
  22. </step>
  23. <step><cmd>Type <cmdname>setup.exe</cmdname> and hit enter.</cmd></step>
  24. <step><cmd>Follow all of the prompts that appear.</cmd></step>
  25. <step importance="optional"><cmd>It is suggested that you follow all of the
  26. defaults, but you may select an alternate directory for the install.</cmd>
  27. </step>
  28. </steps>
  29. </taskbody>
  30. </task>