<meta name="GENERATOR"
content="Mozilla/4.8 [en] (X11; U; Linux 2.4.18-14 i686) [Netscape]">
<meta name="Author"
- content="Vadim SANDLER (v-sandler@opencascade.com)">
+ content="Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)">
+ <meta name="Copyright" content="2002-2006 CEA">
<title>SALOME Installation Wizard Help</title>
- <meta content="Vadim SANDLER" name="author">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 229);"
alink="#ff0000" link="#0000ee" vlink="#551a8b">
<p><b>Figure 7:</b> "Finish installation" page</p>
</center>
<p>In this page you can read important information about the
-Instalation
-Wizard itself and some tips: how to run and test SALOME or how to
-build
-SALOME from the sources. This is the contents of the README file which
-you
-can find in the root directory of the Installation Wizard. <br>
-You can also launch SALOME Desktop from this page by clicking <i>"Launch
-SALOME" </i>button.<br>
-</p>
+Instalation Wizard itself and some tips: how to run and test SALOME or
+how to build SALOME from the sources. This is the contents of the
+README file which you can find in the root directory of the
+Installation Wizard. <br> You can also launch SALOME Desktop from this
+page or read Release Notes file by clicking on the corresponding
+buttons in the lower part of the page (see <a href="#xml_files">here</a>
+and <a href="#finish_buttons">here</a> for more information about
+customizing these buttons).<br></p>
<h3 style="margin-left: 40px;"> <a name="batch_mode"></a>Batch mode<br>
</h3>
To launch the Installation Wizard in the batch mode use <span
section</a> for
more information.</font><br>
<h4> <b><button> section</b></h4>
-This is optional section. It allows customing of the last "Finish"
-page of the Installation Wizard by adding one or more buttons in the
-lower part of the wizard's window. The script which is attached to each
-such button, can perform some specific action, for example, launch
-the application or show the Release Notes file by using external
-program.
+This is optional section. It allows customing of the last <i>"Finish
+installation"</i> page of the Installation Wizard by adding one or
+more buttons in the lower part of the wizard's window. The script
+which is attached to each such button, can perform some specific
+action, for example, launch the application or show the Release Notes
+file by using external program.
See <a href="#finish_buttons">here</a> for more details about
writing scripts.<br>
<font color="#000000"><br>
<li> <font color="#000000"><b>disable</b></font></li>
</ul>
<font color="#000000">If this optional flag has 'true'
-value, the corresponding button will not appear in the "Finish"
-page - the section of XML file is silently ignored.</font><br>
-<br><b>Note:</b> If you add new products to be installed with Installation
-Wizard, you should also provide installation script for this product.
-See
-the next section for more details.<p><br></p>
+value, the corresponding button will not appear in the <i>"Finish
+installation"</i> page - the section of XML file is silently
+ignored.</font><br><br><b>Note:</b> If you add new products to be
+installed with Installation Wizard, you should also provide
+installation script for this product. See the next section for more
+details.<p><br></p>
<hr>
<h3><a name="new_products"></a>Implementing <font color="#ff0000">installation
scripts</font> for the new products</h3>
<h3><a name="finish_buttons"></a>Customizing <font color="#ff0000">Readme
page</font> buttons</h3>
The Installation Wizard allows customizing the look-n-feel of the last
-"Finish" page. If you want to add one or more buttons to this page in
-order to perform some specific actions at the end of the installation
-(for example, show Release Notes file by using Open Office) you can
-put an additional section to the XML configuration file.
-This is the <b><button></b> section
-(see <a href="#xml_files">here</a> for more details).
-<p><br></p>
+<i>"Finish installation"</i> page. If you want to add one or more
+buttons to this page in order to perform some specific actions at the
+end of the installation (for example, show Release Notes file by using
+Open Office) you can put an additional section to the XML
+configuration file. This is the <b><button></b> section (see <a
+href="#xml_files">here</a> for more details).<p><br></p>
To implement the action which will be performed when the user click on
the button, you need to create a script and put it to the
<i><Install_Wizard_root_directory>/config_files</i> directory.<br>
<ul>
<li><b>check_enabled()</b></li>
</ul>
-This procedure is called by the Installation Wizard when the "Finish"
-page is displayed and the status of the buttons should be modified
-according to the installation options. This procedure should return <b>0</b>
-if the corresponding action can be performed and, thus, the button
-should become enabled. Otherwise, it should return <b>1</b> - in this case
-the button will be disabled.
+This procedure is called by the Installation Wizard when the
+<i>"Finish installation"</i> page is displayed and the status of the
+buttons should be modified according to the installation options. This
+procedure should return <b>0</b> if the corresponding action can be
+performed and, thus, the button should become enabled. Otherwise, it
+should return <b>1</b> - in this case the corresponding button will be
+disabled.
<ul>
<li><b>execute()</b></li>
</ul>
<b>release_notes.sh</b> for sample implementation.<br>
<br><b>Note:</b> Any button (even standard) can be ignored by the
Installation Wizard if the attribute <b><disable></b> in the XML
-configuration file is set to the "true" value.<p><br></p>
-<p><br></p>
+configuration file is set to the "true" value.
<hr>
<br>
</body>