Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cd01e6a16feef228bba8875935adf467798f7b36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!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>&nbsp;<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>&nbsp;&rarr; <span class="selectstep">Preferences&hellip;</span>&nbsp;&rarr; <span class="selectstep">Oomph</span>&nbsp;&rarr; <span class="selectstep">Setup</span>&nbsp;&rarr; <span class="selectstep">Skip&nbsp;automatic&nbsp;task&nbsp;execution&nbsp;at&nbsp;startup&nbsp;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>&nbsp;<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 v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</div>
</body>
</html>

Back to the top