with help of AutoHotkey I built my own unattended setup for a server-installation of version 1.0.6.4. During the setup I copy my own ini-file into the installation directory of UltraVNC to configure the application. That works fine except for the MS-Logon-Groups.
I edited the ultravnc.ini like this:
Code: Select all
[admin_auth]
group1=my-domain-group
Has anyone an idea how I can solve this problem??
Thanks.