Installer resources
Resources
All resources needed by the installer are placed in:
Commons/resources/installer/installer-commons/
Files Overview and Description
IzPack
Path: Commons/resources/installer/installer-commons/bin
Description: Files needed by IzPack.
File names | Description |
---|---|
/langpacks/flags/eng-custom.gif | In the main file install.xml you have to specify in the local tag the language and its flag. eng-custom.gif is a flag picture. <locale> <langpack iso3="eng-custom"/> </locale> |
/langpacks/installer/eng-custom.xml | Custom language file |
Path: Commons/resources/installer/installer-commons/install.xml
Description: Main configuration file. This file specifies the configuration, look and feel and installed packs
Documentation & Usage
Path: Commons/resources/installer/installer-commons/documentation
Description: Documentation and usage information of all installed components
File names | Description |
---|---|
agent-information.html | Usage and documentation file for the Agent |
cmr-information.html | Usage and documentation file for the CMR |
ui-information.html | Usage and documentation file for the inspectIT UI |
Note: after installation all three files will be installad in: ${INSTALL_PATH}/documentation
Windows Service
Path: Commons/resources/installer/installer-commons/service
Description: Files to run CMR as a Windows Service
File names | Description |
---|---|
win32/prunsrv.exe | Procrun file for the installation a Windows Service on a 32 Bits operating system |
win64/prunsrv.exe | Procrun file for the installation a Windows Service on a 64 Bits operating system |
inspectITCMRw.exe | Windows Service as a file |
installService.bat | Bat file for the installation of the Windows service |
uninstallService.bat | Bat file for the uninstallation of the Windows service |
Note: Windows service name is inspectITCMR
Graphics
Path: Commons/resources/installer/installer-commons/head-logo.png
Path: Commons/resources/installer/installer-commons/side-logo.png
Description: Installer graphics
License
Path: Commons/resources/installer/installer-commons/license.html
Description: The license which you have to accept to run the installer
Desktop and Menu Shortcuts
Path: Commons/resources/installer/installer-commons/Unix_shortcutSpec.xml
Path: Commons/resources/installer/installer-commons/Win_shortcutSpec.xml
Description: Shortcuts configurations for Windows and GNU/Linux
Welcome & Information
Path: Commons/resources/installer/installer-commons/welcome-information.html
Description: Welcome file which can be seen on the first panel. Welcomes the user and provides lite information of the content.
Output directory & artifacts
Path: Commons/build/installers
- installer-linux32.jar
- installer-linux64.jar
- installer-win32.jar
- installer-win64.jar
Build properties & files
Path: Commons/resources/shared/build
- common-targets.properties
- common-targets.xml
Build ANT targets
Target name | Mode | Description |
---|---|---|
init-installer | Support | Ivy and creation of a mk-installer task |
get-env-vars | Support | Provides the environment variables RELEASE_VERSION and BUILD_NUMBER to show in the installer. (Reserved for future use) |
release-installer | Support | Creation task |
init-installer-dirs | Support | Creates needed directories |
release-installer-win64-common | Main | Release installer for Windows (64 Bits) |
release-installer-win32-common | Main | Release installer for Windows (32 Bits) |
release-installer-linux64-common | Main | Release installer for GNU/Linux (64 Bits) |
release-installer-linux32-common | Main | Release installer for GNU/Linux (32 Bits) |
release-installers | Main | Release all four installers. |
Note: You want to execute only main targets.