Developer Documentation Library > Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin
 
Customizing UNICOM Intelligence Interviewer - Server Admin
This section describes the key files that any UNICOM Intelligence Interviewer - Server Admin activity needs; how you can customize existing UNICOM Intelligence Interviewer - Server Admin features; and how you can add your own activities to UNICOM Intelligence Interviewer - Server Admin.
Files
A UNICOM Intelligence Interviewer - Server Admin activity requires the following files in order to run successfully:
Activity interface document
This is an .xml file that defines how the activity is to appear in UNICOM Intelligence Interviewer - Server Admin; the URL that will be used to start the activity; default settings that the activity requires; and criteria that projects must satisfy in order to be available to the activity. For more information, see Activity interface documents.
Public resources file
This is a .resx file that stores strings that can be accessed by UNICOM Intelligence Interviewer - Server Admin and by other activities through UNICOM Intelligence Interviewer - Server Admin. For more information, see Public resources file.
Web configuration file
An activity's Web.config file contains information for ASP.NET on how the activity will be run and accessed. For more information, see Web configuration files.
Customizing existing features
You can replace the UNICOM Intelligence logo that appears in on every screen with your logo, and change the color of the frame that goes across the top of each page so that it matches or contrasts with the background of your logo. For more information, see Replacing the UNICOM Intelligence logo with a customized logo.
You can set up UNICOM Intelligence Interviewer - Server Admin activities so that they can be run as standalone programs outside UNICOM Intelligence Interviewer - Server Admin. For more information, see Running applications and activities outside UNICOM Intelligence Interviewer - Server Admin.
Adding your own activities
See Adding activities to UNICOM Intelligence Interviewer - Server Admin.
See also
Registry settings
Changing the order of activity groups in the activities list
Activity configuration files
Running applications and activities outside UNICOM Intelligence Interviewer - Server Admin
Replacing the UNICOM Intelligence logo with a customized logo
Displaying a multiple-level application feature tree
Preventing cross-site scripting attacks
Adding activities to UNICOM Intelligence Interviewer - Server Admin