Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

It is possible to use an alternatively frame title. Normally the title has the aspect "IzPack - Installation of " + '$APP_NAME' (or the according default translation). If the langpack key 'installer.reversetitle' is defined, the value of that key will be used instead of the key 'installer.title'. There is no string added, but it is possible to use IzPack variables. The third heading example contains such a alternatively frame title. It is only possible to use predefined variables like '$APP_NAME' because the title will be created before the frame will be shown. It is common to use the name of the installation toolkit in the frame title.

Example:

Add in '<ISO3>.xml' or 'CustomLangpack.xml_<ISO3>' :

Example of a customized installer title
<langpack>
   ...
   <str id="installer.reversetitle" txt="$APP_NAME $APP_VER - My Company"/>
   ...
</langpack>
  • No labels