From: vsr Date: Wed, 27 Dec 2006 09:43:53 +0000 (+0000) Subject: Implement features: X-Git-Tag: V_3_2_4~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7fbf7df3f0689a2f80b32edd63f8f079dea4a1e6;p=tools%2Finstall.git Implement features: - install and build SALOME module sources - install all products from sources --- diff --git a/doc/batchmode.png b/doc/batchmode.png index 348bf26..c439d7e 100644 Binary files a/doc/batchmode.png and b/doc/batchmode.png differ diff --git a/doc/choicepage.png b/doc/choicepage.png index fefd66e..e3afcc5 100755 Binary files a/doc/choicepage.png and b/doc/choicepage.png differ diff --git a/doc/intropage.png b/doc/intropage.png index 143d8d0..226793c 100755 Binary files a/doc/intropage.png and b/doc/intropage.png differ diff --git a/doc/productpage.png b/doc/productpage.png index 71fe213..6034df1 100755 Binary files a/doc/productpage.png and b/doc/productpage.png differ diff --git a/doc/productpage1.png b/doc/productpage1.png index 025a391..b666166 100644 Binary files a/doc/productpage1.png and b/doc/productpage1.png differ diff --git a/doc/productpage2.png b/doc/productpage2.png new file mode 100644 index 0000000..998d286 Binary files /dev/null and b/doc/productpage2.png differ diff --git a/doc/progresspage.png b/doc/progresspage.png index 88fc080..0779fcc 100755 Binary files a/doc/progresspage.png and b/doc/progresspage.png differ diff --git a/doc/progresspage1.png b/doc/progresspage1.png index c62b071..efaa4d1 100644 Binary files a/doc/progresspage1.png and b/doc/progresspage1.png differ diff --git a/doc/readme.html b/doc/readme.html index fc00ccd..acff30c 100755 --- a/doc/readme.html +++ b/doc/readme.html @@ -36,7 +36,7 @@ Wizard Help
updated for the version 3.2.0
+ color="#ff0000">3.2.4
This procedure is invoked when the user clicks the button. This procedure should return 0 if the corresponding action is done -successfully and 1 if any error occurs.

+successfully and 1 if any error occurs.
+
The calling signature of the script is the following:
<product_script_name> <function_name> <target_directory> <temp_folder> @@ -1233,19 +1320,24 @@ The calling signature of the script is the following:

<product_script_name> - the script name itself (retrieved from the XML configuration xml -file);
<function_name> -- the name of function;
-<target_directory> - root target directory where product are -installed to;
<temp_folder> +file);
+<function_name> +- the name of function;
+<target_directory> - root target +directory where product are +installed to;
+<temp_folder> - temporary files directory;
-
Note: The standard Installation Wizard buttons "Launch +
+Note: The standard Installation Wizard buttons "Launch SALOME" and "Release Notes" are implemented with this feature. Refer to the scripts start_salome.sh and release_notes.sh for sample implementation.
-
Note: Any button (even standard) can be ignored by the +
+Note: Any button (even standard) can be ignored by the Installation Wizard if the attribute <disable> in the XML configuration file is set to the "true" value. -


-
+

+

diff --git a/doc/readmepage.png b/doc/readmepage.png index 6777963..b6aee29 100644 Binary files a/doc/readmepage.png and b/doc/readmepage.png differ