| <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <html> |
| |
| <head> |
| <title>Update Wizard (Oomph Setup Documentation)</title> |
| |
| <link rel="stylesheet" href="../../book.css"> |
| |
| <noscript></noscript> |
| <script type="text/javascript"> |
| function windowTitle() |
| { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Update Wizard (Oomph Setup Documentation)"; |
| } |
| } |
| </script> |
| |
| <link rel="stylesheet" href="../../editor.css"> |
| |
| <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> |
| |
| <script src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script> |
| |
| <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"> |
| |
| <script> |
| $(function() { |
| $( ".resizable" ).resizable({ handles:"s,e,se", autoHide:true }); |
| }); |
| </script> |
| |
| <script type="text/javascript"> |
| function maximize(id) |
| { |
| e = document.getElementById('max_' + id); |
| c1 = document.getElementById('editor_content_1_' + id); |
| c2 = document.getElementById('editor_content_2_' + id); |
| pv = document.getElementById('max_pv_' + id); |
| if (e.className == 'max') |
| { |
| e.className = 'rst'; |
| e.setAttribute('title', 'Restore'); |
| c1.setAttribute('style_orig', c1.getAttribute('style')); |
| c1.setAttribute('style', 'border:2px solid #99b4d1; border-top:none;'); |
| c2.setAttribute('style', ''); |
| if (pv != null) |
| { |
| pv.setAttribute('width_orig', pv.getAttribute('width')); |
| pv.setAttribute('width', ''); |
| } |
| } |
| else |
| { |
| e.className = 'max'; |
| e.setAttribute('title', 'Maximize'); |
| c1.setAttribute('style', c1.getAttribute('style_orig')); |
| c1.setAttribute('style_orig', ''); |
| c2.setAttribute('style', 'overflow:scroll; width:100%; height:100%;'); |
| if (pv != null) |
| { |
| pv.setAttribute('width', pv.getAttribute('width_orig')); |
| pv.setAttribute('width_orig', ''); |
| } |
| } |
| } |
| </script> |
| </head> |
| |
| <body bgcolor="white" onload="windowTitle();"> |
| <!-- <div class="help_breadcrumbs breadcrumbs_top"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> --> |
| |
| <table border="0"> |
| <tr> |
| <td width="100%"><h1>Update Wizard</h1></td> |
| <td align="right" valign="middle" nowrap><a href="DocImportWizard.html" title="Backward to Import Wizard"><img src="../../../images/backward.png" border="0"></a> <a href="DocProductPage.html" title="Forward to Product Page"><img src="../../../images/forward.png" border="0"></a></td> |
| </tr> |
| </table> |
| <p> |
| The update wizard is the basis for Oomph's startup- and manually-<a href="../../concepts/DocTask.html#DocTrigger" title="Chapter in Oomph Setup Documentation">triggered</a>, automated installation and provisioning process. |
| <br/> |
| |
| |
| <div style="display: inline-block"><img src="../../../images/trees/K62OQIjOSls_qBdWGo1heoyzSsA=.png"/></div> |
| |
| </p> |
| <p> |
| |
| |
| |
| <p> |
| The wizard's footer contain the following controls: |
| |
| <a id="DocUpdateWizard_2_table"/><table class="bullets"> |
| <tr> |
| <td><img src="../../../images/trees/sHgxVOWhebWGeG4VPfi04TEWk0s=.png"/></td> |
| <td> |
| |
| |
| Brings up this help. |
| |
| |
| |
| </td> |
| </tr> |
| <tr> |
| <td><img src="../../../images/trees/wvN6HibX-aeSTivHqduoRbHU5go=.png"/></td> |
| <td> |
| |
| |
| Navigates to the previous page. |
| |
| |
| |
| </td> |
| </tr> |
| <tr> |
| <td><img src="../../../images/trees/5ppp1pM9_DzrpsUYFxo9LM2a6IQ=.png"/></td> |
| <td> |
| |
| |
| Navigates to the next page. |
| |
| |
| |
| </td> |
| </tr> |
| <tr> |
| <td><img src="../../../images/trees/IbtoiKhSpXd4w9r_gYSbX1evYDc=.png"/></td> |
| <td> |
| |
| |
| Completes the wizard, performing any final actions. |
| |
| |
| |
| </td> |
| </tr> |
| <tr> |
| <td><img src="../../../images/trees/6AEYv1O6zoEl3yp2A7vRBHZeSAo=.png"/></td> |
| <td> |
| |
| |
| Closes the wizard, taking no further action. |
| |
| |
| |
| </td> |
| </tr> |
| </table> |
| <p> |
| |
| </p> |
| <p> |
| The update wizard is also used for startup-triggered, installation and provisioning, |
| i.e., when the Eclipse product starts |
| and the <span class="selectstep">Window</span> → <span class="selectstep">Preferences…</span> → <span class="selectstep">Oomph</span> → <span class="selectstep">Setup</span> → <span class="selectstep">Skip automatic task execution at startup time</span> preference permits, |
| tasks are <a href="../../concepts/DocTaskComposition.html" title="Article in Oomph Setup Documentation">gathered</a>, |
| and if any tasks <a href="../../concepts/DocTaskExecution.html" title="Article in Oomph Setup Documentation">need to perform</a>, |
| the update wizard is opened on the <a href="DocConfirmationPage.html" title="Article in Oomph Setup Documentation">progress page</a>. |
| </p> |
| |
| <p align="right"> |
| <a href="DocImportWizard.html" title="Backward to Import Wizard"><img src="../../../images/backward.png" border="0"></a> <a href="DocProductPage.html" title="Forward to Product Page"><img src="../../../images/forward.png" border="0"></a></p> |
| <!-- <div class="help_breadcrumbs breadcrumbs_bottom"><a href="../../Overview.html" title="Oomph Setup Documentation">Oomph Setup Documentation</a> > <a href="../index.html" title="Category in Oomph Setup Documentation">User Guide</a> > <a href="index.html" title="Category in Oomph Setup Documentation">Wizards and Wizard Pages</a></div> --> |
| |
| <div class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</div> |
| </body> |
| </html> |