XRE Help

Settings

ItemWhat it does
AppTitleTitle to be shown in main window
ImagePathPath to image files (relative or absolute)
BannerImage file used as banner (up to 650 pixels wide)
IconIcon file to be used in the application
RegistryRootBase key
HideDisclaimerHide initial message box
Base key must start with HKCU, HKLM, HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE.

Example

<Settings>
    <AppTitle>XRE example settings</AppTitle>
    <ImagePath>../Images</ImagePath>
    <Banner>XRE.png</Banner>
    <Icon>XRE.ico</Icon>
    <RegistryRoot>HKCU\SOFTWARE\XRE\Options</RegistryRoot>
</Settings>