Interviewer > Customizing the applications > Customizing application banner and icons
 
Customizing application banner and icons
Customizing the application banner graphic and icon used in Interviewer Console
The IPlayerConsole.exe.config file specifies the location of the banner graphic, the application icon, and the background color for Interviewer Console and UNICOM Intelligence Interviewer - Synchronization Console. IPlayerConsole.exe.config is in the installation directory:
[INSTALL_FOLDER]\IBM\SPSS\<version>\Interviewer\
1 Saving a renamed copy of the original file in case you want to revert to the original settings in the future.
2 Open IPlayerConsole.exe.config in a text editor such as Notepad. Change the values for LogoImage and Icon, as shown below, to the location of your custom graphics. LogoImage is the main application banner graphic, and Icon is the application icon that appears in the title bar of the applications.
To create a custom banner graphic, the size should be 572 x 56 pixels.
Example file
<applicationSettings>
  <Spss.DataCollection.Mobile.Properties.Settings>
    <setting name="LogoImage" serializeAs="String">
      <value>Images/Logo.gif</value>
    </setting>
    <setting name="Icon" serializeAs="String">
      <value>Images/Icon.ico</value>
    </setting>
    <setting name="FillColor" serializeAs="String">
      <value>144,176,224</value>
    </setting>
  </Spss.DataCollection.Mobile.Properties.Settings>
</applicationSettings>
Customizing the application banner graphic and icon used in UNICOM Intelligence Interviewer - Synchronization Console
Follow the steps above, except open IPlayerSyncMgr.exe.config instead of IPlayerConsole.exe.config.
See also
Customizing the applications
Setting the default language for UNICOM Intelligence Interviewer
Customizing application text
Customizing project status graphics
Customizing background color
Setting the project cache file’s save mode