blob: 2b94e2a5bd3e9a8d5cfbca56d88192f023b924a1 [file] [log] [blame]
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Confirmation Page (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="Confirmation Page (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>Confirmation Page</h1></td>
<td align="right" valign="middle" nowrap><a href="DocVariablePage.html" title="Backward to Variables Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocProgressPage.html" title="Forward to Progress Page"><img src="../../../images/forward.png" border="0"></a></td>
</tr>
</table>
<p>
The primary purpose of the confirmation page is to review the <a href="../../concepts/DocTaskComposition.html" title="Article in Oomph Setup Documentation">gathered</a> task list
with the opportunity to selectively enable specific tasks.
<br>
<div class="box" style="display: inline-block"><img src="../../../images/trees/S6iPPxM28shdYu396Wlp4WERVb4=.png"/></div>
<p>
The page has the following controls:
<a id="DocConfirmationPage_1_table"/><table class="bullets">
<tr>
<td><img src="../../../images/trees/KgDEQZ0mKFYEuSPtUs3Ll6dUCUI=.png"/></td>
<td>
Displays the tasks to be performed.
The root object shows the trigger that started the wizard.
The check boxes allow tasks to be selectively chosen for execution.
Double clicking a task will enable that task and disable all other tasks.
The view can either show all tasks, including the ones that don't need to perform,
or only the tasks that need to be performed.
Tasks that don't need to perform are shown grayed out.
Selecting a task will display its contained children in the nested elements viewer
and will display its properties in the properties viewer.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/12rDvU7_gTo3GIyByrmq7s99A8s=.png"/></td>
<td>
Displays the nested children of the selected task in the tasks viewer.
Selecting a child will display its properties in the properties viewer.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/xoVrkLASnBl32beodSeuzhF95ik=.png"/></td>
<td>
Displays the properties of the selected task or the selected nested element of the selected task.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/QW8aB8fWVui3ok2_3FXi0UUuYQk=.png"/></td>
<td>
Determines whether to show all tasks or only the tasks that need to perform.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/YyhpQ9s-x87Qpd5syzuyCGaYgO0=.png"/></td>
<td>
Determines whether the installation and provisioning process will,
as much as possible,
proceed using locally cached resources rather than using internet access to get the latest information.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/PwfTDhu_ik59Van87fd2WMcH-EM=.png"/></td>
<td>
Determines whether p2 mirrors will be used during installation and provisioning,
rather than just the primary internet host.
This setting is particularly relevant for <a href="../../concepts/DocTask.html#DocP2Task" title="Chapter in Oomph Setup Documentation">p2</a> and <a href="../../concepts/DocTask.html#DocTargletTask" title="Chapter in Oomph Setup Documentation">targlet</a> tasks
which make heavy use of p2 update sites.
</td>
</tr>
<tr>
<td><img src="../../../images/trees/fHT2N6VjHAGBsdvNF5OXDq218IY=.png"/></td>
<td>
Determines whether to ovewrite an existing installation.
This is displayed only in the installer wizard
when it detects an attempt to install into a location where an installation already exists.
In this case, the title area will display an error message,
and it's only possible to proceed if one elects to reinstall,
i.e., to overwrite an existing installation.
</td>
</tr>
</table>
<p>
</p>
<p align="right">
<a href="DocVariablePage.html" title="Backward to Variables Page"><img src="../../../images/backward.png" border="0"></a>&nbsp;<a href="DocProgressPage.html" title="Forward to Progress 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>