**************************************************************
* Installation scripts for silent installation of Client 8.0 *
**************************************************************

Introduction
************

Use these scripts to make a silent installations of the sedex client.
Carefully choose the right template to start with.
Check and adopt all values to your actual setup and requirements.
Typically, you only have to modify the values with comments above it.

Scripts
*******

Fresh installation, create a new certificate:
    install_create_certificate_v8.xml

Fresh installation, reuse an existing certificate (.p12):
    install_existing_certificate_v8.xml

Migrate a client, into a different folder:
    migrate_different_folder_v8.xml

Migrate a client, use the existing folder:
    migrate_same_folder_v8.xml

Usage
*****

java -jar [sedex-client-installer] [installation-script]

e.g. java -jar sedex-client-8.0.x.jar install_create_certificate_v8.xml

note: this works only with the jar version of the installer
