Author: jprantan
Date: Wed Nov 26 04:27:45 2008
New Revision: 1135

Added:
trunk/tools/oneclickinstaller/doc/oneclickinstaller.png (contents, props changed)
Modified:
   trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt

Log:
Updated documentation. Added also screenshot.

Added: trunk/tools/oneclickinstaller/doc/oneclickinstaller.png
==============================================================================
Binary file. No diff available.

Modified: trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt
==============================================================================
--- trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt     (original)
+++ trunk/tools/oneclickinstaller/doc/oneclickinstaller.txt Wed Nov 26 04:27:45 2008
@@ -7,12 +7,12 @@
 An AutoIT_ script for installing `Robot Framework`_ and its preconditions
on a Windows machine. It is included in source distributions and can also be
 downloaded from
-http://code.google.com/p/robotframework/wiki/OneClickInstaller.
+http://code.google.com/p/robotframework/downloads.



 Description
------------
+===========

 One Click Installer installs Robot Framework and its preconditions
 Python_ and Jython_ (optional). It also sets Robot Framework start-up
@@ -24,6 +24,9 @@
 installed. In that case, and also if you want to have a custom
 installation, you need to install the needed components separately.

+Installers
+==========
+
 One Click Installer requires that you have all the required component
 installers in the same directory with it and that they have expected
 names. If Robot Framework or Python installer is missing, the
@@ -36,19 +39,34 @@
 :path:`robotframework-2.*.exe` , :path:`python-2.*.msi`, and
 :path:`jython_installer-2.*.jar`.

+Usage
+=====
+
 All you need to specify is the base directory where to install Python and
-Jython. They are installed into the directories :path:`Python25` and
-:path:`Jython22`, respectively, inside the given base directory. Robot
+Jython. They are installed into the directories :path:`Python` and
+:path:`Jython`, respectively, inside the given base directory. Robot
 Framework itself is installed under the Python installation directory. Its
 startup scripts can be found from :path:`[PYTHON]\\Scripts` and code from
 :path:`[PYTHON]\\Lib\\site-packages`.

+It is possible to run the One Click Installer from command line by giving the
+installation path as argument i.e.
+:cli:`RobotFrameworkOneClickInstaller.exe C:\\APPS\\`.
+
+
 .. Note::

        The specified base directory MUST exist, whereas Python and Jython
        directories inside it must not. It is also not recommended to
        use a path containing spaces. Good candidates include
-       directories such as :path:`C:\\` and :path:`C:\\APPS`.
+       directories such as :path:`C:\\` and :path:`C:\\APPS\\`.
+
+Screenshot
+==========
+
+.. figure:: oneclickinstaller.png
+   :width: 400
+   :height: 250


 .. _AutoIT: http://www.autoitscript.com/autoit3/

Reply via email to