Someone started the thread by asking for a VNC that can read the settings from XML or some other config file rather than relying on the Windows registry.
The benefits of doing this include:
- simple xcopy deployment of the server
- the ability to distribute settings changes simply by editing or replacing the configuration file (no remote registry API's)
- security would be simple just by placing file level permissions on the config file
- the option of having all of your VNC servers pull settings from a central config file on a network share
- many more that other can probably add
One person on the tightVNC list said that his reason for opposing the XML file was for security reasons. He felt that the registry security was somehow better than file level security.
Another person opposed it because he felt that some registry book should dictate how we all compute. More specifically, the reason was that this book said that any setting under 1KB should only be made in the registry. I'm not sure why that is, but I guess if the book said ...

Another opposition to the XML idea seemed to think that those in favor of XML where anti-Microsoft and out of line.
What do you think? Is this something that UltraVNC would consider doing?