|
The root of the distribution tree is labeled as "Installation directory". This
is the directory where your application will be installed on the target system. The directory
is dependent on user actions at the time of installation. In GUI installers
a user can select an arbitrary directory where the application should be installed. For RPM
media files, a user can override the default directory with command line parameters. For
Unix archives, the files are simply extracted into a commmon top-level directory.
Beneath the "Installation directory" you can add files or create folders:
-
To create a folder, click on
[New folder]
at the top right border of the distribution tree or choose
Files->New folder from install4j's main menu. A folder named
"New Folder" will be created below the selected directory. If no directory is selected,
it will be created below the "Installation directory" root node. Right after its creation,
the default name is editable and you can enter the intended name of the folder. Confirm your
entry with Enter. To configure further properties of the folder, you can
edit the folder node to
show the folder property dialog.
-
To add files, click on
[Add files]
at the top right border of the distribution tree or choose
Files->Add files from install4j's main menu. The file
entry wizard will be displayed. In the first step of this wizard you choose whether
you want to add
-
a number of single files
choose this wizard type if you collect a small number of files (possibly from different
locations) into a single directory. Example: a number of support libraries from different
directories are added into the top level directory lib.
-
the contents of a directory and its subdirectories
choose this wizard type if you want to recursively add the contents of a directory.
You will have the possibility of excluding certain files and subdirectories and exclude
files based on their file suffix. If you would like to specify different settings for
one or several files in the included directory, you have to exclude them and add them as single files
in the appropriate directory.
|