blob: 7eaa52d1ad6930751c27d5eaacd42f5415544b33 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
id="installer"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.epp.installer.core.application"
name="Europa Installer (EPP)">
<property
name="appName"
value="Europa Installer (EPP)">
</property>
<property
name="startupForegroundColor"
value="000000">
</property>
<property
name="startupMessageRect"
value="0,0,300,30">
</property>
<property
name="startupProgressRect"
value="0,100,300,18">
</property>
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
</product>
</extension>
<!--
<extension
point="org.eclipse.epp.installer.core.configurationProvider">
<provider
class="org.eclipse.epp.installer.europa.EuropaInstallConfiguration"
product="org.eclipse.epp.installer.europa.installer"
type="install">
</provider>
</extension>
-->
<extension
point="org.eclipse.epp.installer.core.configurationProvider">
<provider
id="org.eclipse.epp.installer.europa.install"
class="org.eclipse.epp.installer.core.ExtendableInstallConfiguration"
product="org.eclipse.epp.installer.europa.installer"
type="install">
</provider>
</extension>
<extension
point="org.eclipse.epp.installer.core.steps">
<steps
providerId="org.eclipse.epp.installer.europa.install">
<step
id="org.eclipse.epp.installer.CheckAdminPrivilegesStep"
title="Welcome to the Eclipse Europa installer">
<parameter
key="text"
value="This is an example installer, which will install one of EPP packages on your platform">
</parameter>
</step>
<step
id="org.eclipse.epp.installer.ChoiceStep"
title="License Agreement"
description="Please read the following important information before continue.">
<parameter
key="choiceText"
value="${LicenseAgreement}">
</parameter>
<parameter
key="acceptText"
value="I accept the agreement">
</parameter>
<parameter
key="declineText"
value="I do not accept the agreement">
</parameter>
<parameter
key="continueOnDecline"
value="false">
</parameter>
<parameter
key="defaultChoice"
value="false">
</parameter>
</step>
<step
id="org.eclipse.epp.installer.ChooseLocationStep"
title="Select Destination Location"
description="Where should the ${ProductName} be installed?">
</step>
<step
id="org.eclipse.epp.installer.PromptUserStep"
title="Ready to Install"
description="Setup is now ready to begin installing ${ProductName} on your computer.">
<aboutToStep>
<parameter
key="text"
value="Click Next to continue with the installation, or click Back if you want to review or change any settings.\n\nProduct:\n ${ProductName}\n\nLocation:\n ${InstallDir}">
</parameter>
</aboutToStep>
</step>
<step
id="org.eclipse.epp.installer.RunOperationsStep"
description="Installing...">
<aboutToStep>
<process
class="org.eclipse.epp.installer.europa.CreateInstallOperationsProcessor">
</process>
</aboutToStep>
</step>
<step
id="org.eclipse.epp.installer.PromptUserStep"
title="Installation complete">
<aboutToStep>
<parameter
key="text"
value="Thank you very much for choosing ${ProductName}.\n\nClick Finish to exit setup.">
</parameter>
</aboutToStep>
</step>
</steps>
</extension>
</plugin>