When running setup.exe the setup file does not read the XML and pull the configuration information. We would like this to be automated since we don't want to configure by hand.
The server configuration is setup and the XML file is as below (blanked out our servername with Xs):
<?xml version="1.0" encoding="utf-8" ?>
<DesktopMessengerConfiguration>
<MessageDelivery
PublisherURL="http://AxistvXXXXXX/DesktopPublisher/DesktopGateway.asmx"
UseDefaultProxy="True"
ProxyDomain=""
ProxyUsername=""
ProxyPassword=""
UpdateFrequency="5" />
<DistributionList
HasDefault="False"
DefaultId=""
DefaultName="Everyone" />
<MessageStorageAndAppearance
DaysInHistory="1"
PopupTransparency="10"
PopupWidth="320" />
</DesktopMessengerConfiguration>