<!--
	This file is loaded by the Set-up.exe application.  It should be located in the same directory as
	the Set-up.exe application, or in the Databases directory on the disc.
	
	The front end first looks for index.xml, then it looks for Databases\index.xml.  This will allow one
	XML file to specify the installer, and the other to specify no installer and a different viewer.
	
-->
<config>
	<!--	"banner" (optional) should be specified first, or buttons won't be located in the right places
			'path' specifies the relative path to the image file to use as the top banner
	-->
	<banner path='xidservices.bmp' />
	<!--	"document" items will launch the document
			'path' specifies the relative path to the document that will be launched
			'desc' is the description printed on the button
			'icon' is the graphic that will be loaded on the left hand side of the button
					Buttons will be sized to accommodate whatever image is specified for an icon,
					but will look best if kept between 40-50 pixels high
	-->
	<!--document path='tutorial/guide.htm' desc='Tutorial' icon='img/QUESTION.ICO' -->
	<!--	"database" items will launch an XID database.  As many databases as desired can be specified,
				however, there is a practical limitation of about 6 or 7 databases, as any more than that
				will cause the window to be to tall to see.
				
			'path', 'desc', and 'icon' all work the same as for "document" items.
	-->
	<database path='tutorial database.xid' desc='Tutorial Database' icon='databases/tutorial.bmp'  />
		<!--	"viewer" (optional) specifies a program to launch to "view" the specified databases
			'path' is the relative path to the viewing program
			
			If no "viewer" is specified, the program will default to "Databases\XIDRO.EXE"
	-->
	<viewer path='XIDRO.exe' />
	<!--	"installer" (optional) specifies the executable that should be launched when the user
				clicks the "install" button.
			'path' is the relative path to the installer
			
			If no "installer" is specified, the program will default to "Install\XID_Installer_Viewer.exe"
			If a blank path is specified, the program will not display the install button.
	-->
	<installer path='' />
	<!-- "title" changes the text that appears in the title bar of the front-end window.
			'desc' specifies the text
	-->
	<title desc='XID Database Selection' />
	
</config>