Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the client is installed you will need to apply the license. This can be done with a simple .bat file.First you need to add :

  1. Add the license file to the installation root folder.

...

  1. To the same location add the configuration file, which will tell JIRA Client where the license is. The configuration file is a plain-text file called "jiraclient.properties", which should contain the following text: jiraclient.license=<the name of the license file>.

You can also create your own script for silent installation. JIRA Client installer has only two really important functions: it unpacks and copies files. So you can install JIRA Client once, add the license key and a configuration file to the installation folder (as described above), then make a ZIP archive of the JIRA Client's installation folder, and when you need to deploy it on a PC, simply unpack it from the archive to the desired location. There are a few things to remember when installing this way:

...