The cdrun.xml File
The cdrun.xml configuration file controls the behavior of cdrun.exe, which is the program launched to view a CD created with dtSearch Publish. Each of the option settings in cdrun.xml is explained below.
<?xml version="1.0" encoding="UTF-8" ?>
<dtSearchCdSettings>
<UseLocalBrowser>1</UseLocalBrowser>
<ServerToLaunch>root\data\lbview.exe</ServerToLaunch>
<Dependency0>
<Component>SampleComponent.dll</Component>
<Message>A newer version of Sample Component is needed.</Message>
<FileToLaunch></FileToLaunch>
<ErrorPage>sample-error.html</ErrorPage>
</Dependency0>
</dtSearchCdSettings>
ServerToLaunch
The program to launch to start the CD. If UseMicroweb is true (see below) then ServerToLaunch should be set to root\data\microweb.exe
UseLocalBrowser
UseMicroweb
Specifies the interface type for the CD.
Dependency0
Up to 10 dependencies, numbered from 0 to 9, can be included in a cdrun.xml file, specifying components or programs that must be installed for the CD to work. See "Software Dependencies" for information on the contents of this section.