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 18: Line 18:
 
[[Image:Installer_SFX_creation_UI_pic2.jpg]]
 
[[Image:Installer_SFX_creation_UI_pic2.jpg]]
  
== Step 3 ==
+
== Step 2 - archive contents ==
  
Specify archive root folder and select which of files will be included into archive
+
Source section:
Specify archive entries that will be extracted before starting autorun application
+
 
 +
Specify archive root folder and select which of files will be included into archive.
  
 
[[Image:Installer_SFX_creation_UI_pic3.jpg]]
 
[[Image:Installer_SFX_creation_UI_pic3.jpg]]
  
== Step 4 ==
+
== Step 3 - archive properties and archiving options ==
  
Specify autorun application
+
Unpack section:
  
[[Image:Installer_SFX_creation_UI_pic4.jpg]]
+
Specify archive entries that will be extracted before starting autorun application.
 +
Specify autorun application. Autorun application path is relative to the archive root folder.
  
== Step 5 ==
 
  
Specify archive file name and archive type
+
Destination section:
 +
 
 +
Specify archive file name and archive type. File extension (".exe" or ".sfx") will be added to generated archive file.
 +
 
 +
[[Image:Installer_SFX_creation_UI_pic4.jpg]]
 +
 
 +
== Step 4 - archive generation ==
  
 
[[Image:Installer_SFX_creation_UI_pic5.jpg]]
 
[[Image:Installer_SFX_creation_UI_pic5.jpg]]

Revision as of 05:23, 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 2 - archive contents

Source section:

Specify archive root folder and select which of files will be included into archive.

Installer SFX creation UI pic3.jpg

Step 3 - archive properties and archiving options

Unpack section:

Specify archive entries that will be extracted before starting autorun application. Specify autorun application. Autorun application path is relative to the archive root folder.


Destination section:

Specify archive file name and archive type. File extension (".exe" or ".sfx") will be added to generated archive file.

Installer SFX creation UI pic4.jpg

Step 4 - archive generation

Installer SFX creation UI pic5.jpg

Back to the top