Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added additional setup needed for title change - declare custom lang pack

...

Code Block
languagehtml/xml
titleExample of a customized installer title
<langpack>
   ...
   <str id="installer.reversetitle" txt="$APP_NAME $APP_VER - My Company"/>
   ...
</langpack>

Add a reference to the custom lang pack in install.xml resources

<resources>
    ...
    <res id="CustomLangPack.xml_eng" src="i18n/customLangPack.xml_eng" />


</resources>