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 namesDescription

/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.xmlCustom 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 namesDescription
agent-information.htmlUsage and documentation file for the Agent
cmr-information.htmlUsage and documentation file for the CMR
ui-information.htmlUsage 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 namesDescription
win32/prunsrv.exeProcrun file for the installation a Windows Service on a 32 Bits operating system
win64/prunsrv.exeProcrun file for the installation a Windows Service on a 64 Bits operating system
inspectITCMRw.exeWindows Service as a file
installService.batBat file for the installation of the Windows service
uninstallService.batBat 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

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

 

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 nameModeDescription
init-installerSupportIvy and creation of a mk-installer task
get-env-varsSupportProvides the environment variables RELEASE_VERSION and BUILD_NUMBER to show in the installer. (Reserved for future use)
release-installerSupportCreation task
init-installer-dirsSupportCreates needed directories
release-installer-win64-commonMainRelease installer for Windows (64 Bits)
release-installer-win32-commonMainRelease installer for Windows (32 Bits)
release-installer-linux64-commonMainRelease installer for GNU/Linux (64 Bits)
release-installer-linux32-commonMainRelease installer for GNU/Linux (32 Bits)
release-installersMainRelease all four installers.

Note: You want to execute only main targets.