Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Installer SFX creation UI"

Line 5: Line 5:
 
XSE archive description could be found at [[Installer SFX creation using XSEBuilder]]. The org.eclipse.epp.sfx.archive.ui plugin offers UI to create and manage archive configuration (see [[Installer SFX creation using_XSEBuilder#Archive Definition File Format]]) and to generate archive file (using XSEBuilder).
 
XSE archive description could be found at [[Installer SFX creation using XSEBuilder]]. The org.eclipse.epp.sfx.archive.ui plugin offers UI to create and manage archive configuration (see [[Installer SFX creation using_XSEBuilder#Archive Definition File Format]]) and to generate archive file (using XSEBuilder).
  
To create XSE archives you should complete following steps
+
To create XSE archives you should complete following steps:
(make sure that you have org.eclipse.epp.sfx.archive.ui plugin installed):
+
(make sure that you have org.eclipse.epp.sfx.archive.ui plugin installed)
  
== Step 1 ==
+
== Step 1 - archive configuration file creation ==
  
Create archive configuration file
+
Open "New..." dialog and select "SFX Archive Configuration File" from "EPP" category.
  
 
[[Image:Installer_SFX_creation_UI_pic1.jpg]]
 
[[Image:Installer_SFX_creation_UI_pic1.jpg]]
  
== Step 2 ==
+
Complete new file wizard.
 
+
Specify archive root folder and select which of files will be included into archive
+
  
 
[[Image:Installer_SFX_creation_UI_pic2.jpg]]
 
[[Image:Installer_SFX_creation_UI_pic2.jpg]]
Line 22: Line 20:
 
== Step 3 ==
 
== Step 3 ==
  
 +
Specify archive root folder and select which of files will be included into archive
 
Specify archive entries that will be extracted before starting autorun application
 
Specify archive entries that will be extracted before starting autorun application
  

Revision as of 05:16, 22 June 2007

This document describes creation of XSE archives using UI defined in org.eclipse.epp.sfx.archive.ui plugin.

Overview

XSE archive description could be found at Installer SFX creation using XSEBuilder. The org.eclipse.epp.sfx.archive.ui plugin offers UI to create and manage archive configuration (see Installer SFX creation using_XSEBuilder#Archive Definition File Format) and to generate archive file (using XSEBuilder).

To create XSE archives you should complete following steps: (make sure that you have org.eclipse.epp.sfx.archive.ui plugin installed)

Step 1 - archive configuration file creation

Open "New..." dialog and select "SFX Archive Configuration File" from "EPP" category.

Installer SFX creation UI pic1.jpg

Complete new file wizard.

Installer SFX creation UI pic2.jpg

Step 3

Specify archive root folder and select which of files will be included into archive Specify archive entries that will be extracted before starting autorun application

Installer SFX creation UI pic3.jpg

Step 4

Specify autorun application

Installer SFX creation UI pic4.jpg

Step 5

Specify archive file name and archive type

Installer SFX creation UI pic5.jpg

Back to the top